@charset "UTF-8";
/* CSS Document */

#menuside {
	display: block;
	padding: 0;
	position: relative;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left:0px;
	margin-right:0px;
}

#menuside li {
	list-style-type: none;
	width: 100%;
	height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

#menuside ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	display: block;
}

#menuside a {
	color: #000000;
	text-decoration: none;
	line-height: normal;
	font-style: normal;
	background-color: #FFFFFF;
	display: block;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c89315;
}


#menuside a:hover {
	text-decoration: none;
	background-attachment: scroll;
	background-image: url(../images/menu2back.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}

