#menuArea{


background-color: #555555;

top:79px;
right:0px;
width:100%;
height:18px;

position: absolute;

}


#nav a, #nav li{

    color: #888888;
    font-family: Arial , sans-serif;

    font-size:9px;
}

#nav li, #nav a{

 	text-decoration:none;
 	font-weight: normal;
  	background:#333333;
}

#nav, #nav ul {

	padding: 0;
	margin: 0px;
	list-style: none;

	background:#333333;
}

#nav li {
padding-top:3px;
	float: right;
	width: 13%	;
	height:16px;

	background:#333333;
   color:#ffffff;

   text-align: center;
   vertical-align: middle ;
}

#nav ul {
/*border:1px solid black;*/
}

#nav a {
	text-decoration:none;
	display: block;
   	width: 100%;
	height:100%;

   text-align: center;
    vertical-align: middle ;


}



#navbar{
top: 0px;
width: 100%;
height: 19px;
left:0px;

background-color:#333333 ;
position: relative;

}



#nav{

bottom: 40px;
width:100%;
float:left;
height:11px;

}


#nav li:hover ul {

	background-color:#222222;
	left: auto;
}



#nav a:hover {color:  #000000; }

#nav li:hover ul, #nav li.sfhover ul {

	color:black;
	background:#F3F3F6;

	left: auto;
}


