.menu a , .menu div {
	border-width: 1px;
	text-decoration: none;
}

/* optional stage bottom navigation (slot:stageNav; about pages, ...) */
.stage, .stageNav {
	padding-left:20px;
	padding-right:30px;}
.stageNav a {display:block; width:200px; float:left;text-align:left;}
.stageNav a.navRight {display:block; width:200px; float:right;text-align:right;}

/* top and bottom navigationbars */
.navbar {
	background-color: #333333; color: white; 
	font-family: verdana; 
	font-size:10px;
	font-weight:bold;
	width: 780px; 
	position:relative;
	float: left; 
	}
.navbar a:link, .navbar a:visited, .navbar a:link  {
	background-color: #333333; color: white; 
	text-decoration: none; 
	margin: 5px 13px; 
	padding: 3px 8px 4px 8px;
	border-top: 1px solid #999999; 
	border-bottom: 1px solid #999999; 
	float: left;
	}
.navbar a.hilite {
	background-color: #333333; color: white; 
	padding: 2px 8px 3px 8px;
	border-top: 2px solid #fff; 
	border-bottom: 2px solid #fff; 
	}
.navbar a:hover, a.hilite:hover {
	background-color: #555555; color: white; 
	padding: 2px 8px 3px 8px;
	border-top: 2px solid #fff; 
	border-bottom: 2px solid #fff; 
	}
