﻿#nav
{
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav li
{
	float: left;
}

#nav .over .sm
{
	left: auto;
}

.hitem
{
	width: 158px;
}

.hlink
{
	display: block;
	height: 41px;
}

.sm
{
	list-style: none;
	position: absolute;
	width: 200px;
	left: -999em;
	margin: 0px 0px 0px -12px;
	padding: 0px;
}

.si
{
	width: 184px;
	background-image: url("Images/WideShadowEdge.png");
	background-repeat: repeat-y;
}

.sc
{
	width: 184px;
	height: 17px;
	background-image: url("Images/WideShadowCap.png");
	background-repeat: no-repeat;
}

.sl
{
	display: block;
	height: 26px;
	font-size: 15pt;
	font-weight: normal;
	text-decoration: none;
	margin: 0px 12px 0px 12px;
	padding: 5px 0px 0px 15px;
}

.sl:link, .sl:active, .sl:visited
{
	color: #90B4B0;
	background: #ffffff;
}

.sl:hover
{
	color: #ffffff;
	background: #90B4B0;
}

