/* CSS Document */

A:link { text-decoration: none; color: #ad923c; }
A:visited { text-decoration: none; color: #ad923c; }
A:hover { 	color	: #ad923c;
		font-family	:	Verdana, Arial, Helvetica, sans-serif;
		text-decoration : underline;
		font-size : 11px;
		font-weight:bold;
		}



.SidebarTop {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	text-transform: uppercase;
	color: #ad923c;
	background-image: url(img/sidemenuheader.jpg);
	text-align: center;
	height: 38px;
	width: 215px;
	padding-top: 8px;
}

.SidebarMiddle {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	background-image: url(img/sidemenuback2.jpg);
	background-repeat: repeat;
	width: 175px;


	text-decoration:none;
	letter-spacing: .1em;
	white-space: normal;
}

.SidebarMiddleold {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	background-image: url(img/sidemenuback.jpg);
	background-repeat: repeat;


	padding-top:8px;
	padding-bottom:8px;
	padding-left:20px;

	text-decoration:none;
	letter-spacing: .1em;
	white-space: normal;
	width:215px;
}

.SidebarBottom {
	background-image: url(img/sidemenubottom.jpg)  ;
	height:16px;
	width: 215px;
	}


ul, li{
margin:0;
padding:0;
list-style-type:none;
} 

li {
	background: url(img/bullet1.jpg)   no-repeat ;
	list-style-type: none;
	padding-left: 15px;
	color: #a08738;

	}

.Menuspacer{
	height: 15px;
}

h4 {
	font-size:14px;
	text-transform: uppercase;
	color: #ad923c;

