#my_menu ul { padding: 0; margin: 0; }

#my_menu ul li{
	list-style-type: none;
	width:195px;
	height:28px;
	background-image:url(../../images/btn.gif);
	background-repeat:no-repeat;
	font: 11px/24px Tahoma;
	text-align:left;
	color:#FFFFFF;
	margin-bottom:8px;
	margin-left:12px;
}

#my_menu a{
	color:#FFFFFF;
	text-decoration: none;
	display: block;
	font-weight:bold;
	width:187px;
	height:28px;
	padding-left: 8px;	
}

#my_menu a:hover { background: url("../../images/btn_over.gif"); font-weight:bold; color:#000000;}
