/**********************************
Created by: Simon Urbina
URL: SimonUrbina.com
**********************************/


/* Navigation */


#contact-head {
	color: #9f9f9f;
	width: 500px;
	float: right;
	padding: 10px 10px 0px 10px;
	text-align: right;
}
#contact-head a {
	color: #9f9f9f;
}
#navigation {
	width: 740px;
	float: right;
	font-size: 12px;
	padding: 7px 0px 0px 0px;
	margin-top:-10px;
	
}
#nav-wrapper {
	height: 23px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
#nav, #nav ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#nav a {
	display: block;
	width: 105px;
	text-align: center;
	height: 18px;
	vertical-align: top;
	text-decoration: none;
	padding-top:5px;
        color: #777777;
}

#nav li {
	float: left;
	width: 105px;
}
#nav li ul {
	position: absolute;
	width: 105px;
	left: -999em;
	background-color:#404040;
	border-top:solid 1px #404040;
	border-right:solid 1px #777777;
	border-left:solid 1px #777777;
	border-bottom:solid 1px #777777;
}

#nav li ul a:hover {
	color: #777777;
	background-color: #CCECE1;
	background-image: none!important;
}

#nav li:hover ul {
	left: auto;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
a#nav00,
a#nav0,
a#nav1, 
a#nav1,
a#nav1,
a#nav1,
a#nav2,
a#nav2,
a#nav3,
a#nav3,
a#nav3,
a#nav3,
a#nav5 {
	text-decoration: none;
        color: white;
}
