/* #################################################################### 
[REMI Drop Down Stylesheet]

Project:	MBS
Version:	0.1
Last change:	05/14/08 []
Assigned to:	Brian Hayes bh
Primary use:	MBS typography
	

#################################################################### */

/* !!!!!!!!  

All top level li tags are id by their page alais and MUST have widths

*/



/*General Dropdown styles*/
#nav {
	position:relative;
	z-index:9999;
	width:828px;
	height:29px;
	background:url(../_images/inactive.jpg) repeat-x;
}
#nav a {
	width: 138px;
	height: 21px;
	display: block;
	text-align:left;
	font-size: 11px;
	color: #ffffff;
	text-decoration:none;
	padding:8px 0 0 0;
	text-align:center;
}

#nav li {
	float: left;
	height: 29px;
	width:138px;
}

#nav li h4{
	width: 138px;
	height: 21px;
	display: block;
	text-align:left;
	font-size: 11px;
	text-decoration:none;
	padding:8px 0 0 0;
	text-align:center;
}

#nav li ul {
	position: absolute;
	left: -999em;
	width: 160px;
	z-index:9999;
	margin:0 0 0 0;
}

#nav li ul li {
	height:20px;
	width: 160px;
	border-right: none;
	border-top: none;
	text-transform: none;
	background: #eaeaea;
	border-bottom:2px solid #ffffff;
	padding:0 0 0 0;
	margin:0 0 0 0 !important;
}
	#nav li ul li a {
		text-align:left;
		height:12px;
		color:#1b3764;
		width: 145px;
		border-right: none;
		border-top: none;
		text-transform: none;
		padding:4px 5px 4px 10px;
	}
	#nav li ul li h4 {
		display:block;
		font-size:11px;
		height:21px;
		text-align:left;
		text-decoration:none;
		padding:0;
		width: 145px;
		font-weight:normal;
		padding:4px 5px 4px 10px;
	}

#nav li ul li a:hover{
	border-top: none;
	background: #C0C0C0;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

/* States */
.currentpage{
	background:url(../_images/active.jpg);
}
