/* Container for the Menu */
#leftnav {
	margin: 0px;
	padding: 0;
	display: block;
	width: 154px;
	font: bold 11px/16px Arial, Helvetica, sans-serif;
	background-color: #932400;
}
#leftnav.alt {
	background-color: #CC3300;
}
/* Turns off Margin, Padding, and Bullets for the Menu List */
#leftnav ul {margin: 0px; padding: 0px;}
#leftnav li {margin: 0px; padding: 0px; list-style-type: none; }


/* Sub Menu */
#leftnav ul {
	display:block;
}

/* Link Styles for the Menu */
#leftnav a {
	display: block;
	text-decoration: none;
	color: #D1D1D1;
	padding: 0px;
}

#leftnav li a.open {
	background: url(../images/bg-ul-ul.gif) no-repeat left -26px;
	color: #003366;
}

/* Hover and Active styles for the menu */
#leftnav a:hover, #leftnav a:active {
	display: block;
	text-decoration: underline;
	background-position: left bottom;
	color: #E1B227;
}

#leftnav ul a.open {
	background-position: left bottom;
}

/* Change style of the open menu */


/* Link Styles for the Submenus */
#leftnav ul li a  {
	width: 154px;
	background: url(../images/bg-ul-ul.gif) no-repeat left top;
	padding-right: 10px;
	padding-left: 4px;
	display: block;
	border: 0px;
	padding-top: 4px;
	padding-left: 24px;
	height: 22px!important;
}
/* THIS SUB MENU IS SELECTED */
#leftnav ul li a.open {
	background: url(../images/bg-ul-ul.gif) no-repeat left -26px;
	color: #003366;
	text-decoration: underline;
}

/* Top level menu width */
#left1, #left2, #left3, #left4, #left5,
.alt #left1, .alt #left2, .alt #left3, .alt #left4, .alt #left5 {
	height: 27px!important;
	width: 190px!important;
	text-indent: -3000px;
}

#left1 {
	background: url(../images/leftnav1.gif) no-repeat left top;
}

#left2 {
	background: url(../images/leftnav1.gif) no-repeat left top;
}

#left3 {
	background: url(../images/leftnav1.gif) no-repeat left top;
}

#left4 {
	background: url(../images/leftnav1.gif) no-repeat left top;
}

#left5 {
	background: url(../images/leftnav1.gif) no-repeat left top;
}
/* alt styles */
.alt #left1 {
	background: url(../images/leftnav1.gif) no-repeat left top;
}
