.chromestyle{
width: 848px;
height:28px;
overflow:hidden;
font-weight: bold;
background: url(chromebgspacertmg.gif) left top repeat-x;
padding: 0px;
margin: 0px;
clip:rect(0px,848px,28px,0px);
}

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

.chromestyle ul{
width: 848px;
background: url(chromebgtmg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 0px;
margin: 0px;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display:inline;
padding:0px;
margin:0px -2px 0px 0px;
}

.chromestyle ul li a{
color: #494949;
padding: 0px;
margin: 0px;
text-decoration: none;
}

.chromestyle ul li a:hover{
background: url(chromebg2-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

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

.dropmenudiv1{
position:absolute;
top: 0px;
border: 0px solid #B5E2FE; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Arial;
color:#000;
line-height:18px;
z-index:100;
background-color: #FA7703;
width: 210px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);Add Shadow in IE. Remove if desired*/
}

.dropmenudiv1 a{
width: 100%;
display: block;
text-indent: 18px;
border-bottom: 1px solid #D0630D; /*THEME CHANGE HERE*/
padding: 2px 0px;
text-decoration: none;
font-weight: bold;
color: #000;
}

.dropmenudiv1 a:hover{ /*THEME CHANGE HERE*/
background-color: #C15601;
text-decoration: none;
font-weight: bold;
color: #fff;
}


.dropmenudiv2{
position:absolute;
top: 0px;
border: 0px solid #B5E2FE; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Arial;
color:#000;
line-height:18px;
z-index:100;

width: 229px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);Add Shadow in IE. Remove if desired*/
}


.dropmenudiv2 a{
width: 100%;
display: block;
text-indent: 20px;
border-bottom: 1px solid #D0630D; /*THEME CHANGE HERE*/
padding: 2px 0px;
text-decoration: none;
font-weight: bold;
color: #000;
background-color: #FA7703;
}

.dropmenudiv2 a:hover{ /*THEME CHANGE HERE*/
background-color: #C15601;
text-decoration: none;
font-weight: bold;
color: #fff;
}

