.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
width: 100%;
padding: 0px 0;
margin: 0px;
text-align: left; /*set value to "left", "center", or "right"*/
height:26px;
font-size:12px;
display:block;

}



.chromestyle ul li{
float:left;
list-style:none;
margin:0px; padding:0px 0px;
height:26px; line-height:26px;
display:block;
}

*html .chromestyle ul {
width:600px;
}


*html .chromestyle ul li{
width: 65px;
text-align:center;
display:inline;


}


.chromestyle ul li a,.chromestyle ul li a:visited{
color: #323334;
padding: 0px 0px;
margin: 0px;
text-decoration: none;
line-height:26px;
height:26px;
display:inline-block;
padding-left:6px;
padding-right:6px;
display:block;
}

.chromestyle ul li a span{
display:block;
padding-right:6px;
}

.chromestyle ul li a:hover span{
display:block;
background-image:url(../../images/chrome_menu/tab_right_ovr.png); background-position:top right;
background-repeat:no-repeat;
padding-right:6px;
}

*html .chromestyle ul li a:hover span{
background-image:url(../../images/chrome_menu/tab_right_ovr.gif); background-position:top right;
background-repeat:no-repeat;
text-decoration:none;
}



.chromestyle ul li a:hover , .chromestyle ul li a.selected ,.chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background-image:url(../../images/chrome_menu/tab_left_ovr.png); background-position:top left;
background-repeat:no-repeat;
border:none;
color:#FFFFFF;
line-height:26px;
height:26px;
text-decoration:none;
}

*html .chromestyle ul li a:hover , *html .chromestyle ul li a.selected , *html .chromestyle ul li a.selected{
background-image:url(../../images/chrome_menu/tab_left_ovr.gif); background-position:top left;
background-repeat:no-repeat;
}

.chromestyle ul li a.selected span{
display:block;
background-image:url(../../images/chrome_menu/tab_right_ovr.png); background-position:top right;
background-repeat:no-repeat;
}

*html .chromestyle ul li a.selected span{
background-image:url(../../images/chrome_menu/tab_right_ovr.gif); background-position:top right;
background-repeat:no-repeat;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:12px;
z-index:100;
visibility: hidden;

}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 0px;
padding: 2px 7px;
font-size:11px;
text-decoration: none;
color: #7c7c85;
background-color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
padding-bottom:5px;
padding-top:5px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
text-decoration:none;
}
