/* Navigation style sheet */

#navcontainer {
	width: 175px;
	position: fixed;
	top: 10px; 
	left: 10px; 
        right: auto; 
/*	background-color: #000000;  */
/*	background-color: #343031;  */
	background-color: #120D77;
	color: #ffffff;
/*	border: 2px solid #ff8811;  */
	border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
}

#navcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: sans-serif, Arial, Helvetica;
}

#navcontainer a
{
	display: block;
	padding: 3px;
	width: 160px;
/*	background-color: #036;  */
/*	border-bottom: 1px solid #eee; */
}

#navcontainer a:link, #navlist a:visited
{
	color: #ff8811;
	text-decoration: none;
}

#navcontainer a:hover
{
	background-color: #999999;
	color: #ffffff;
}
