/* This file contains the CSS for the menu that runs along the top of the screen. */

/* Override this so we can move it down out of the way of the menu */
.cs_logo { float:left; margin:30 10 10 60;}

#menu_top 
{
	display:inline;
	float:left;
	margin:0 0 0 20;
	font-size:93%;
	line-height:normal;
}

#menu_top ul 
{
	display:inline;
	margin:0;
	padding:0;
	list-style:none;
}

	
 #menu_top li {
	float:left;
	display:inline;
	background:url("images20080920/menu_tro.gif")	no-repeat right top;
	margin:0;
	padding:0;
	height:39px;
	min-width:10px;
}

#menu_top #last {
	background:url("images20080920/menu_tre.gif") no-repeat right top;
	padding:0 0 0 0;
}

	
#menu_top a {
	display:inline-block;
	background:url("images20080920/menu_tlo.gif")	no-repeat left top;
	color:#c6c982;
	font-size:12px;
	letter-spacing:1px;
	padding:8 0 5 10;
	margin:0 8 0 0;
	height:39px;
}

#menu_top a:hover {
	
	color:#ebedc1;
	
}

#menu_top #last a{
	padding:8 3 5 10;
	margin:0 16 0 0;
}


#menu_top #first a {
	background:url("images20080920/menu_tle.gif") no-repeat left top;

	padding:8 0 5 34;
	margin:0 15 0 0;
}