/************************
 * main navigation
 ************************/

#secondary-navigation
{
	position: absolute;
	top: 214px;
	font-size: 0.833em;
	color: #585858;
	width: 980px;
}

#secondary-navigation ul
{
	width: 100%; /* mac ie isn't stretching 100% by default */
	list-style-type: none;
	margin: 0;
	padding: 0;
	list-style: none;
}

/* secondary level (and below) menus */
#secondary-navigation  ul ul 
{
	display:none; /* not allowed */
}

/* tertiary (and below) menus */
#secondary-navigation ul ul ul {
	display:none; /* not allowed */
}

#secondary-navigation ul li
{
	float: left;
	display: inline;
	position: relative;
	height: 31px;
	text-align: center;
	margin-top: 0;
}

#secondary-navigation ul li a.selected
{
	background-color: #362e7e;
	color: #fff;
}

#secondary-navigation ul li a
{
	display: block;
	color: #585858;
	font-weight: bold;
	height: 31px;
	cursor: hand;
	background-color: #e1eddc;
}

#secondary-navigation ul li:hover,
#secondary-navigation ul li.hoverclass
{
	background-color: #362e7e;
}

#secondary-navigation ul li a:hover
{
	background-color: #362e7e;
	text-decoration: none;
	color: #fff;
}