
* html .DivMenuLayer {
    background-image:none; 
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../Admin_Global/images/shadow_bg_top.png',sizingMethod='scale');
 }
.MainDivWidth , #adminMs .MainDivWidth  { width:1050px;text-align:left; margin:auto; display:table; padding-top:5px; }

.DivMenuLayer { 
    color:#fff;
    height:52px; 
    width:100%;
    text-align:center; margin:0 auto; position:fixed;
    top:0;left:0; z-index:1000;
    background:url(../../Admin_Global/Images/shadow_bg_top.png) repeat-x bottom
}
.DivMenuColor  { background:#002e45 ; }  
.welcomeAgent { width:300px; float:right;text-align:right; line-height:30px !important; font-weight:bold }
.MenuAgent.DivMenuLayer { height:42px; }
.MenuAgent .MainDivWidth { width:980px; }

/* jQuery Menu Agent */
.menuAgent{
	font: normal 12px tahoma; /* important !!!! not remove because it has problem in ie*/
	width: 100%;
	/*background: #414141;*/
	/*height:1%;*/
}
.menuAgent ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/*Top level list items*/
.menuAgent ul li {
	position: relative;
	display: inline;
	float: left;
}
/*Top level menu link items style*/
.menuAgent ul li a {
	display: block;
	padding: 8px 10px;
	text-decoration: none;
}
* html .menuAgent ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}
.menuAgent ul li a:link, .menuAgent ul li a:visited{ color: #fff; }
.menuAgent ul li a:hover { color: #fff; }
/*1st sub level menu*/
.menuAgent ul li ul {
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.menuAgent ul li ul li {
	display: list-item;
	float: none;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.menuAgent ul li ul li ul {
	top: 0;
}
/* Sub level menu links style */
.menuAgent ul li ul li a {
	font: normal 12px tahoma;
	width: 180px; /*width of sub menus*/
	padding: 7px 10px;
	margin: 0;
	border-top-width: 0;
}
.downarrowclass{
	position: absolute;
	top: 12px;
	right: 7px;
}
.rightarrowclass{
	position: absolute;
	top: 6px;
	right: 5px;
}
/* End jQuery Menu Agent */

/* Menu Agent Color */
/* Top level menu link items style */
.menuAgent ul li a {
	background: #002e45; /*background of tabs (default state)*/
	color: #fff;
	/*border-right: 1px solid #201b18;*/
}
/* Tab link background during hover state */
.menuAgent ul li a:hover {
	background: #f89d0e; 
}
/* Sub level menu links style */
.menuAgent ul li ul li a {
	border-bottom: 1px solid #493723;
}
/* End Menu Agent Color */

