/* Start of CMSMS style sheet 'Nav: left verticle bar' */
/* Vertical menu for the CMS CSS Menu Module */
/* by Alexander Endresen */


/* The wrapper 

determines the width of the menu elements */
#nav2 {
	width: 12em;
	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 a:hover {
background-color: 

#A32638 !important;
} 

#left_nav, #left_nav ul { 
	list-style-type: none; 
	margin: 0px; 
	padding: 0px; 


	width: 100%; 
	}
#left_nav ul { 
	position: absolute; 
	top: 0; 
	left: 100%; 
	

display: none;
	border: 1px solid #CCCCCC;
        border-width: 0 1px;
	border-bottom: 1px solid #AAAAAA;
	

background: #00697a; 
	}
#left_nav li { 
	margin: 0 0 -1px 0;
	position: relative; 
	}
#left_nav li 

li { 
	margin: 0 0 0 0;
	position: relative; 
	}

/* Styling the basic apperance of the menu elements 

*/
#left_nav a { 
	border: 1px solid #CCCCCC;
	border-width: 0 0 2px 0;
	display: block; 
	margin: 0px; 
	

padding: .5em 0 .5em .5em; 
	color: #FFF; /* ffffff */
	text-decoration: none; 
	background: #00697a; 
	

min-height:1em; /* Fixes IE7 whitespace bug*/
	font-weight: bold;
	width: 11em; 
	}
html>body #left_nav a {
	

width: auto;
	}
#left_nav ul a {
	border: 1px solid #CCCCCC;
	border-width: 0 0 1px 0;
	}
#left_nav 

li, #left_nav li.menuparent { 
	background-color: #FFFFFF; /* 00697a; */ 
            /* border: solid 1px #00697a; */
	

min-height:1em; /* Fixes IE7 bug*/
	}

#left_nav ul li, #left_nav ul 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 !important;
            /*border: solid 1px 

#cccccc; */
	}

/* 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.menuparenthh { 
   background-image: url(images/cms/arrow.gif); 


   background-position: center right; 
   background-repeat: no-repeat; 

color: #FFFFFF;
	}


/* Styling 

the apperance of menu items on hover */
#left_nav li:hover, 
#left_nav li.menuh, 
#left_nav li.menuparenthh, 
#left_nav 

li.menuactivehh {
background-color: #A32638 !important;
	}

#left_nav ul li:hover, 
#left_nav ul li.menuh, 
#left_nav 

ul li.menuparenthh, 
#left_nav ul li.menuactivehh { 
             background-color: #A32638 !important;
	}
a:hover 

{color: #FFF !important;}

/* 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.menuparenthh ul, 
#left_nav li.menuparenthh 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.menuparenthh ul, 
#left_nav ul li.menuparenthh ul, 
#left_nav ul ul li.menuparenthh ul { 
	display: block; 
	

}


/* IE Hack, will cause the css to not validate */

#left_nav li, #left_nav li.menuparenthh { _float: left; _height: 

1%; 	}
#left_nav li a { _height: 1%; 	}

#boxes {
border-bottom: 1px soild black; margin: 5px; padding: 

5px;
}

#boxes form{
margin-top: 10px;
}

#breadcrumb {
font-size: 10px;
margin-bottom: 

5px;
padding-bottom: 5px;
line-height:16px;
}
/* End of 'Nav: left verticle bar' */

