.chromestyle{
width:100%;
font-family:arial;
text-align:center; 
font-size:11px;
height:32px; 
line-height:32px; 
 
color:000;
background-image:url(../images/tab_bg.gif);
background-repeat:repeat-x;
}

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

.chromestyle ul{
background-image:url(../images/tab_bg.gif);
background-repeat:repeat-x;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
vertical-align:middle;
line-height:32px;
}

.chromestyle ul li a{
color:#000;
padding-left:30px;
padding-right:30px;
vertical-align:middle;
margin:0;
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*/
/*THEME CHANGE HERE*/
}


.padding_top   { /*script dynamically adds a class of "selected" to the current active menu item*/
/*THEME CHANGE HERE*/

line-height:32px;
vertical-align:middle;
}



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

.dropmenudiv{
position:absolute;
top: 0;
font:arial;
font-size:11px;
line-height:18px;
z-index:100;
background-color: white;
width:180px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 3px 5px;
text-decoration: none;
color: black;
}


.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color:#000;
color:#fff;
}
