.droplinebar{
	overflow: hidden;
	height:60px;
	width:650px;
}

.droplinebar ul{
	float: left;
	font: 12px Verdana;
	background: #e4e4e4 url(../images/bluedefault.gif) center center repeat-x; /*default background of menu bar*/
	width:100%;
	
}

.droplinebar ul li{
	display: inline;
	width:108px;	
}

.droplinebar ul li a{
	float: left;
	color: white;
	padding: 9px 11px;
	text-decoration: none;
	width:108px;
	text-align:center;		
}

.droplinebar ul li a:visited{
	color: white;
	width:108px;	
}

.droplinebar ul li a:hover, .droplinebar ul li .current{ /*background of main menu bar links onMouseover*/
	color: white;
	background: #c0c0c0 url(../images/blueactive.gif) center center repeat-x;
	width:108px;
}

/* Sub level menus*/
.droplinebar ul li ul{
	position: absolute;
	z-index: 100;
	left: 0;
	top: 0;
	background: #c0c0c0; /*sub menu background color */
	visibility: hidden;
	width:108px;
	height:25px;
	background: #e4e4e4 url(../images/bluedefault.gif) center center repeat-x; /*default background of menu bar*/	
}

/* Sub level menu links style */
.droplinebar ul li ul li a{
	font: normal 12px Verdana;
	padding: 5px;
	padding-right: 8px;
	width:108px;	
}

.droplinebar ul li ul li a:hover{ /*sub menu links' background color onMouseover */
	background: #adabab;
	width:108px;
	color:white;
	font-weight:bold;
	background: #c0c0c0 url(../images/blueactive.gif) center center repeat-x;
}