ul#main_menu {
	width: 135px;
	text-align: right;
	margin: 0;
	padding: 0;
	/*background-image: url(../images/bg-main_menu2.gif);*/
	background-repeat: repeat-x;
	background-position: bottom;
	}
ul#main_menu li {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size:10px;
	line-height:12px;
	/*background-color:#FFFFFF;*/
	
	
	font-weight: normal;
}
ul#main_menu li li{
	border-right-width: none;
	border-right-style: none;
	border-right-color: none;
	border-left-width: none;
	border-left-style: none;
	border-left-color: none;
	border-top-width: none;
	border-top-style: none;
	border-top-color: none;
	border-bottom-width: none;
	border-bottom-style: none;
	border-bottom-color: none;
}
ul#main_menu li a {
	font-family: Trebuchet, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #ffffff;
	text-decoration:none;	
	display:block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-left: 10px;
	font-weight: bold;
	line-height: 18px;
}
ul#main_menu li a:hover {
	background-image: url(../images/bgOver.gif);
	background-position: center;
	color: #ffaa00;
	font-weight: bold;
}

ul#main_menu .selected a {
	
	background-image: url(../images/bgOver.gif);
	background-position: center;
	color: #ffaa00;
	font-weight: bold;
}
