@charset "utf-8";
/* CSS Document */

* {
	font-family:arial;
	font-size:12px;
}

#logo{
	background: url(/images/logo.png) no-repeat left;
}

#nav {
	background:#414141 none repeat scroll 0 0;
	font-family:Verdana;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	height:33px;
	line-height:normal;
	width:100%;
}

#nav ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#nav ul li {
	position:relative;
}

#nav ul li a {
	background:#414141 none repeat scroll 0 0;
	border-right:1px solid #777788;
	color:#2D2B2B;
	display:block;
	padding:8px 10px;
	text-decoration:none;
}

#nav ul li a {
	display:inline-block;
}

#nav ul li a:link, #nav ul li a:visited {
	color:white;
}

#nav ul li a:hover {
	background:red none repeat scroll 0 0;
	color:white;
}

.header, .header a{
	background-color:Red;
	color:white;
	font-weight:bold;
	padding:3px;
}