﻿.chromestyle{
width: 100%;
font-size:12px;
font-weight: bold;
font-family:"Century Gothic";
height:30px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
height:30px;
}

.chromestyle ul{
border: 0px solid #BBB;
padding: 8px 0px 0px;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
width:500px;
height:30px;

}

.chromestyle ul li{
display: inline;
padding: 8px 0px 0px;
margin: 0;
height:30px;
}

.chromestyle ul li a{
color: #ffffff;
/*padding: 23px 7px 15px 0px;*/
margin: 0;
text-decoration: none;
/*border-left: 1px solid #324e69;*/
height:30px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url('/imm2/chrometheme/chromebg-overx3.gif') repeat-x center; /*THEME CHANGE HERE*/
color:black;
border-top: 1px solid #454545;
border-left: 1px solid #BBB;
border-right: 1px solid #BBB;
/*border-bottom:1px #ffffff solid;*/
height:30px;

}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
/*border: 1px solid #BBB;*/ /*THEME CHANGE HERE*/
font:normal 12px Calibri;
line-height:30px;
z-index:100;
width: 600px;
visibility: hidden;
}
.dropmenudivxx{
position:absolute;
top: 0px;
/*border: 1px solid #BBB;*/ /*THEME CHANGE HERE*/
font:normal 11px Calibri;
line-height:18px;
z-index:100;
background-color: white;
width: 600px;
visibility: hidden;
}



.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
/*border-bottom: 1px solid #BBB;*/ /*THEME CHANGE HERE*/
padding: 5px 0 0 5px;
text-decoration: none;
font-weight:normal;
color: black;
border-left: 1px solid #BBB;
border-right: 1px solid #BBB;
text-decoration:none;

}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
border-left: 1px solid #BBB;
border-right: 1px solid #BBB;
text-decoration:none;
}
.dropmenudiv a:visited{ /*THEME CHANGE HERE*/
border-left: 1px solid #BBB;
border-right: 1px solid #BBB;
text-decoration:none;
}
