div#navigation 
{  
	width:524px;
	margin:0 0 0 236px;
	height:45px;
	color:rgb(200,200,200);	
	text-align:center;
}

div#navigation1 
{  
	width:524px;
	height:22px;
	color:rgb(200,200,200);	
}

div#navigation2 
{  
	background:rgb(105,57,73);
	text-align:left;
	margin: 0 0 0 80px;
	width:155px;
	height:30px;
	visibility:hidden;
}

div#navigation3 
{  
	
	text-align:left;
	background:rgb(105,57,73);
	margin: -30px 0 0 150px;
	width:135px;
	height:20px;
	visibility:hidden;
}

div#navigation4 
{  
	text-align:left;
	background:rgb(105,57,73);
	margin: -20px 0 0 255px;
	width:135px;
	height:35px;
	visibility:hidden;
}

.navi 
{	
	text-decoration:none;
	color:rgb(200,200,200);
	font-size:11px;
	font-weight:normal;
}

.navi a:hover 
{
	text-decoration:none; 
	color:rgb(250,250,250); 
	font-size:11px;
	font-weight:bold;
}  
