/* CSS Document */
 
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu {
position: relative; /* Menu position that can be changed at will */
top: 0;
left: 0;
}
#menu {
	width: 178px;
}
#menu dt {
	cursor: pointer;
	margin: 2px 0;
	;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	border: 3px solid #899272;
	background-color: #AE97A0;
	color: #ffffff;
}
#menu dd {
border: 1px solid #95ACA1;
}
#menu li {
text-align: center;
background: #7D8668;
}
#menu li a, #menu dt a {
color: #ffffff;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
#menu li a:hover, #menu dt a:hover {
	background: #729083;
	color: #FFFFFF;
}
