#menu {
	position:relative;
/*	top: 0px; */
/*	left: 0px; */
/*	width: 180px; */
}
#menu dl, dt, dd, ul, li  {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu dt {
	cursor: pointer;
/*	background: #008400; */
	height: auto;
/*	margin: 0px;*/
	text-align:left;
/*	color: #FFFFFF;*/
/*	font: bold 19px/normal Verdana, Arial, Helvetica, sans-serif; */
/*	padding: 15px 15px 15px 10px; */
}

#menu dd {
	position: absolute;
	z-index: 100;
	left: 15px;
	margin-top: 0px;
/*	width: 170px; */
	background: #313131;
	border-top: 1px solid #4F4F4F;
	border-bottom: 1px solid #4F4F4F;
}

#menu li {
	text-align: left;
	font-size: 14px;
/*	font-family: Verdana, Arial, Helvetica, sans-serif;*/
	line-height: normal;
/*	text-indent: 5px; */
	padding: 3px 10px;
	border-top: 1px solid #4F4F4F;
	border-bottom: 1px solid #4F4F4F;
}
#menu li a, #menu dt a {
	color: #DADADA;
	text-decoration: none;
	display: block;
}

#menu li a:hover {
	text-decoration: none;
	color: #6699CC;
/*	font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-weight: bold;
}

#menu dt a:hover {
	text-decoration: none;
	color: #DADADA;
}

/*
body#sectionone #menu dt#menu1, 
body#sectiontwo #menu dt#menu2,
body#sectionthree #menu dt#menu3,
body#sectionfour #menu dt#menu4,
body#sectionfive #menu dt#menu5,
body#sectionsix #menu dt#menu6 {
	background: #00AE00;
}
body#sectionone #menu dt#menu1 a, 
body#sectiontwo #menu dt#menu2 a,
body#sectionthree #menu dt#menu3 a,
body#sectionfour #menu dt#menu4 a,
body#sectionfive #menu dt#menu5 a,
body#sectionsix #menu dt#menu6 a {
	background: #00AE00;
	color: #FFFF99;
}
*/