#navigation
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	position:relative;
	height:32px;
}

/* styles for all UL's in the list */
#nav, #nav ul
{
	width: 100%; 
	margin: 0;
	padding: 0;
}

#nav
{
	float: left;
	width: 940px;
}

#nav ul
{
	position: absolute;
	display: none;
	border-bottom: 1px solid #ccc;
}

/* styles for all LI's in the list */
#nav li
{
	background-color: #FFCC00;
	position: relative;
	list-style: none;
	float: left;
	text-align:right;
}

#nav li a
{
	background-image:url(/gfx/button_leftback.gif);
	display: block;
	text-decoration: none;
	color: #333377;
	padding: 5px;
	border-right: 2px solid #d07b00;
}


/* Fix IE. Hide from IE Mac \*/
* html #nav li { float: left; height: 1%; }
/* End */



#nav li a:hover
{
	color: #333377;
	background-color: #FF9933;
}

