/* Start of CMSMS style sheet 'Nav: left verticle bar home' */
/* Vertical menu for the CMS CSS Menu Module */
/* by Alexander Endresen */


/* The 

wrapper determines the width of the menu elements */
#nav2 {
	width: 143px;
	margin: 0;
	padding: 0;
	

text-align: center;
	text-align: left;
	font-family: "Century Gothic", Verdana, sans-serif;
	font-weight: bold;
	

letter-spacing: .1em;
	}


/* Unless you know what you do, do not touch this */ 
#left_nav, #left_nav ul { 
	

list-style: none; 
	margin: 0; 
	padding: 0px; 
	width: 100%; 
position: relative; top: 0; left: 0;
	

}
#left_nav ul { 
	position: absolute; 
	top: 0; 
	left: 100%;  
	display: none;
	border: 

1px solid #CCCCCC;
	}
#left_nav li { 
	margin: 0 0 0 0;
	position: relative;
	border: 2px solid #FFFFFF;
	

border-width: 0 0 2px 0;
        width: 10.2em;
	}
html>body #left_nav li { 
        width: 12em;
	}
#left_nav li 

li { 
	margin: 0 0 0 0;
	position: relative; 
	}

/* Styling the basic apperance of the menu elements 

*/
#left_nav a { 
/*	border: 2px solid #FFFFFF;
	border-width: 0 0 2px 0; */
	display: block; 
	margin: 0px; 
	

padding: .9em; 
	color: #FFFFFF;
	text-decoration: none; 
	background: transparent; 
	min-height:1em; /* Fixes 

IE7 whitespace bug*/
	font-weight: bold;
        width: 100%;
 
	}
html>body #left_nav a {
	width: 

auto;
	}
#left_nav li, #left_nav li.menuparent { 
	background-color: #00697A; 
	min-height:1em; /* Fixes IE7 

bug*/
	}


/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) 

*/
#left_nav li.menuactive { 
	background-color: #469dab;
	}

/* Styling the basic apperance of the menuparents - here 

styled the same on hover (fixes IE bug) */
#left_nav li.menuparent, 
#left_nav li.menuparent:hover, 
#left_nav li.menuparenth { 


	}


/* Styling the apperance of menu items on hover */
#left_nav li:hover, 
#left_nav li.menuh, 
#left_nav 

li.menuparenth, 
#left_nav li.menuactiveh { 
	background-color: #A32638;
	}


/* The magic - set to work for up to 

a 3 level menu, but can be increased unlimited */
#left_nav ul, 
#left_nav li:hover ul, 
#left_nav li:hover ul ul, 
#left_nav 

li.menuparenth ul, 
#left_nav li.menuparenth ul ul { 
	display: none; 
	}
#left_nav li:hover ul, 
#left_nav ul 

li:hover ul, 
#left_nav ul ul li:hover ul, 
#left_nav li.menuparenth ul, 
#left_nav ul li.menuparenth ul, 
#left_nav ul ul 

li.menuparenth ul { 
	display: block; 
	}


/* IE Hack, will cause the css to not validate */

#left_nav 

li, #left_nav li.menuparenth { _float: left; _height: 1%; 	}
#left_nav li a { _height: 1%; 	}
/* End of 'Nav: left verticle bar home' */

