#my_menu ul { padding: 0; margin: 0; }

#my_menu ul li{
	list-style-type: none;
	width:208px;
	height:24px;
	background-image:url(../../images/btn.gif);
	background-repeat:no-repeat;
	font: 11px/24px Tahoma;
	text-align:right;
	color:#000;
	margin-bottom:3px;
}

#my_menu a{
	color:#000;
	text-decoration: none;
	display: block;
	font-weight:normal;
	width:196px;
	height:24px;
	padding-right:12px;
}

#my_menu a:hover { background: url("../../images/btn_over.gif"); font-weight:bold; color:#CB4F00}
