.chromestyle{
width: 100%;
z-index:100;

}

.chromestyle:after{
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
z-index:100;
}

.chromestyle ul{
width: 100%;
/*background: url(/site/th/images/bg_menu.png); */
background-repeat:no-repeat;
padding: 0px 0;
margin: 0;
text-align: left;
z-index:100;
}

.chromestyle ul li{
display: inline;
list-style-position: inside;
margin: 0em;
padding: 0px;
z-index:100;


}

.chromestyle ul li a{
margin: 0;
z-index:100;
text-decoration: none;

}

.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(/site/th/images/chromebg-over.gif) center center repeat-x; *//*THEME CHANGE HERE*/

}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
color:#FFFFFF;
width: 200px;
visibility: hidden; 
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);*/ /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
background-color:#6e6f72;
width: auto;
display: block;
text-indent: 3px;
padding: 2px 0;
padding-bottom:3px;
text-decoration: none;
color: white;
padding-left:5px;
z-index:100;

/*background:url(/site/th/images/profile_tabright.gif);*/
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
z-index:100;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #f36f21;
color: white;
z-index:100;
}
.dropmenudiv a:visited{
color: white;
z-index:100;
}
.dropmenudiv a:link{
color: white;
z-index:100;
}

