#sidemenu {
	border-top-style: solid;
	border-top-width:1px;
	border-top-color: #666633;
	border-left-style: solid;
	border-left-width:1px;
	border-left-color: #666633;
	border-right-style: solid;
	border-right-width:1px;
	border-right-color: #666633;
	color:#669933;
	background-color:#FFFFCC;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	height:auto;
	width:200px;
}

#sidemenu2 {
	border-top-style: solid;
	border-top-width:1px;
	border-top-color: #666633;
	border-left-style: solid;
	border-left-width:1px;
	border-left-color: #666633;
	border-right-style: solid;
	border-right-width:1px;
	border-right-color: #666633;
	color:#669933;
	background-color: #CCCCCC;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	height:auto;
	width:200px;
}

#sidemenu ul {
 list-style:none;
	border:none;
 margin:0px;
	padding:0px;
}
#sidemenu li a{
 text-decoration:none;
 display: block;
 text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#669933;
	background-color:#FFFFCC;
 border-bottom-style: solid;
	border-bottom-width:1px;
	border-bottom-color: #666633;
	height:18px;
	padding-top:3px;
	width:200px;
}
#sidemenu li a:hover {
 text-decoration:none;
 display: block;
 text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#669933;
	background-color:#f7f7f7;
 border-bottom-style: solid;
	border-bottom-width:1px;
	border-bottom-color: #666633;
	height:18px;
	padding-top:3px;
	width:200px;
}
#sidemenutitle {
	background-image:url(../images/rightlastBtn.jpg);
	padding-top:5px;
	height:18px;
	width:200px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	border-bottom-color:#666633;
	border-bottom-width:1px;
	border-bottom-style:solid;
}
