.navcontainer
{
width:190px;
font-family: Arial, Verdana, Helvetica, sans-serif;
color: #FFFFFF;
letter-spacing: 1em;
text-align: center;
margin-right:22px;
/* Set font-size so theres no default */

/* Set line-height because I think it looks better like this ;^) */
letter-spacing: 0;
/* Set letter-spacing so text don't jump as much when it turns bold on hover */
}

.navtitle, .navtitle_current {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 115%;
	font-weight: bold;	
	color: #cc6633;
	text-align: left;
	padding-left:0px;
	padding-top:6px;
	padding-bottom:6px;
	margin-bottom:3px;
}
.Margin-Right .navtitle, .Margin-Right .navtitle_current{
	color:white;
}
.navcontainer .navlist li#current ul, .navcontainer .navlist li#subcurrent ul{
	display:none;
}

.navcontainer a, .navcontainer a:visited
{
/* Set text-decoration and color so there is no default */
text-decoration: none;
color: #999999;

}

.Margin-Right .navcontainer a, .Margin-Right .navcontainer a:visited
{
	color:white;
}
.navcontainer ul
{
padding:0px;
margin:0px;
list-style-type: none;

}

.navcontainer li
{
line-height: 11px;
margin-bottom:3px;
}

.navcontainer ul li{
	text-align: left;
	padding-top: 2px;
	padding-left: 0px;
	padding-bottom: 2px;
	color: #999999;
}

.navcontainer ul li a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight:bold;
	color: #999999;
	text-decoration: none;
}
.navcontainer ul li li{
	
	border:none;
	margin-left:30px;
	list-style-type: square;
	
}


.current a{
	text-decoration: underline;
	color:#999999;
}
.subcurrent
{

font-weight: bold;
letter-spacing: 0;
border-bottom: 1px dashed black;
}

.hiddenforvalidation {
	display:none;
}

.def{
	display:none;
}
