/* Start of CMSMS style sheet 'Westlake - Sub Nav' */
/********************
MENU
*********************/
#menu_vert {
	background-image: url(images/cms/sidemenu_background.jpg);
	background-repeat: repeat;
	border: 2px solid #999999;
	padding: 0;
	overflow: hidden;
	clip: rect(auto,auto,auto,auto);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	position: relative;
}


/* third level has some padding to have it stand out */
div#menu_vert ul ul ul {
	padding: 0px;
	margin: 0px;
}

/* menu li block */
#menu_vert ul li {
	margin: 0px;
	padding: 0px;
}
#menu_vert ul {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#menu_vert li {
	list-style: none;
	margin: 0;
	display: block;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

#menu_vert ul ul li {
	border: none;
	margin: 0px;
	padding: 0px;
}
#menu_vert ul ul ul li {
	border: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
}

/** 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; /* no underline for links */
	display: block; /* some air for it */
	color: #333333;
	min-height:1em; /* Fixes IE7 whitespace bug */
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding: 0em;
	background-image: url(images/cms/arrow-right.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}

/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
	font-size: 0.95em;
	background-position: 10px center;
	color: #000000;
	padding-top: 0.5em;
	padding-right: 5px;
	padding-bottom: 0.5em;
	padding-left: 25px;
	margin: 0px;
}

/* third level links, more padding */
div#menu_vert ul ul ul a {
 	font-size: 0.95em;
	background-position: 10px center;
	color: #000000;
	padding-top: 0.5em;
	padding-right: 5px;
	padding-bottom: 0.5em;
	padding-left: 25px;
	margin: 0px;
}

/* hover state for all links */
div#menu_vert a:hover {
	color: #FFFFFF;
	background-image: url(images/cms/horizontal_menu-hover.jpg);
	background-color: #2A2E6D;
	background-repeat: repeat-x;
	background-position: top;
}
div#menu_vert a.activeparent:hover {
   background-color: #CCCCCC;
   color: #18507C;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vert li a.activeparent {
   background: url(images/cms/arrow-down.gif) no-repeat 0.4em center; 
   background-color: #666666;
   color: #003399;
}

div#menu_vert ul ul li a.activeparent {
   background-position: 1.5em center; 
   background-color: transparent;
   color: #18507C;
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul h3 {
	font-size: 90%;
	background-position: top;
	border-bottom: none;
	color: #FFFFFF;
	background-image: url(images/cms/horizontal_menu.jpg);
	background-color: #3B3C51;
	background-repeat: repeat-x;
	padding-top: 0.5em;
	padding-right: 10px;
	padding-bottom: 0.5em;
	padding-left: 25px;
	margin: 0px;
}

/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {
	background-image: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
 
/* section header */
div#menu_vert li.sectionheader {
	font-size: 1em;
	font-weight: bold;
	background-color: #000000;
	margin: 0;
	text-align:center;
	width: 100%;
	padding-top: .45em;
	padding-right: 0;
	padding-bottom: .45em;
	padding-left: 0;
	color: #FFFFFF;
	background-image: url(images/cms/sectionhead.jpg);
	background-repeat: repeat-x;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
 /* separator */
div#menu_vert li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#menu_vert li.separator hr {
   display: none; /* this is for accessibility */
}


/* End of 'Westlake - Sub Nav' */

