
dl#menu    	  { 
position: absolute; top: 250px; left: 140px; 
}
#menu a { 
	float: left; 
	background-image:url(../images/nav1.jpg); 
	background-repeat: no-repeat; 
	width:120px; 
	height:30px; 
	text-align:center; 
	padding-top:13px; 
        padding-left:0px;	
        text-decoration:none; 
	color: #fff; 
	font-weight:bold;
	margin:0px;
} 
#menu a:hover { 
background-position:0px -40px; 
color: #A12096;
}

a:link            { 
font-size: 12px;
font-weight: bold; 
text-decoration: none; 
color: #fff;
}

a:visited         { 
font-size: 12px;
font-weight: bold; 
text-decoration: none; 
background-color: maroon;
color: #E1E2E4;
}

a:hover           { 
font-size: 12px;
color: #fff;
background-color: #9B2B37; 
text-decoration: underline;

}

a:active {
color: #000;
background-color: #fff; 
text-decoration: underline;
}