/* Start of CMSMS style sheet 'menu' */

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	margin-top:-1px;
	font:normal 10px Verdana;
	line-height:20px;
	z-index:1000;
	background:url(../images/nav_dropdown-bg.jpg) repeat-x bottom #FFFFFF;
	width: 200px;
	visibility: hidden;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;/* filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);*/ /*Add Shadow in IE. Remove if desired*/
}

ul li a:hover, ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(img/chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.dropmenudiv a{
	width: 180px;
	margin:0 auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #a6aab8; /*THEME CHANGE HERE*/
	padding: 2px 0 0 0;
	text-decoration: none;
	font-weight: bold;
	color: black;
	font-size: 9px;
}

.dropmenudiv a.none {
border-bottom:none;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color:#990000;
}
/* End of 'menu' */

