#navigation
{ 
   position: relative; 
   background-color: white;    
	margin: 28px 0 0 6px;
	left: 0px;	
	float: left;
}

#navigationhomepage
{ 
   position: relative; 
   background-color: white;    
   margin-top: 28px; 	
	margin-bottom: 0px;	
	margin-left: 0px;
	left: 200px;	
	float: left;
}

ul#nav 
{
	position: relative;
	font-weight: normal;
	float: left;
	margin: 0;
	padding:0 0 0 40px;
	list-style-type: none;
}
#nav a 
{    
   display: block;       
   font-weight: normal;
   padding: 3px 7px;      
   background-color: #e9d2a9;
}
#nav li 
{ 
   float: left;       
   margin-right: 10px;
}
#nav li ul 
{ 
   width: 16em;     
   position: absolute;    
   left: -999em; 
}
#nav li:hover ul, #nav li.active ul 
{ 
   left: auto; 
}
#nav ul 
{ 
   list-style: none;
}
#nav li, #nav li a
{    
   font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;    
   font-size: 14px; /*110*/
   color: #000033; 
   font-weight: bold;
   text-align: left; 
   text-decoration: none; 
   display: block;
}
#nav ul li, #nav ul li a
{ 
   font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;    
   font-weight: bold;
   font-size: 13px;/*100*/
   display: block;    
   clear: left;       
   letter-spacing: normal !important;
}
#nav ul li a
{ 
   color: #000000 !important;    
   text-decoration: none; 
}
#nav li.active a, #nav li:hover a, #nav a.active 
{
   color: #000000; 
   background: #CFE0E9;   
   /*filter: alpha(opacity=70);
   -moz-opacity: 0.7;*/
}
#nav a.selected 
{ 
   color: #e7c7d2; 
}
#nav a.selected:hover 
{ 
   color: #e7c7d2 !important; 
}
