#nav {
	position: absolute;
	left: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: 'HelveticaNeueCondensed', HelveticaNeue, helvetica, arial, sans-serif;
	font-size: 15px !important;
	color: #0d80c5;
	z-index: 100;
	width: 600px;
	letter-spacing: 1px;
}

#nav > li:first-child{
	padding-left: 0px;
	background: url('../img/empty.gif') top left repeat-x;
}

#nav > li {
	padding-left: 30px;
	background: url('../img/submenu_div.gif') 13px 9px no-repeat;
}

#nav li {
	position: relative; 
	float: left;
}

#nav li a{
	color: #0d80c5;
	text-decoration: none;
	height: 32px;
	line-height: 28px;
	display: block;
	font-size: 15px !important;
}

#nav a:hover{
	color: #ee3a43;
}

#nav a.active{
	color: #ee3a43;
}

#nav ul {
	position: absolute;
	left: -4px;
	margin: 0px; 
	padding: 8px;
	list-style: none;
	display: none;
	background: url('../img/submenu_bg.gif') top left repeat-x;
	border: 2px solid #A1CEE9;
}

#nav ul ul{
	z-index: 101;
	_margin-left: 240px;
}
#nav ul ul ul{
	z-index: 102;
	_margin-left: 240px;
}
#nav ul ul ul{
	z-index: 103;
	_margin-left: 240px;
}

#nav ul li:first-child{
	background: url('../img/empty.gif') top left repeat-x;
}

#nav ul li { 
	float: none;
	padding: 0;
	padding-right: 20px;
	margin: 0px;
	background: url('../img/subdots.gif') top left repeat-x;
}

#nav ul li a{
	position: relative;
	top: 3px;
	white-space: nowrap;
	font-size: 15px !important;
}

#nav ul ul { 
	left: 0px;
	_left: 0;
	top: 10px;
}
