﻿/* 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;
	vertical-align: top;
}

#nav ul {
	/* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	display: none;
	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;
	display: none;
	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 */
}

#nav li a {
	display: block;
	padding: 4px 0px 4px 5px;
	color: #000000;
	cursor: pointer;
}

#nav li a:hover {
	color: #9A211E;
}

#nav img {
position: absolute; 
margin-left: 147px;
height: 10px; 
width: 10px; 
margin-top: 5px; 
}

#nav ul ul {
	display: inline;
}
