#mainnavcontainer {
	text-align:right;
	font-family:"Trebuchet MS", Tahoma, Arial;
	font-size:16px;
	padding-right:15px;
	margin-top:20px;
	margin-bottom:20px;
}
#mainnavcontainer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#mainnavcontainer ul li { margin: 0; list-style: none; }
#mainnavcontainer a { text-decoration:none; color:#666666; font-weight: normal; }
#mainnavcontainer a:hover { text-decoration:underline; color:#333333; font-weight: normal; }
#mainnavcontainer #current { font-weight:bold; background:url(ico_current.gif) left center no-repeat; color:#333333; padding-left:13px; }
