.nav {

	z-index: 2;

	position: relative;

}

#navigation {

	margin: 0 auto;

	font-family: 'Dosis', sans-serif;

	font-size: 17px;

	color: #000;

}

#navigation ul {

	height: 43px;

	list-style: none;

	margin: 0;

	padding: 0;

}

#navigation li {

	float: left;

	list-style: none;

	margin-left: 0px;

}

#navigation li a {

	color: #fff;

	display: block;

	line-height: 41px;

	padding: 0px 18px;

	height: 40px;

}

#navigation li a:hover {

	color: #fff;

	text-decoration: none;

	background-image: url(../images/nav-hover.jpg);

	background-repeat: repeat-x;

	-webkit-border-radius: 4px;

	-moz-border-radius: 4px;

	border-radius: 4px 4px 0px 0px;

	behavior: url(PIE.htc);

}

#navigation li ul {

	background: #363d47;

	display: block;

	height: auto;

	position: absolute;

	/*top:1em;

		/*left:0;*/

	-webkit-border-radius: 4px;

	-moz-border-radius: 4px;

	border-radius: 0px 0px 4px 4px;

	behavior: url(PIE.htc);

	font-family: 'Droid Sans', sans-serif;

	filter: alpha(opacity=70);

	opacity: 0.70;

}

#navigation li:hover ul {

	display: block;

}

#navigation li li {

	display: block;

	float: left;

	text-align: left;

	list-style-position: outside;

	font-size: 14px;

}

#navigation li li a {

	line-height: 30px;

	height: auto;

	padding: 0px 14.5px;

}

#navigation li ul a:hover {

	background-color: #7dc242;

	color: #fff;

	text-decoration: none;

	filter: alpha(opacity=100);

	opacity: 100;

	-webkit-border-radius: 4px;

	-moz-border-radius: 4px;

	border-radius: 0px 0px 4px 4px;

	behavior: url(PIE.htc);

}

#navigation p {

	clear: left;

}

#navigation #current {

	background-image: url(../images/nav-hover.jpg);

	background-repeat: repeat-x;

	color: #FDBE3F;

	text-decoration: none;

	-webkit-border-radius: 4px;

	-moz-border-radius: 4px;

	border-radius: 4px 4px 0px 0px;

	behavior: url(PIE.htc);

	font-weight:bold;

}

.current2 {

	background-image: url(../images/nav-hover.jpg);

	color:#FDBE3F;

	background-repeat: repeat-x;

	color: #fff;

	text-decoration: none;

	filter: alpha(opacity=100);

	opacity: 100;

	-webkit-border-radius: 4px;

	-moz-border-radius: 4px;

	border-radius: 0px 0px 4px 4px;

	behavior: url(PIE.htc);

}

