#menu_area{
  width: 100%;

  left: 0px;
  position: absolute;


}


#menuHolder{
  top: 271px;

   background-color: #fffdfd;



}

#nav a, #nav li{

    color: #666666;
    font-family: Arial , sans-serif;

    font-size:10px;


}

#nav li, #nav a{

  
 	text-decoration:none;
 	font-weight: normal;



	background:#F3F3F6;
}

 #homeLink{
    position: absolute;
    top: 0px;
    left:10px;
    height: 20px;
    width: 20px;
    z-index: 0;

}

#nav, #nav ul {

	padding: 0;
	margin: 0px;
	list-style: none;

	background:#F3F3F6;


}

#nav li {
	float: left;
	width: 16%	;
	height:15px;

	background:#b0b0b0;
   color:#ffffff;


   text-align: center;
vertical-align: middle ;
     border-right:1px solid white;
     border-left:1px solid white;

}

#nav ul {
}

#nav a {
	text-decoration:none;
	display: block;
   	width: 100%;
	height:100%;

   text-align: center;
    vertical-align: middle ;


}



#navbar{
top: 0px;
width: 100%;
height: 17px;
left:0px;

background-color:#F3F3F6 ;
position: relative;



}



#nav{

bottom: 40px;
width:100%;
float:left;
height:11px;



}


#nav li:hover ul {

	background-color:#010066;
	border:1px solid black;
	left: auto;


}



#nav a:hover {

	background:#333333;

    color: #e1e1e1;





}

#nav li:hover ul, #nav li.sfhover ul {

	color:black;
	background:#F3F3F6;

	left: auto;
}


