.chromestyle{
/*width: 900px;*/
}

.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: 902px;
background: url(../images/null.gif) center center repeat-x; */ /*THEME CHANGE HERE*/
padding: 0px 0px;
margin: 0px;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
background-image:url('../../images/line.gif');
background-position:right;
background-repeat:no-repeat;
}

.chromestyle ul li a{
color: #d4e9ee;
/*padding: 3px 9px;*/
margin: 0px;
text-decoration: none;
font-size:14px;
font-family:Verdana, Arial, Helvetica, sans-serif;
display:inline-block;
width:298px;
height:28px;
padding-top:7px;
/*border-right: 1px solid #DADADA;*/
}

.chromestyle ul li a:hover{
background: url(../images/null.gif) center center repeat-x;  /*THEME CHANGE HERE*/
color: #000000;
/*font-weight: bold;*/
}

.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 #BBB;*/ /*THEME CHANGE HERE*/
border-bottom: 1px solid #DBDBDD;
border-left: 1px solid #DBDBDD;
border-right: 1px solid #DBDBDD;
border-bottom-width: 0;
font: 10px Verdana;
display:inline-block;
width:300px;
line-height:27px;
z-index:100;
background-color: #F1F1F3;
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:inline-block;
width:290px;
/*text-indent: 3px;*/
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: black;
padding-left:10px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #CECFD3;
}