﻿/* 
  --------------------------------------------

   Alowais - Navigation
   Tacsoft 3.5  Feb,23 2009 ,Monday 

   --------------------------------------------
*/
/* ----------- Menu  -----*/
.Menu{font-weight:bold;font-size:14pt;color:White;width:14%;height:31px;vertical-align:middle;text-align:center;cursor:hand;cursor:pointer;background-position:center;font-weight:bold;}
.MenuHover{font-weight:bold;font-size:14pt;color:White;width:14%;height:31px;vertical-align:middle;text-align:center;color:#000000; background-image:url(../_images/topnavigation/rollover.png);background-repeat:no-repeat;cursor:hand;cursor:pointer;background-position:center;font-weight:bold;}
.MenuHover1{font-weight:bold;font-size:14pt;color:White;width:14%;height:31px;vertical-align:middle;text-align:center;color:#000000; background-image:url(../_images/topnavigation/rollover1X.png);background-repeat:no-repeat;cursor:hand;cursor:pointer;background-position:bottom;text-align:center;}

.Menu5{font-weight:bold;font-size:16px;color:White;width:19%;height:31px;text-align:center;cursor:hand;cursor:pointer;background-position:center;}
.MenuHover5{font-weight:bold;font-size:16px;color:White;width:19%;height:31px;text-align:center;color:#000000; background-image:url(../_images/topnavigation/rollover.png);background-repeat:no-repeat;cursor:hand;cursor:pointer;background-position:center;}
.MenuHover15{font-weight:bold;font-size:16px;color:White;width:19%;height:31px;color:#000000; background-image:url(../_images/topnavigation/rollover1X.png);background-repeat:no-repeat;cursor:hand;cursor:pointer;background-position:bottom;text-align:center;}

.Menu6{font-weight:normal;font-size:16px;color:White;width:14%;height:31px;vertical-align:middle;text-align:center;cursor:hand;cursor:pointer;background-position:center;}
.MenuHover6{font-weight:normal;font-size:16px;color:White;width:14%;height:31px;vertical-align:middle;text-align:center;cursor:hand;cursor:pointer;background-position:center;}

.msep{width:1px;background-image:url(../_images/topnavigation/sep.jpg);background-repeat:no-repeat;background-position:center;}

/* ---- sub menu --------- */


.DefaultSubMenuItem
{
	width: 235px;
    height: 22px;
    background-image:url(../_images/topnavigation/dropdown/bg.jpg);
    background-repeat:repeat-x;  
    filter: progid:DXImageTransform.Microsoft.Alpha( style=0,opacity=95);
    cursor: pointer;
    cursor: hand;
    z-index: 999;
   
}
.DefaultSubMenuItemHover
{
	width: 235px;
    height: 22px;
    background-image:url(../_images/topnavigation/dropdown/bg.jpg);
    background-repeat:repeat-x;  
    filter: progid:DXImageTransform.Microsoft.Alpha( style=0,opacity=95);
    cursor: pointer;
    cursor: hand;
    z-index: 999;
}

.DefaultSubMenuItem img,.DefaultSubMenuItemHover img,.SubMenuItem1 img,.SubMenuItem1Hover img,.SubMenuItem2 img,.SubMenuItem2Hover img,.SubMenuItem3 img,.SubMenuItem3Hover img,.SubMenuItem4 img,.SubMenuItem4Hover img,.SubMenuItem5 img,.SubMenuItem5Hover img,.SubMenuItem6 img,.SubMenuItem6Hover img{padding:0px 10px 0px 10px;}
.DefaultSubMenuItem nobr,.SubMenuItem1 nobr,.SubMenuItem2 nobr,.SubMenuItem3 nobr,.SubMenuItem4 nobr,.SubMenuItem5 nobr,.SubMenuItem6 nobr{color:#FFF;text-align:right;}
.DefaultSubMenuItemHover nobr,.SubMenuItem1Hover nobr,.SubMenuItem2Hover nobr,.SubMenuItem3Hover nobr,.SubMenuItem4Hover nobr,.SubMenuItem5Hover nobr,.SubMenuItem6Hover nobr{color:#F8A517;text-align:right;}


/* For Different Sub group widths according to the parent */
.SubMenuItem
{
	font-size:12pt;color:#000000;width:218px;height:23px;
	background-color:#F5F6F6;
	border:solid 1px #C8C2B1;
    filter: progid:DXImageTransform.Microsoft.Alpha( style=0,opacity=100);
    cursor: pointer;
    cursor: hand;
    z-index: 999;
}
.SubMenuItemHover
{
	font-size:12pt;color:#9D0C11;width:218px;height:23px;
	background-color:#F5F6F6;
	border:solid 1px #C8C2B1;
    background-image:url(../_images/topnavigation/rollover.jpg); 
    filter: progid:DXImageTransform.Microsoft.Alpha( style=0,opacity=100);
    cursor: pointer;
    cursor: hand;
    z-index: 999;
}
