#chromestyle{
	width: 100%;
}

.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; */
	border: 0;
	width: 100%;
	background: url(../images/nav_bar_slice.gif) center center repeat-x;
	padding: 5px 0px 5px 0px;
	margin: 0;
	text-align: left;
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a:link, .chromestyle ul li a:visited, .chromestyle ul li a:hover, .chromestyle ul li a:active{
	font: 12px verdana, arial, helvetica, sans-serif;
	color: #FFF;
	padding: 4px 10px;
	margin: 0;
	text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{
	/*script dynamically adds a class of "selected" to the current active menu item*/
	background: url(../images/nav_bar_slice_hover.gif) center center repeat-x;
	padding-top: 8px;
	padding-bottom: 6px;
	border-bottom: 1px solid #999;
	/* border-top: 0; */
	color: #000;
}

.dropmenudiv{
	/* ######### Style for Drop Down Menu ######### */
	position:absolute;
	top: 0;
	/* border: 1px solid #E8BEBE; */ /*THEME CHANGE HERE*/
	border: 1px solid #999;
	border-bottom-width: 0;
	border-left: 0;
	line-height:18px;
	z-index:100;
/*	background-color: #781A56; */
	background-color: #681549;
	width: 13em!important;
	visibility: hidden;
	margin-top: -1px;
}

.dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #999;
	padding: 4px 1px;
	font: 12px verdana, arial, helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
}

.dropmenudiv a:visited{
        font: 12px verdana, arial, helvetica, sans-serif;
        color: #FFF;
        margin: 0;
        text-decoration: none;
}

.dropmenudiv a:hover{
	background-color: #EAE29A;
	color: #000;
}
