.chromestyle		{ text-align: center; margin: 0 auto; width: 900px; font-weight: bold;}
.chromestyle:after	{content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.chromestyle ul		{width: 900px; padding: 4px; margin: 0; text-align: center; font-family: trebuchet MS, Arial; margin-top: 3px; margin-bottom: 3px;}
.chromestyle ul li  {display: inline;}
.chromestyle ul li a		{font-family:trebuchet MS, arial; color: #0f5296; padding-left: 7px; padding-right: 7px; margin: 0; text-decoration: none; border-right: 1px dotted #DADADA;}
.chromestyle ul li a:hover  {background-color: #1BA9BE; color: #FFFFFF}
.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*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 #FFF; border-bottom-width: 0; font:normal 12px Arial; line-height:18px; z-index:100; background-color: white; width: 200px; visibility: hidden; filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);  }

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px dotted #666666; 
border-left: 1px solid #E7E7E7; 
border-top: 1px solid #E7E7E7; 
border-right: 1px solid #E7E7E7; 
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
background-color: #FFFFFF;
font-family: trebuchet MS, arial;
color: #0f5296
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #1BA9BE; color: #FFFFFF
}