#menu
{
background: url() no-repeat;
height: auto;
padding-left: 15px;
width: auto;
margin-left: 0px
}


#menu ul {
	list-style: none;	
}

#menu li {
	
	display: inline; 
	
}

#menu a {
	float: left;
	width: 143px;
	height: 65px;
    display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	vertical-align: middle;
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
}

#menu a:hover {
	width: 143px;
    height: 65px;
	color: #DC0304;
	font-weight: bold;
	text-decoration: underline;
	background: url(m1.gif) repeat-x;
}
		#akd a{
	color: black;
	cursor :default ;
	font-size: 14px;
		}

	#akd a:hover{
	color: #ff9933;
	text-decoration: underline;
	cursor: hand;
		}