#nav
{
	padding: 0;
	margin-top: 5px;
	list-style: none;
	line-height: 2;
	margin-left:0px;
	}
	 #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 2;
	
}

#nav a {
	display: block;
	width: 65px;
	text-align:center;
	text-decoration:none;
	color:#8c8c8C;
	font-weight:bold;
}

#nav li { /* all list items */
	float: left;
	width:65px; /* width needed or else Opera goes nuts */
}
#nav li a:hover 
{
	background-color: #F7008C;
	color:#ffffff;
}
#nav li ul { /* second-level lists */
	position: absolute;
	background: #e1e1e1;
	color:#F7008C;
	width: 65px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
	color: #ccc;
}


#leftMenu
{
	list-style:disc;
	text-align:left;
	color:#666666;
	font-size:12px;
	}

#leftMenu a
{
	text-decoration:none;
	}
	
#leftMenu ul,#leftMenu ul ul
{
	list-style:none;
	margin-left:15px;
	}
	
#leftMenu ul li,#leftMenu ul li,#leftMenu ul ul li
{
	width:100px;
	list-style:none;
	}
	
.activeTitle
{
	background-color:#999999;
	font-size:12px;
	font-family:Verdana Arial;
	font-weight:bold;
	color:#fff;
	text-align:center;
	height:30px;
	}
	
.inactiveTitle
{
	color:#990;
	text-align:center;
	height:30px;
	font-weight:bold;
	}
	
.inactiveTitle a
{
	color:#990;
	text-decoration:none;
	}
	
