#menuHolder{
	position:relative;
	width:100%;
	float:left;
	text-align:center;
	padding-top:10px;
}

#menu{
	position:relative;
	visibility:visible;
	width:80%;
	background-color:#E2E2E2;
	border-width:thin;
	border-style:solid;
	border-color:#CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
    text-align:center;
	margin-bottom:5px;
	}
	
#menu ul{
	margin-top:5px;
	margin-bottom:5px;
	margin:0px;
	padding:0px;
	}
	
#menu li{
	list-style-type:none;
	display:inline;
	border-left:thin;
	border-left-color:#999999;
	border-left-style:dotted;
	border-right:thin;
	border-right-color:#999999;
	border-right-style:dotted;
	padding-left:5px;
	padding-right:5px;
	padding-top:0px;
	padding-bottom:0px;
	margin-left:2px;
	margin-right:2px;
	}
#menu a{
	white-space:nowrap;
	}
	
#menu a:link, #menu a:visited{
	color:#999999;
	text-decoration:none;
	}

#menu a:hover{
	text-decoration:underline;
	}
