#leftContent ul li{
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
	width: 185px;
	height: 20px;
	background-color: #C3A67C;
   	background-image: url(images/backgrounds/linkBackground3.jpg);
   	background-repeat: repeat;
	font-family: verdana, arial, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 10px 3px 17px;
	border-bottom: 2px solid black;
}

#leftContent ul li a{
	display: block;
	text-decoration: none;
	color: #000000;
}

#leftContent ul li:hover{
	display: block;
	color: #972B26;
   	background-image: url(images/backgrounds/linkBackgroundLighter.jpg);
   	background-repeat: repeat;
}

#leftContent ul li a:hover{
	display: block;
	text-decoration: none;
	color: #972B26;
}


#dropmenudiv{
position: absolute;
background-color: #E4D6C3;
border: 1px solid black;
border-bottom-width: 0;
font: normal 12px Verdana;
text-align: left;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #ffffff;
}
