#nav, #nav ul { /* all lists */
	padding-left: 0px;
	padding-top: 2px;
	margin: 0;
	list-style: none;
	margin-left: -1px;
}

#nav a {
	display: block;
	width: 160px;
}

#nav li { /* all list items */
	float: left;
	width: 160px; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #a9a28a;
	width: 160px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index: 1;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	border-bottom: #FFFFFF 2px solid;
	border-left: #FFFFFF 2px solid;
	border-right: #FFFFFF 2px solid;
	z-index: 1;
}

#content {
	clear: left;
	color: #ccc;
}

a.mLink{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	font-style: oblique;
	font-weight: lighter;
	padding-left: 20px;
}

a.mLink:hover{

}

a.sLink{
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	line-height: 2.0;
}

a.sLink:hover{
	background-image: url(images_common/bg_menu_3.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

#menuBorder{
	position: relative;
	height: 20px;
	border:  #FFFFFF 1px solid;
	width: 650px;
	background-image: url(images_common/menu_bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}


#whiteCell {
	background-color: #FFF;
	padding: 10px;
	margin: 10px;
	border-right-style: solid;
	border-right-color: #FFF;
	border-right-width: thick;
	color: #000;
}
