.nav {
	line-height: 40px;
	height: 40px;
	list-style-type: none;
	background-image: url("../Images/left.gif");
	width: 900px;
	text-align: left;
	padding: 0;
	margin: 0;
}

.nav a {
	display: block;
	width: 180px;
	text-align: center;
}

.nav a:link {
	color: White;
	text-decoration: none;
	font-weight: bold;
}

.nav a:visited {
	color: White;
	text-decoration: none;
	font-weight: bold;
}

.nav a:hover {
	color: red;
	text-decoration: none;
	font-weight: bold;
}

.nav li {
	float: left;
	width: 180px;
	margin-right: 0px;
}

.nav li a:hover {
	background-image: url("../Images/left_1_ds.gif" );
	width: 180px;
}

.nav li ul {
	line-height: 27px;
	list-style-type: none;
	text-align: left;
	left: -999em;
	width: 180px;
	position: absolute;
	font-size: 12px;
}

.nav li ul li {
	float: left;
	width: 180px;
	background: .F6F6F6;
}

.nav li ul a {
	display: block;
	width: 150px;
	text-align: center;
	padding-left: 0px;
}

.nav li ul a:link {
	color: .666;
	text-decoration: none;
}

.nav li ul a:visited {
	color: .666;
	text-decoration: none;
}

.nav li ul a:hover {
	color: .F3F3F3;
	text-decoration: none;
	font-weight: bolder;
	background: .C00;
	width: 180px;
}

.nav li:hover ul {
	left: inherit;
}

.nav li.sfhover ul {
	left: auto;
}

.content {
	clear: left;
}
