
#menu {
	/*background: #660000;*/
	width: 70%;
	/*background-image: url(images/navbackp.png);
	background-repeat: repeat-y;
	background-position: 250px;
	float: left;*/
	list-style: none;
	margin: 0;
	padding: 0;
	
	float:right;
	text-align:center;
	margin-bottom:15px;
}

#menu li {
	float: left;
	font: .9em;
	margin: 0;
	padding: 0;
}
#menu a {
	/*background: #660000 url("images/seperator.gif") bottom right no-repeat;
	color: #ccc;*/
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
	color:#660000;
	
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-bottom-color: #FF6600;
	border-left-color: #FF6600;
}
#menu a:hover {
	background: #FF9933 url("images/hover.gif") bottom center no-repeat;
	color: #660000;
	padding-bottom: 8px;

}

#menu a.last {
	border-right:1px dotted #FF6600;
}