 .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{
/*border: 1px solid #BBB;*/
width: 400px;
/*background: url(chromebg.gif) center center repeat-x; THEME CHANGE HERE*/
padding: 9px 0px 9px 40px;
margin:0;
text-align: left; /*set value to "left", "center", or "right"*/
padding-left:0px;
}

.chromestyle ul li{
display: inline;height:32px;
}

.chromestyle ul li a{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #767772;
padding: 8px 7px; 
height:32px;
margin: 0; display:inline;
text-decoration: none;
/*border-right: 1px solid #DADADA;*/
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected { /*script dynamically adds a class of "selected" to the current active menu item*/
 background-color:#832d2e;color:white;font-size:12px;                                                        /*background: url(chromebg-over.gif) center center repeat-x;*/ /*THEME CHANGE HERE*/
}

a.myselect{
 background-color:#832d2e;color:#fff;font-size:12px;                                                        /*background: url(chromebg-over.gif) center center repeat-x;*/ /*THEME CHANGE HERE*/
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #FFFFFF; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Arial, Helvetica, sans-serif;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
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;
/*border-bottom: 1px solid #FFFFFF; /*THEME CHANGE HERE*/
padding: 0px 0;
text-decoration: none;
font-weight: normal;
color: black;
height:35px;
font-family:arial;
font-size:11px;
text-indent:20px;
color:#5B5B5B;
line-height:35px; 
background-image:Url(../images/submenu_bg.jpg); background-repeat:repeat-x;
}

.dropmenudiv a{
width: 100%; height:35px;line-height:35px;
font-family:arial;
font-size:11px;text-indent:20px;
color:#5B5B5B;background-image:Url(../images/submenu_bg.jpg); background-repeat:repeat-x;
}
* html .dropmenudiv a{ /*IE only hack*/
width: 100%; height:35px;line-height:35px;
font-family:arial;
font-size:11px;text-indent:20px;
color:#5B5B5B;background-image:Url(../images/submenu_bg.jpg); background-repeat:repeat-x;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
height:35px; line-height:35px;
font-family:arial;
font-size:11px;
text-indent:20px;
background-image:Url(../images/submenu_bg_hover.jpg); background-repeat:repeat-x;
COLOR:#832D2E;

}
li a.selected_menu{
color:#666666;
font-size:12px;
text-decoration:none;
}
li a.selected_menu:hover{
color:#000000;
font-size:12px;
text-decoration:none;}


