/* @override http://mm.hypernet.ca/styles/navigation-bar.css */

/* -- nav bar */

/* - nav container */
#navigation-bar{
	background: #fff;
	padding: 4px 10px;
	text-align: center;
	color: #063; }

/* - first level of links */
#navigation-bar a{
	text-decoration: none;
	font-weight: bold;
	}	
#navigation-bar a:hover{
	color: #600; }

#navigation-bar .navbar{
	font-size: 8pt;
	position:absolute;
	visibility: hidden;
	border: 3px solid #FFF8DC;
	line-height: 18px;
	z-index: 100;
	background-color: #600;
	color: white;
	margin-top: 3px;
}

.navbar a{
	white-space: nowrap;
	display: block;
	text-indent: 3px;
	border-bottom: 2px solid #FFF8DC;
	padding:  1px 10px 3px 0;
	color: white;
	text-align: left;
	font-weight: normal;
}

#navigation-bar .navbar a:hover{
	color: #FFD700;
}

.nav-bar-header {
	color: #063;
	font-size: 80%;
	text-decoration: none;
	margin-left: 20px;
	margin-right: 20px;	
}