.droplinebar{
overflow: hidden;
background: #651514 url(/sites/all/themes/template2010/images/maroondefault.gif) repeat-x center center;
}

.droplinebar ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 900px;
	font: bold 12px Arial;
	background: #651514 url(/sites/all/themes/template2010/images/maroondefault.gif) repeat-x center center; /*default background of menu bar*/
}

.droplinebar ul li{
	display: inline;
	list-style: circle;
}

.droplinebar ul li a{
	float: left;
	color: white;
	padding: 9px 5px;
	text-decoration: none;
}

.droplinebar ul li a:visited{
color: white;
}

.droplinebar ul li a:hover, .droplinebar ul li .current{
	/*background of main menu bar links onMouseover*/
	color: white;
	background: transparent url(/sites/all/themes/template2010/images/maroonactive.gif) repeat-x center center;
}

/* Sub level menus*/
.droplinebar ul li ul{
	position: absolute;
	z-index: 100;
	left: 0;
	top: 0;
	background: #004812; /*sub menu background color */
	visibility: hidden;
}

/* Sub level menu links style */
.droplinebar ul li ul li a{
	font: normal 12px Verdana;
	padding: 6px;
	padding-right: 8px;
	margin: 0;
	border-bottom: 1px solid #2f4f4f;
}

.droplinebar ul li ul li a:hover{ /*sub menu links' background color onMouseover */
background: #b6814f;
}

