/*=======================================================

	Navigation

=======================================================*/
.nav {

}
#nav_header {
	
	background: #E0E0E0;
	text-indent: -1000em;
	height: 0px;
	overflow: hidden;
	margin: 0;
}
.nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Tahoma,Verdana,Arial,sans-serif;
	font-weight: bold;
	border-bottom: 2px solid #fff;
	width: 100%;
	}

.nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
.nav li a {
	display: block;
	text-decoration: none;
	line-height: 1.6em;
	_height: 1.6em;
	padding: 0.2em 0.3em 0.2em 0.5em;
	color: #000;
	margin: 0;
	border-top: 2px solid #fff;
	background: #E0E0E0;

	}

.nav ul ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style: none;
	font-family: Tahoma,Verdana,Arial,sans-serif;
	min-height: 0;
	border-bottom: 2px;
	overflow: visible;
	}

.nav ul ul li {
	margin: 0;
	padding: 0 0 0 0.3em;
	list-style: none;
	background-color: #fff;
	}

.nav ul ul li a {
	display: round;
	text-decoration: none;
	padding: 0.1em 0 0.1em 0.8em;
	border: 0;
                     margin: 0;
	font-size: 85%;
                      background: none;	
                      border-top: 0px solid #fff;
}

.nav a.one:hover {
                     color: #fff;
                     background-color: #ed2382
}

.nav a.two:hover {
                     color: #fff;
                     background-color: #00adde
}

.nav a.three:hover {
                     color: #fff;
                     background-color: #ee6821
}

.nav a.four:hover {
                     color: #fff;
                     background-color: #bdcf3c
}

.nav a.five:hover {
                     color: #fff;
                     background-color: #fbab18
}

.nav li a.current {
	color: #ed2482;
	background-color: #fff;
}

.nav ul ul a {
	color: #666;
	background: none;
}

.nav ul ul a:hover {
	color: #000;
	background: none;
}

.nav ul ul a.current {
                     color: #ed2482;
	background: none;
}
