#nav_wrapper
{
   width:             800px;
   height:            20px;
   background-color:  black;
}

#nav {
   list-style:        none;
   margin:            0;
   padding:           0;
   height:            19px;
   line-height:       13px;
   vertical-align:    top;
   text-align:        center;
}

#nav, #nav ul {
	padding:           0;
	margin:            0;
	list-style:        none;
}

#nav a {
	display:           block;
	width:             width: 100%;
	color:             white;
	font-weight:       bold;
	height: 19px;
}
#nav a:hover {
	color: #a0c7f0;
}
#nav li {
	float:             left;
	/* width: 		   80px; */
	padding: 0 10px 0 24px;
	text-transform:    uppercase;
}
#nav li#lang {
	width:				125px;
}

#nav li ul {
	position:          absolute;
	left:              -999em;
	margin-left: -15px;
	*margin-left: -85px;
	text-align:        left;
	font-weight:       bold;
	border-top:        1px solid white;
}

#nav li ul li {
	clear:             left;
	border-bottom:     1px solid white;
	margin: 0;
	width: 170px;
	text-align: left;
	vertical-align:    middle;
	background:        #012349;
}

#nav li ul li a {
	padding-left: 4px;
	height: auto;
	line-height: 18px;
	margin: 0;
	width: 166px;
	text-transform: none;
}
#nav li ul li a:hover {
	color: white;
	text-transform: none;
}

#nav li:hover ul, #nav li.sfhover ul {
	left:              auto;
}

.sfhover {
	/*background-color:  #5a94d3;*/
}

.menu_hover:hover {
	background-color:  #5a94d3;
}

/*#nav li .menu_hightlighting_a .menu_hightlighting_ul:hover {
	color:             #a0c7f0;
}*/