#menuNav 
{
width:165px;
font-size:10px;
padding:0;
margin:0;
min-height:330px;

}
#menuNav ul
{
list-style:none;
padding:0;
margin:0;
	
}

.noChild
{
	border:0;
	background:#CC0000;
	position:relative;
	padding-left:5px;
}
.root
{
	padding:0;
	margin:0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background:#171796;
	padding-left:5px;
	font-weight:bold;
}
.active
{
	background:#CC0000;
}

#menuNav ul li.rootNoChild
{
	color:#fff;
	padding-left:5px;
	background-attachment: scroll;
	background-image: url(../images/gfx/menuRedArrow.gif);
	background-repeat: no-repeat;
	background-position: right center;	

}
.hasChildSingle
{
	background:#CC0000 !important;
}
#menuNav ul li.hasChild
{
	color:#fff;
	padding-left:5px;
	background-attachment: scroll;
	background-image: url(../images/gfx/menuRedArrow.gif);
	background-repeat: no-repeat;
	background-position: right center;

}
#menuNav ul li a
{
color:#fff;
text-decoration:none;
display:block;
padding-bottom:3px;
padding-top:3px;
}

.arrow
{
	float:left;
	color:#CC0000;
	position:absolute;
	top:0;
	right:4px;
	font-size:12px;
	font-weight:bold;
}
