#topNav, #topNav ul { /* all lists */
	padding: 0px 50px 0px 0px;
	margin: 0;
	list-style: none;
	line-height: 1.5;
	border-style: none;
	float: right;
}

#topNav a {
	display: block;
	width: 9.4em;
	color: white;
}

#topNav li { /* all list items */
	float: left;
	width: 9.4em; /* width needed or else Opera goes nuts */
	background-color: inherit;
}

#topNav li ul { /* second-level lists */
	position: absolute;
	background-color: #cc0033;
	width: 15em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index: 5;
}

#topNav li:hover ul, #topNav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#topNav li:hover, #topNav li.sfhover { /* lists nested under hovered list items */
	background-color: #990000;

}

#sideNav, #sideNav ul { /* all lists */
	padding: 5px;
	margin: 0;
	list-style: none;
	line-height: 2;
	background-color: inherit;
}

#sideNav a {
	display: block;
	width: 158px;
	color: white;
}

#sideNav li { /* all list items */
	float: left;
	width: 158px; /* width needed or else Opera goes nuts */
	border-top-style: solid;
	border-top-color: #000000;
	border-top-width: 1px;
}

#sideNav li:hover, #sideNav li.sfhover { /* lists nested under hovered list items */
	background-color: #990000;
}

#sideNav li img	{
	width:0px;
	height:0px;
	border-width:0px;
}

#sideNav li:hover img, #sideNav li.sfhover img	{
	position:absolute;
	left:5px;
	top:10px;
	width:300px;
	height:250px;
	z-index:10;
	display:block;
}

* html #sideMenuArea	{
	width: 164px;
	wi\dth: 162px;
}

#sideMenuArea	{
	width:162px;
	position: relative;
	float:left;
	background-color: #cc0033;
	padding-top:5px;
	border-style:solid;
	border-color:#000000;
	border-width:0px 1px 1px 1px;
}

