﻿/* CSS Document */

/* ****************************** Start Left Menu styles */	

#LeftNav {
	width: 161px;
	position: relative;
	font-size: 0.7em;
	font-weight: bold;
	text-transform: uppercase;
	margin: 1px 0px -1px 0px;
	text-decoration: none;
}

#LeftNav a {
	display: block;
	padding: 4px 0px 4px 5px;
	color: #000000;
	background-color: #cbaf42;
	border-bottom: 1px solid #dac880;
	text-decoration: none;
}

#LeftNav a:hover {
	color: #9A211E;
}

#LeftNav a:hover.nohover {
	color: #000000;
}

/* This line defines a standard left navigational button text as red in all states. It is used to notate the page currently displayed */
.LeftNav_Home {
	color: #9A2E11;
}

/************************** dhtml menu ***************************/

/**************** menu coding *****************/

#nav {
	/* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
}

#nav ul {
	/* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	display: block;
	background-color: #cbaf42;
}

#nav li {
	/* all list items */
	display: block;
	float : left;
	line-height : 1.25em;
	width: 161px;
	margin: 0;
	padding: 0px;
	background-color: #cbaf42;
}

#nav li ul {
	/* second-level lists */
	display: block;
	position: absolute;
	left: -999em;
	margin-left: 161px;
	margin-top: -2em;
	width: 161px;
	background-color: #cbaf42;
	border-top: 1px #DACA80 solid;
}

#nav li ul li {
	/* second-level lists */
	border-left: 1px #DACA80 solid;
	border-right: 1px #DACA80 solid;
}

#nav li ul ul {
	/* third-and-above-level lists */
		left: 200px;
}

#nav li a {
	display: block;
	padding: 4px 0px 4px 5px;
	color: #000000;
}

#nav li a:hover {
	color: #9A211E;
}

#nav li.sfhover ul ul ul {
	left: 200px;

}

#nav li.sfhover ul ul {
	left: 200px;
}

#nav li:hover ul ul ul {
	left: 200px;
}

#nav li:hover ul ul {
	left: 200px;
}

#nav li li li.sfhover ul {
	/* lists nested under hovered list items */
	left: auto;
}

#nav li li.sfhover ul {
	/* lists nested under hovered list items */
	left: auto;

}

#nav li.sfhover ul {
	/* lists nested under hovered list items */
	left: auto;
}

#nav li li li:hover ul {
	/* lists nested under hovered list items */
	left: auto;
}

#nav li li:hover ul {
	/* lists nested under hovered list items */
	left: auto;
}

#nav li:hover ul {
	/* lists nested under hovered list items */
	left: auto;
}

#nav img {
position: absolute; 
margin-left: 147px;
height: 10px; 
width: 10px; 
margin-top: 5px; 
}