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

#nav ul {
	float: right;
	margin: auto 0;
	list-style: none;
/*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: #ffffff;
	text-decoration: none;
	padding-bottom: 4px;
	text-align: center;
}

#nav a:hover {
	color: #0F7CC3;
	/*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: White;
	width: 160px;
	text-align: left;
	color: Black;
	padding: 8px;
	border-bottom: 1px solid #AEAEAE;
	font-size: 11px;
}



#nav li ul a:hover {
	color: #0F7CC3;
	background-color: #DCDCDC;	
}



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

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

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









