@charset "utf-8";
/* CSS Document */


#menucontainer {
	height: 215px;
	width: 190px;
	position: absolute;
	margin-top: 45px;
}
#menucontainer ul {
	margin: 0px;
	padding: 0px;
}
 

#menucontainer li {
	font-family: Arial, Verdana, helvetica, sans-serif;
	font-size: 16px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	list-style-image: none;
	line-height: 32px;
	color: #FFFFFF;
	list-style-type: none;
	padding-left: 10px;
}
#menucontainer a {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#menucontainer .active {
	background-image:url(../furniture/menuactive.gif);
	background-repeat:no-repeat;
	background-position: center center;
	
	}
	
	#menucontainer a:hover {
	color: #3b5c05
	}

