body {
 	text-align: center;
}

#menu {
	height:90px;
	width:600px;
}

#menu,#sub-menu,#messages {
 	position:absolute;
 	z-index:3000;
 	text-align:left;
 	left: 50%;
 	margin-left:-300px;
 	background-color:#FFFFFF;
}

#sub-menu {
	width:600px;
	height:30px;
	line-height:30px;
	top:70px;
	border-bottom:2px solid #CCCCCC;
}

#sub-menu-item {
	display:inline;
	float:left;
	font-family: Verdana, serif;
	font-size:60%;
	letter-spacing: 1px;
	color: #666666;
}

#sub-menu-item a {
	text-decoration:none;
	color: #666666;	
}

#menu-item,#logo {
	display:inline;
	text-transform:uppercase;
	vertical-align:middle;
	font-family: Verdana, serif;
	font-size:60%;
	letter-spacing: 2px;
	color: #666666;
	float:left;
}

#menu-item {
	margin-top:41px;
}

#menu-item a {
	float: left;
	padding: 6px 13px;
	text-decoration:none;
	color: #666666;
}

#menu-item a:hover {
	color: #000000;
	text-decoration:underline;
}

#logo {
	padding-top:11px;padding-left:0px;

}

#login-header {
	font-family: arial, helvetica, sans-serif;
    	font-size: 11px;
    	letter-spacing:1px;
    	font-weight:normal;
    	float:right;
    	color: #666666;
    	margin-top:45px;
    	background:#FFFFFF;
}

#login-header a:hover{
	background:#DDDDDD;
}


#nav {
	float: left;
	margin: 0;
	padding: 20px 0 18px 36px;
	text-transform: lowercase;
	}
#nav li {
	list-style: none;
	float: left;
	margin: 0 6px 0 0;
	padding: 0 0 0 0;
	}
#nav a {
	float: left;
	display: block;
	padding: 8px 10px;
	text-decoration: none;
	font-weight: normal;
	color: #555555;
	border: none;
	font-size:12px;
	}
	
/* hover state */

#nav li:hover {
	background: #FFFFFF url(../../images/nhov-top.gif) no-repeat top left;
	}
#nav a:hover { /* a backup for IE's lack of li:hover support */
	background-color: #FFFFFF;
	}
html>body #nav a:hover {
	background: transparent url(../../images/nhov-bottom.gif) no-repeat bottom right;
	}
	
/* active state */

#nav li.active {
	background: url(../../images/nav-top.gif) no-repeat top left;
	}
#nav li.active a {
	color: #777;
	font-weight:bold;
	background: url(../../images/nav-bottom.gif) no-repeat bottom right !important;
	}

#nav li.dark {
	background: url(../../images/nhov-top.gif) no-repeat top left;
	background-color: #E0E8B9;

	}
#nav li.dark a {
	background-color: #E0E8B9;
	background: url(../../images/nhov-bottom.gif) no-repeat bottom right !important;
	}