.chromestyle{
width: 100%;
font-weight: bold;
height:29px;
background:#444444;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.chromestyle ul{
width: 100%;
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
font-family:"franklin Gothic Book"
}

.chromestyle ul li a{
color: #494949;
padding: 8px 10px;
margin: 0;
text-decoration: none;
font-family:"franklin Gothic Book"

}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	color: #FFCC00;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 2px;
	line-height:20px;
	z-index:100;
	background-color: #202020;
	visibility: hidden;
	left: 766px;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 3px;
text-decoration: none;
color: white; 

}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #FF9000;
}


.barlink a, .navlink a {
    text-decoration: none;
	color: #494949;
}
.barlink a img, .navlink a img {
    border: 0;
}
.barlink a {
    color: #fff;
}
#l_menu1.flyout td {
    white-space: nowrap;
}
