/****************************************
 * Quantum Mechanic, Inc. 
 * OCEAN Vertical Left-hand Menu CSS
 ****************************************/

#menubar {
	float: left;
	width: 14em;
	/* border-bottom: 1px solid #998899; */
	}
	
#navigation {
	/* float: left; */
	float: center;
	margin: 0 auto;
	font-size: 11px;
}
		


	
	#navopen, #navopen ul { /* all lists */
		padding: 0;
		margin: 0 0 0 0;
		background: #BDDB94;
		list-style: none;
		float : left;
	}
	
	#navopen li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		margin-bottom : -1px;
	}
	
	#navopen li ul { /* second-level lists */
		position : relative;
		background: #EFF3DE;
		color: #FF0000;
		/* background: url(menu_bg1.gif) no-repeat 0px 0px; */
		border-bottom: 1px solid #998899;
	
	}
	
	#navopen li a {
		width: 14em;
		display : block;
		text-decoration: none;
		color: #FF0000;
		font-weight: bold;
		padding: 6px 10px;
		line-height: normal;
		border-left: 1px solid #998899;
		border-right: 1px solid #998899;
		border-top: 1px solid #998899;
		/* border-bottom: 1px solid #998899; */
		text-decoration:none;
		border-bottom: 0px;
	}


	#navopen .folder {
		color: #336600;
		font-weight: bold;
		white-space: nowrap;
		overflow: hidden;
	
	}	

	#navopen .page {
		color: #5D3976;
		font-weight: normal;
		white-space: nowrap;
		overflow: hidden;
		margin-left : 10px;
	}	


	



	#navul, #navul ul { /* all lists */
		padding: 0;
		margin: 0;
		background: #E4DFEC;
		list-style: none;
		float : left;
		border-top: 1px solid #998899;
	}
	
	#navul li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		margin-bottom : -1px;
	}
	
	#navul li ul { /* second-level lists */
		position : absolute;
		/* background: #C2B7D5; */
		background: #E4DFEC;
		left: -999em;
		margin-left : 16em;
		margin-top : -26px;

		color: #336600;
		/* background: url(menu_bg1.gif) no-repeat 0px 0px; */
		/* border-bottom: 1px solid #998899; */
	
	}
	
	#navul li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#navul li a {
		width: 14em;
		display : block;
		text-decoration: none;
		/* color: #336600; */
		/* font-weight: bold; */
		padding: 6px 10px;
		line-height: normal;
		border-left: 1px solid #998899;
		border-right: 1px solid #998899;
		border-bottom: 1px solid #998899;
		text-decoration:none;
	}
	
	#navul li a:hover {
		color : #5D3976;
		background-color : #EFF3DE;
		text-decoration:none;
	}
	
	#navul li:hover ul ul, #navul li:hover ul ul ul, #navul li.menuHover ul ul, #navul li.menuHover ul ul ul {
		left: -999em;
	}
	
	#navul li:hover ul, #navul li li:hover ul, #navul li li li:hover ul, #navul li.menuHover ul, #navul li li.menuHover ul, #navul li li li.menuHover ul { /* lists nested under hovered list items */
		left: auto;
	}



	#navul .folder {
		/* color: #5D3976; */
		font-weight: bold;
		white-space: nowrap;
		overflow: hidden;
	
	}	

	#navul .page {
		/* color: #5D3976; */
		font-weight: normal;
		white-space: nowrap;
		overflow: hidden;
		margin-left : 10px;
	}	





	#content {
		background-color : white;
		margin-left : 0px;
		padding: 10px 40px 20px 190px;
	}

