.chromestyle{
width: 800px;
font-weight: bold;
position: relative;
top: 11px;
overflow: visible;
margin-bottom: 13px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.chromestyle ul{
width: 800;
background-color: #616161; /*THEME CHANGE HERE*/
padding-bottom: 3px;
margin: 0px;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #ffffff;
padding: 4px 15px;
margin: 0;
text-decoration: none;
border-left: 2px solid #FFFFFF;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
xbackground: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
background: url(/includes/images/home/trans_key2b.gif) right center no-repeat;
background-color: #919191;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #FFFFFF; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
line-height:18px;
z-index:100;
background-color: #616161;
width: 200px;
visibility: hidden;
xfilter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #FFFFFF; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: #616161;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
background-color: #616161;
}

.mainNavLink a:link {
	font-size: 11px;
	color: #ffffff;
}
.mainNavLink a:visited {
	font-size: 11px;
	color: #ffffff;
}
.mainNavLink a:active{
	font-size: 11px;
	color: #ffffff;
}