#chromemenu{
width:100%;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}


#chromemenu ul{
border: 1px solid #BBB;
width: 100%;
background:  url("../assets/theme/chromebg.gif") center center repeat-x; /*Theme Change here*/
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font: bold 11px Verdana;
}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
float: left;
color: #192947;
/*color: #7F7F7F;*/
font-weight: bold;
padding: 6px 12px 6px 7px;
text-decoration: none;
background:  url("../assets/theme/divider.gif") center right no-repeat; /*Theme Change here*/
}

#chromemenu ul li a:hover{
color: #192947;
}


#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: "" url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
overflow:hidden;
top: 0;
border: 1px solid #BBB; /*Theme Change here*/
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 220px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv iframe
{
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
	width:210px;/*must have for any big value*/
	height:320px/*must have for any big value*/;
	border:0px;
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*Theme Change here*/
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: #192947;
}

.dropmenudiv a:hover{ /*Theme Change here*/
/*background:#7A97DF;*/
background:#3F5B92;
/*background-color: #7F9DBF;*/
color: #FAFAFA;
}

#chromemenu_allas{
width: 460px;

}

#chromemenu_allas:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu_allas ul{

width: 100%;
background: #FFFFFF; /*Theme Change here*/
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font: bold 11px Verdana;

}

#chromemenu_allas ul li{
display: inline;
}


#chromemenu_allas ul li a{
float: left;
color: #6E91B7;
/*color: #7F7F7F;*/
font-weight: bold;
padding: 6px 12px 6px 7px;
text-decoration: none;
background:  url("../assets/theme/divider_allas.gif") center right no-repeat; /*Theme Change here*/
}

#chromemenu_allas ul li a:hover{
color: #666666;
}


