#nav { 
	position: 				absolute;
	top: 					62px;
	width: 					140px;
	z-index:				1;
	left: 					0px;
	margin:					5px;
	margin-left: 			6px;	
}

#nav ul {
	margin: 				0;
	padding: 				0;
	list-style-type:		none;
}

#nav a  {
	display: 				block;
	padding: 				0px 10px;
	width: 					145px;
	color: 					#000;
	background-color: 		#c0c0c0;
	text-decoration: 		none;
	border-bottom: 			1px solid black;
	font-weight: 			bold;
	font-size: 				13px;
	line-height: 			18px;
	background-image: 		url(../images/nav/normal.gif);
	background-repeat: 		no-repeat;
	background-position: 	3px;
	
}

#nav a:hover {
	background-color: 		rgb(225,12,115);	
	background-image: 		url(../images/nav/hover.gif);
	background-repeat: 		no-repeat;
	background-position: 	3px;
	
}
#nav a#navactive {
	color:					#fff;
	background-color:		#B5677F;
	background-image: 		url(../images/nav/active.gif);
}

#nav ul ul a {
	padding: 				0px 0px 0px 20px;
	width: 					130px;	
	background-color: 		#eee;
	font-weight: 			normal;
	background-position: 	12px;
}

#nav ul ul a:hover {
	background-position: 	12px;
}
