/* Navigation Bar */
#NavBarContainer {
	background-color: #999;
	text-align: center;
	z-index: 10;
	width: 798px;
	height: 22px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
#NavBar {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}

.NavButton:link,.NavButton:visited {
	background-color: #999;
	text-decoration: none;
	display: inline;
	color: #ffffff;
	font-size: 13px;
	font-family: Arial, Verdana, Helvetica, SansSerif;
	font-weight: bold;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 5px;
	width: 114px;
	height: 14px;
	float: left
}

.NavButton:hover {
	background-position: bottom left;
	color: #8a2529;
	background-color: #cccccc;
}

#NavBar li {
	display: inline;
}

#navProjectList {
	display: none;
}

#navProjectList li {
	
}

#navProjectList li ul {
	display: none;
}

#navProjectList li ul li {
	
}

/* CoolMenus 4 - default styles - do not edit */
.clCMAbs {
	position: absolute;
	visibility: hidden;
	left: 0;
	top: 0
}

/* CoolMenus 4 - default styles - end */
	/*Style for the background-bar*/
.clBar {
	position: absolute;
	width: 10;
	height: 10;
	background-color: #999999;
	layer-background-color: #999999;
	visibility: hidden
}

/*Styles for level 0*/
.clLevel0,.clLevel0over {
	padding-top: 3px;
	padding-bottom: 5px;
	position: absolute;
	font-size: 14px;
	height: 16px;
	
	font-family: Arial, Verdana, Helvetica, SansSerif;
	font-weight: bold;
	text-align: center
}

.clLevel0 {
	background-color: #999999;
	layer-background-color: #999999;
	color: #ffffff;
}

.clLevel0over {
	color: #8A2529;
	background-color: #cccccc;
	cursor: pointer;
	layer-background-color: #cccccc
}

.clLevel0border {
	position: absolute;
	visibility: hidden;
	background-color: #006699;
	layer-background-color: #006699
}

.clLevel1,.clLevel1over {
	position: absolute;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, SansSerif;
	font-weight: bold;
	text-align: center
}

.clLevel2,.clLevel2over {
	padding: 1px 0px 0px 4px;
	position: absolute;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, SansSerif;
}

/*Styles for level 1*/
.clLevel1 {
	background-color: #cccccc;
	layer-background-color: #cccccc;
	color: #000000;
}

.clLevel1over {
	color: #8A2529;
	background-color: #eeeeee;
	cursor: pointer;
	layer-background-color: #eeeeee
}

.clLevel1border {
	position: absolute;
	visibility: hidden;
	background-color: #000000;
	layer-background-color: #000000
}

/*Styles for level 2*/
.clLevel2 {
	background-color: #cccccc;
	layer-background-color: #cccccc;
	color: #000000;
}

.clLevel2over {
	color: #8A2529;
	background-color: #eeeeee;
	cursor: pointer;
	layer-background-color: #eeeeee
}

.clLevel2border {
	position: absolute;
	visibility: hidden;
	background-color: #000000;
	layer-background-color: #000000
}
