.menuIndex{
	color:#546a83;
	font:bold 14px "Trebuchet MS", Arial, sans-serif;
	text-decoration:none;
}

.menuIndex:after{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.menuIndex ul{
	
	padding: 7px 15px;
	margin: 0;
	text-align: left; 
}

.menuIndex ul li{
	display: inline;
}

.menuIndex ul li a{
	color: #546a83;
	padding: 4px 15px;
	margin: 0;
	text-decoration: none;
	
}

.menuIndex ul li a:hover, .menuIndex ul li a.selected{
	background: url(chromebg-over.gif) center center repeat-x; 
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #BBB;
	border-bottom-width: 0;
	font:bold 13px "Trebuchet MS", Arial, sans-serif;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
}
.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB;
	padding: 4px 2px;
	text-decoration: none;
	font-weight: bold;
	color:#546a83;
}

* html .dropmenudiv a{ 
	width: 100%;
}

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