/* CSS Document */

#rightmenu ul { 
	float: left; 
	margin: 0px; 
	padding: 0px;
	width:204px;
	list-style-type:none;
}
#rightmenu ul li {
	height:26px;
	float: left;
	margin: 0px;
	padding-left: 22px;
	width:182px;
	color: #FFFFFF;
	list-style:none;
	text-transform:uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
}
#rightmenu a {
	float: left;
	display:block;
	width: 166px;
	padding-left: 15px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left 0.7em;

}
#rightmenu a:hover {
	float: left;
	display:block;
	color:#feff90;
	text-decoration: none;
	padding-left: 15px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left 0.7em;
}
#rightmenu a.current {
	float: left;
	display:block;
	color:#feff90;
	text-decoration: none;
	padding-left: 15px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left 0.7em;
}
