@charset "utf-8";

#nav {
	background-image:url(/library/images/leftNavBottom.png);
	background-position:center bottom;
	background-repeat:repeat-x;
	border:0 solid black;
	margin-bottom:150px;
	margin-left:16px;
	margin-top:31px;
	min-height:50px;
	text-align:left;
	width:187px;
}

#nav a {
	color:#000000;
	font-weight:400;
	text-decoration:none;
}

#navigation {
	list-style: none;
	padding: 0;
	margin: 0
}

#navigation a {
	display: block;
	float: left;
	background-image:url(/library/images/bullet.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:13px;
	padding-top: 7px;
	padding-bottom: 7px;
}

/* Commented backslash hack hides rule from IE5-Mac \*/
#navigation a {
	float: none
}
/* End IE5-Mac hack */

#navigation a:hover {
	color: #ffffff !important;
	background:url(/library/images/leftNavHoverBG.png);
	background-position: bottom;
	background-repeat: no-repeat;
	text-decoration: none;
	/*padding-left: 20px;*/
}

#navigation ul {
	margin:4px;
	width:180px;
}

#navigation ul li {
	border-bottom:1px solid #E4EBF6;
	font-size:10px;
	line-height:1.25em;
	list-style-image:none;
	list-style-type:none;
	padding-bottom: 0px;
}

#navigation ul li ul {
	padding-bottom: 8px;
	width: 170px;
}

#navigation ul li ul li{
	border-bottom:none;
	line-height: 1.25em;
}

#navigation ul li ul li a {
	background-image:none;
	padding-top: 5px;
	padding-bottom: 5px;
}

#navigation ul li ul li a:hover {
	background-image: none;
	color: #700916 !important;
} 


#navigation .current{
	color: #ffffff !important;
	background:url(/library/images/leftNavHoverBG.png);
	background-repeat:no-repeat;
	background-position: bottom;
}

.hideSubMenu{display:none}
.currentSubMenu{display:block}
.currentSubItem {font-weight:bold !important; color:#700916 !important}
