/* right menu */

#nav {
	margin:0;
	padding:0;
	position: relative;
	left: 0px;
	top: 0px;
	list-style-image: url(whitebullet.gif);
	list-style-type: none;
	list-style-position: outside;
	background-image: url(whitebullet.gif);
	background-repeat: no-repeat;
}
#nav ul, #nav li {
	margin:0;
	padding:0;
	list-style:none;
	display:list-item;
	overflow:hidden;
	line-height: 25px;
	height: 27px;
	background-image: url(whitebullet.gif);
}
#nav li a:link, #nav li a:visited {
	color:#999999;
	background:#FFFFFF;
	text-decoration:none;
	padding:0 2px;
	border-top: 1px none #CCCCCC;
	border-right: 1px none #000;
	border-bottom: 1px dotted #CCCCCC;
	border-left: 1px none #000;
	width: 200px;
	float: left;
}
#nav li a:hover {
	background:#666;
	color:#FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF6600;
	list-style-type: none;
}

#nav ul a:hover {color:#CCCCCC!important;background:#666 !important;}
