#menuContainer{
	position: fixed;
	left: 0px;
	top: 0px;
	left:0px;
	width:100%;
	height:37px;
	z-index: 49;
	background: url(../images/menuBG.png) repeat-x 0px 0px;
}
#topMenu{
	margin: 0px auto;	
	width:800px;
	top:0px;
	z-index: 50;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: 12px;
	color: #000000;
	text-decoration: none;
	text-align: left;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 2px;
}

#nav a:hover {
	color: #cc0000;
}

#nav li {
	float: left;
	width: 130px;
	white-space:nowrap;
	text-align: left;
	background-image: url(../images/purple_bullet.png);
	padding-left: 18px;
	list-style-image: none;
	background-repeat: no-repeat;
	background-position: 2px 8px;

}

#nav li ul {
	position: absolute;
	background: #ECE6E6;
	width: 225px;
	left: -999em;
	padding: 0px;
	margin:0px 0px 5px 0px;
	border-top: thin none #B3B3E4;
	border-right: thin solid #B3B3E4;
	border-bottom: thin none #B3B3E4;
	border-left: thin solid #B3B3E4;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	color: #ECE6E6;
	background: #ECE6E6;

}
#nav li ul li {
	margin: 0px;
	padding:0px 2px 0px 14px;
	width: 210px;
	display: inline;
	white-space:nowrap;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #B3B3E4;
	text-align: left;

}