@charset "UTF-8";
#nav ul{
	list-style-type: none;
	padding:0px;
	margin:0px;

	}
#nav ul li{
	}
#nav ul li a{
	display: block;
	height: 25px;
	width: 195px;
	color:#F18321;
	text-decoration:none;
	text-align:right;
	padding-right:5px;
	background-image:url(../images/button.gif);
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	padding-top: 25px;
	}
#nav ul li a:hover{
	background-position: bottom;
	color: #86328C;
	}

