#navholder {
	border: 0px solid #000;
	border-top: 0px;
	margin-bottom: 0px;
	background-image: url(../../images/sidenav-middle.jpg);
	
	background-position: -6px bottom;
	background-repeat: repeat-y;
	padding: 0px;
	margin-top: 10px;
     
        width: 147px;
}
#nav {
	width: 147px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../../images/sidenav-top.jpg);
	background-position: -7px top;
	min-height: 300px;
	background-repeat: no-repeat;
}
#nav a {
	color: #171264;
	display: block;
	margin: 0;
	text-align: left;
	text-decoration: none;
}

#nav dl, #nav dt {
	margin: 0;
	padding: 0;
	position: relative; 
    
}

#nav dl dd {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

/* First Level */
#nav dl dt a {
	background: transparent;
	color: #171264;
	font-weight: bold;
	font-size: 1.0em;
	border-top: 1px solid #FFF;
	letter-spacing: 0px;
	padding: 3px 0 3px 5px;

}

/* First Level Hover */
#nav dl dt a:hover {
	background-image: url(../../images/maincat.jpg);
	color: #666;
	font-weight: bold;
}

/* First Level Highlighted */
#nav dl dt a#currentgrp {

	color: #171264;
	font-weight: bold;
background-image: url(../../images/maincat.jpg);
}

/* Second Level */
#nav dl dd a {
	background: #F4F4F6;
	font-weight: normal;
	font-size: 0.9em;
	border-top: 1px solid #FFF;
	padding: 2px 0 2px 10px;
	width: 135px;
	margin-left: 1px;
}

/* Second Level Hover */
#nav dl dd a:hover {
	background: #FCFAFD;
	color: #03C;
	font-weight: normal;
}

/* Second Level Highlighted */
#nav dl dd a#currentcat {
	background: #ccc;
	font-weight: bold;
}

/* Third Level */
#nav dl dl dd a {
	background: #FFF;
	color: #333;
	font-weight: normal;
	font-size: 0.9em;
	border-top: 1px solid #EEE;
	padding-left: 20px;
        width: 125px;
}

/* Third Level Hover */
#nav dl dl dd a:hover {
	background: #666;
	color: #FFF;
	font-weight: normal;
}

/* Third Level Highlighted */
#nav dl dl dd a#currentsub {
	background: #666;
	color: #FFF;
	font-weight: bold;
}
div#navholder div#nav-footer {
	background-image: url(../../images/sidenav-bottom.jpg);
	background-repeat: no-repeat;
	height: 25px;
        background-position: -6px;
}