/* TITLE */

#navicon { vertical-align: middle; border:0; }

/* BORDER */
#nav { overflow:hidden; margin:6px 0 0 17px;}
#nav a {display: block; margin: 0; text-align: left; text-decoration: none; }

#nav dl, #nav dt { margin: 0; padding: 0; }

#nav dl dd { list-style-type: none; padding: 0; margin: 0; }

/* FIRST LEVEL */
#nav dl dt a {
	color: #551000;
	font:12px/19px "Times New Roman",Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	padding:0 0 0 14px;
	background:url(../../images/devider2.gif) no-repeat 0 7px;
}

/* SECOND LEVEL */
#nav dl dd a {
	color: #551000;
	font:12px/19px "Times New Roman",Arial, Helvetica, sans-serif;
	padding:0 0 0 25px;
	background:url(../../images/devider3.gif) no-repeat 14px;
	word-spacing:1px;
}

/* THIRD LEVEL */
#nav dl dd dl dd a {
	background: #fff;
	color: #333;
	font-weight: normal;
	font-size: 0.9em;
	border-top: 1px solid #eee;
	padding-left: 20px;
}

#nav dl dt a:hover { color: #551000; font:12px/19px "Times New Roman",Arial, Helvetica, sans-serif; letter-spacing: 0px; padding:0 0 0 14px; text-decoration:underline;} /* FIRST LEVEL HOVER */
#nav dl dt a#currentgrp { background:url(../../images/devider2-active.gif) no-repeat 0 6px; } /* FIRST LEVEL ON */

#nav dl dd a:hover { color:#551000; text-decoration:none; word-spacing:1px; text-decoration:underline; } /* SECOND LEVEL HOVER */
#nav dl dd a#currentcat { background:url(../../img/devider3.gif) no-repeat 14px;} /* SECOND LEVEL ON */

#nav dl dd dl dd a:hover { color:#551000; text-decoration:none; word-spacing:1px; text-transform:uppercase; text-decoration:underline; } /* THIRD LEVEL HOVER */
#nav dl dd dl dd a#currentsub { background:url(../../img/devider2-active.gif) no-repeat 0 6px; } /* THIRD LEVEL ON */

