#nav {
	border: 0px solid #000;
	border-top: 0px;
	margin-bottom: 0px;
}

#nav a {
	color: #333;
	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 ,#nav dl dt a:hover {
	background: #F4F4F4;
	color: #333;
	font-weight: bold;
	font-size: 14px;
	border-top: 1px solid #FFF;
	letter-spacing: 0px;
	padding: 3px 0 3px 5px;
	background-image:url(../../images/catLeftLightGrey.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	padding-left:33px;
	padding-right:20px;
	text-decoration:none;
}

/* First Level Hover */
/*#nav dl dt a:hover {
	
	color: #FFF;
	font-weight: bold;
}
*/
/* First Level Highlighted */
#nav dl dt a#currentgrp {
	background-image:url(../../images/blueCatSelLeft.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	padding-left:33px;
	padding-right:20px;
	color: #FFF;
	font-weight: bold;
}

/* Second Level */
#nav dl dd 
{
padding: 0px 8PX 0px 8px;
}
#nav dl dd a {
	background: #e7e6e6;
	color: #424141;
	font-weight:bold;
	border-top: 1px solid #cdcdcd;
	padding: 4px 2px 4px 32px;
	
}

/* Second Level Hover */
#nav dl dd a:hover {
	/*background: #5C80B7;*/
	color: #424141;
	font-weight:bold;
}

/* Second Level Highlighted */
#nav dl dd a#currentcat {
	background: #fceade;
	color: #424141;
	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;
}

/* Third Level Hover */
#nav dl dl dd a:hover {
	background: #DA6D6D;
	color: #FFF;
	font-weight: normal;
}

/* Third Level Highlighted */
#nav dl dl dd a#currentsub {
	background: #BA2F2F;
	color: #FFF;
	font-weight: bold;
}

