.neeshmenbox {
	position: absolute;
	width: 180px;
	left: 5px;
	top: 150px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 13px;
	font-weight: normal;
	}	
	
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

/* =-=-=-=-=-=-=-[Menu Three]-=-=-=-=-=-=-=- */
	
#menu3 {
	width: 180px;
	margin: 10px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	}
	
#menu3 li a {
	height: 32px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 24px;
	text-decoration: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	}	
	
#menu3 li a:link, #menu3 li a:visited {
	color: #666666;
	display: block;
	padding: 8px 0 0 30px;
	background-color: #CAD7FF;
	}
	
#menu3 li a:hover, #menu3 li a:active {
	color: #FFFFFF;
	padding: 8px 0 0 30px;
	background-color: #91ACE8;
	text-indent: 5px;
	}