
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font: x-small Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#menu {
width: 150px;
}


#menu dt {
	cursor: pointer;
	margin: 2px 0;
	height: 20px;
	line-height: 20px;
	text-align: left;
	text-indent: 5px;
	font-weight: bold;
	background: #87CEEB;
	border-left: 10px solid #6495ED;
}

#menu dd {
border: 1px solid gray;
}
#menu li {
	text-align: center;
	background: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-color: #DAA520;
	border-bottom-width: thin;
}
#menu li a, #menu dt a {
	color: Black;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
}

#menu li a:hover, #menu dt a:hover {
	background: ThreedFace;
}

#menu dt a:active {
	background: #FFD700;
}

#nop {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: Black;
	margin: 2px 0;
	padding: 5px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	background: #FF7F50;
	
}

#nop:a:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: White;
	margin: 2px 0;
	padding: 5px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	background: #FF7F50;
}