/* Start of CMSMS style sheet 'Fish Habitat : Navigation' */
#menu_vert {
padding-left: 0;
margin-left: -40px;
margin-top: 10px;
}
#menu_vert li {
list-style: none;
margin: 0;
border-bottom: 1px solid #fff;
display: block;
}
#menu_vert ul ul li {
border: none;
}

	/** fix stupid ie bug with display:block; **/
	* html #menu_vert li a { height: 1%; } 
	* html #menu_vert li hr { height: 1%; }
	/** end fix **/

	
/* first level links */
div#menu_vert a {
text-decoration:none;
display: block;
font-weight: bold;
padding: 0.5em 0.5em 0.5em 5px;
/*color: #446194;*/
color: #f0f0f0;
background-color: #336666;
min-height:1em;
}
div#menu_vert a.categor {
background-color: #669999;
color: #f0f0f0;
}
div#menu_vert a.categor2 {
padding: 0.5em 0.5em 0.5em 20px;
border-top: 1px solid #fff;
color: #333;
background: #e1edef url(uploads/Clean_Orange/menu_arrows2.gif) no-repeat 7px 11px;
font-weight: normal;
}


	/* second level */
	div#menu_vert ul ul a {
	padding: 0.5em 0.5em 0.5em 20px;
	border-top: 1px solid #fff;
	color: #333;
	background: url(uploads/Clean_Orange/menu_arrows2.gif) no-repeat 7px 11px;
	font-weight: normal;
	margin-left: -40px;
	background-color: #e1edef;
	}
		/* third level */
		div#menu_vert ul ul ul a {
		padding: 0.5em 0.5em 0.5em 25px;		
		border-top: 1px solid #fff;
		font-weight: normal;
		background: url(uploads/Clean_Orange/menu_sub2.gif) no-repeat 10px 11px;
		margin-left: -80px;
		color: #333;
		background-color: #f7fafa;
		}

		
/* active parent */
div#menu_vert a.activeparent {
background-color: #669999;
color: #f0f0f0;
}
	div#menu_vert ul ul a.activeparent {
	background-color: #e1edef;
	background: #e1edef url(uploads/Clean_Orange/menu_arrows2.gif) no-repeat 7px 11px;
	font-weight: bold;
	color: #006666;
	}
		div#menu_vert ul ul ul a.activeparent {
		background-color: #fff;
		background: #ffffff url(uploads/Clean_Orange/menu_sub2.gif) no-repeat 10px 11px;
		font-weight: bold;
		color: #006666;
		}

			
/* section header */
div#menu_vert li.sectionheader {
border-right: none;
font-weight: bold;
padding: 0.8em 0.5em 0.8em 5px;
background-color: #003333;
color: #fff;
line-height: 1em;
margin: 0;
text-align:left;
}

/* separator */
div#menu_vert li.separator {
height: 1px !important;
margin-top: -1px;
margin-bottom: 0;
padding:2px 0 2px 0;
overflow:hidden !important;
line-height:1px !important;
font-size:1px; /* for ie */
}

div#menu_vert li.separator hr {
display: none;
}


/* RIGHT SIDE ====================================================== */

#rightside_vert {
border: 0px;
padding: 0px;
margin: 0px;
}

div#rightside_vert a {
text-decoration:underline;
margin: 0;
color: #336666;
}		
div#rightside_vert a:hover {
text-decoration:none;
}

#rightside_vert ul {
margin: 15px;
margin-bottom: 0px;
}
#rightside_vert ul li {
margin-bottom: 5px;
}
#rightside_vert td {
border-bottom: 3px solid #fff;
}


/* HEADER LINKS ============================================================ */

#headerLinks {
font-weight : bold; 
text-decoration : none; 
color : #006666; 
padding: 10px 0px;
text-align: left;
height:15px;
/*border-bottom: 4px solid #336666;*/
margin-bottom: 1px;
width: 100%;
} 
	#headerLinks p {
	border:0;
	margin:0;
	padding:0;
	} 
	#headerLinks a {
	font-family : verdana, arial, geneva, sans-serif; 
	text-decoration : none; 
	color : #006666; 
	} 
	#headerLinks a:hover {
	font-family : verdana, arial, geneva, sans-serif; 
	text-decoration : none; 
	color : #669999; 
	}
/* End of 'Fish Habitat : Navigation' */

