#nav {
	float: right;
	margin: auto 0;
	list-style: none;
	position: relative;
	top: 13px;
	right: 0px;
	/*background-color: Aqua;
	background-image: url(grafika/menu.jpg);*/
	
	height: auto;
	/*line-height: 30px;*/
	/*padding-bottom: 10px;*/
	/*border: 1px solid red;*/
	font-weight: bold;
	letter-spacing: 1px;
	color: #ffffff;
}

#nav ul {
	float: right;
	margin: auto 0;
	list-style: none;
	top: 27px;
/*position: absolute;
top: 21px;
right: 33px;*/
	/*background-color: Aqua;
	background-image: url(grafika/menu.jpg);*/
	width: 800px;
	height: auto;
	line-height: 30px;
	padding: 0;
	/*border: 1px solid red;*/
	font-weight: bold;
	letter-spacing: 1px;
	color: #ffffff;
}


#nav a {
	display: block;
	width: 132px;
	color: White;
	text-decoration: none;
	padding-bottom: 20px;
	text-align: center;
}

#nav a:hover {
	color: Yellow;
	/*background-color: #5E5E5E;	*/
}

#nav li {
	float: left;
}

#nav li ul {
	position: absolute;
	width: 160px;
	left: -999em;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;	
	line-height: 20px;
}

#nav li ul a {
	background-color: #1567CA;
	width: 160px;
	text-align: left;
	color: White;
	padding: 8px;
	border-bottom: 1px solid White;
	font-size: 11px;
}



#nav li ul a:hover {
	color: White;
	background-color: Red;	
}



#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	/*background: #FF0000;*/
}








