﻿/* Navigation */
.nav, .nav ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav
{
	z-index: 100;
	position: relative;
}

.menu_level1
{
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	height: 32px;
}

.menu_level1 a, .menu_level1 a:link, .menu_level1 a:active, .menu_level1 a:visited
{
	color: #000000;
	display: block;
	padding: 0 9px;
	text-decoration: none;
	line-height: 32px;
	text-transform:uppercase
}

.menu_level1 a:hover
{
	background: #EFEDE5;
	color: #000000;
}

.menu_level2 a, .menu_level2 a:link, .menu_level2 a:active, .menu_level2 a:visited
{
	background: #565656;
	color: #000000;
	display: block;
	padding: 0 9px  0 16px;
	text-decoration: none;
	line-height: 24px;
	font-size: 11px;
	text-transform:none 
}

.menu_level2 a:hover
{
	background: #ccc;
	color: #000000;
}

#nav-one li:hover a, #nav-one li.sfHover a
{
	background: #EFEDE5;
	color: #000000;
}
#nav-one li:hover ul a, #nav-one li.sfHover ul a
{
	background: #EFEDE5;
	color: #000000;
}
#nav-one li:hover ul a:hover, #nav-one li.sfHover ul a:hover
{
	background: #DEDBCE;
	color: #000000;
}

.nav ul
{
	border-bottom: 1px solid #DEDBCE;
	list-style: none;
	margin: 0;
	width: 150px;
	position: absolute;
	top: -999em;
	left: 0px;
}
.nav li:hover ul, .nav li.sfHover ul
{
	top: 32px;
}
.nav ul li
{
	border: 0;
	float: none;
}
.nav ul a
{
	border: 1px solid #DEDBCE;
	border-bottom: 0;
	width: 150px;
	white-space: nowrap;
}
.nav ul a:hover
{
	background: #DEDBCE;
	color: #000000;
}

