.chromestyle{
width: 100%;
font-weight: bold;
}

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

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

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #777777;
padding: 5px 9px 5px 9px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
border-left: 1px solid #DADADA;
}

.chromestyle ul li a:hover{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #0E8EC1;
padding: 5px 9px 5px 9px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
border-left: 1px solid #DADADA;
}

/*.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
/*}

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

.chromestyle2{
width: 100%;
font-weight: bold;
}

.chromestyle2 ul{
border: 0;
width: 100%;
/* background: url(../img/chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 0 0 0 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle2 ul li{
display: inline;
}

.chromestyle2 ul li a{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #888888;
padding: 10px 10px 10px 0px;
margin: 0;
text-decoration: none;
}

.chromestyle2 ul li a:hover{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #0e8ec1;
padding: 10px 10px 10px 0px;
margin: 0;
text-decoration: none;
}


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

.dropmenudiv{
background-color: #e6e6e6;
position:absolute;
text-align: left;
padding: 0 9px 0 0;
top: 0;
border: 0; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 10px Verdana;
line-height: 28px;
z-index: 100;
background-color: white;
width: 145px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
background-color: #e6e6e6;
width: 145px;
display: block;
border-bottom: 0;
text-align: left;
padding: 0 9px;
text-decoration: none;
font-weight: normal;
font-color: #333333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: 28px;
}


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


* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv2 {
background-color: #f1f1f1;
position:absolute;
text-align: left;
padding: 0 9px 0 0;
top: 0;
border: 0; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 10px Verdana;
line-height: 28px;
z-index: 100;
background-color: white;
width: 145px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv2 a{
background-color: #f1f1f1;
width: 145px;
display: block;
border-bottom: 0;
text-align: left;
padding: 0 9px;
text-decoration: none;
font-weight: normal;
font-color: #333333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: 28px;
}


.dropmenudiv2 a:hover{ /*THEME CHANGE HERE*/
background-color: #f1f1f1;
}


* html .dropmenudiv2 a{ /*IE only hack*/
width: 100%;
}