.chromestyle{
width: 775px;
font-weight: none;
margin: 0px;
padding:0px;}

.chromestyle ul{
font-size:11px;
border: 0px solid #BBB;
width: 100%;
background-color:#29857a;
padding: 9px 0px;
margin: 0px;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #ffffff;
font-family: arial;
padding: 9px 8px;
margin: 0;
text-decoration: none;
border-right:0px solid #DADADA;
}

.chromestyle ul li a:hover{
background-color: #3abdad;
color:#ffffff; 
/*THEME CHANGE HERE*/
}

.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*/
}


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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #ffffff; /*THEME CHANGE HERE*/
border-bottom-width: 1;
font:normal 11px arial;
line-height:16px;
z-index:999999;
background-color: #039785;
width: 200px;
text-align: left;
visibility: hidden;


/*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
/*border-bottom: 1px solid #ff0000; /*THEME CHANGE HERE*/
padding: 4px 0;
text-decoration: none;
font-weight: none;
color: #ffffff;
}

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

}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #ffffff;
color: #039785;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
