#navcontainer
{
margin: 0;
padding: 0;
height: 22px;
font: 13px Lucida Grande, helvetica, sans-serif;
width: 100%;

list-style-type: none;
background: #4c4e65;
}

#navlist li
{
float: left;
margin: 0;
padding: 0;
width: auto;
display: block;
}

#navlist li a, #navlist li a:link
{
background:#4c4e65;
color: #fff;
text-decoration: none;
padding: 1px 10px 1px 10px;
display: block;
}

#navlist li a:hover
{
color: #fff;
border-bottom: 3px solid #E10976;
cursor: pointer;
}

#navlist li a#current, #navlist li a#current:link
{
color: #000;
cursor: default;
font-weight: bold;
border-bottom: 3px solid #999;
}

#navlist li a#current:hover
{
border-bottom: 3px solid #f90;
background: #eee;
}

a, a:visited {	
	color: #5A93C9;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color:#325A63;
	background: inherit;
	text-decoration: underline;
}

a
{
color: #325A63;
font-family: Trebuchet MS, helvetica, sans-serif;
font-size:13px;
}




