.chromestyle{
width:192px; 
font-weight: normal;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{

padding: 0px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
width:162px; 
margin:0px 14px 0px 15px;  
padding:5px 0px 7px 0px; *padding:5px 0px 7px 0px;
list-style-type:none; 
font-size:11px; 
color:#252626; 
float: left;
text-align:left;
border: 0px solid #ff0000;
border-bottom:dashed 1px #999999;
}

.chromestyle ul li a{
border: 0px solid #ff0000;
font-size:11px; color:#767676;  text-decoration:none;
}

.chromestyle ul li a:hover{
font-size:11px; color:#36968a;  text-decoration:none;
}

.chromestyle ul li.none{  border-bottom:dashed 1px #999999;}




/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
font-size:11px; color:#252626;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: #ecf6f8;
border: 0px solid black;
border-bottom-width: 0;
visibility: hidden;
margin:0px 5px 0px 5px;
*margin:0px;
z-index: 100;
}


.dropmenudiv a{
display: block;
width: 160px; /*width of menu (not including side paddings)*/
font-size:11px; color:#767676;
background-color: #edf6fb;
text-decoration: none;
padding: 4px 5px;
margin:0px 0px 0px 0px;
border-bottom:dashed 1px #999999;
}

* html .dropmenudiv a{ /*IE only hack*/
width:160px; 
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #8fd2e2;
color: white;
}



