/* Start of CMSMS style sheet 'LAPS Navigation' */
/* MAIN MENU */

/* hack for Internet Explorer */
* html div#menu_horiz {
	/* hide ie/mac \*/
	height: 1%;
	/* end hide */
}

div#menu_horiz {
	background-color: #0099FF;  /* background color for the entire menu row */
	width: 100%;
	margin: 0.5em 0;
}

div#menu_horiz ul {
	margin: 0;
	padding: 0;
	height:2.8em;
}

div#menu_horiz li {
	float: left; 
	list-style: none; 
	margin: 0 ;
}

div#menu_horiz li.currentpage a{
	
	background-color: #EEEEEE;
	color: #18507C;
}

div#menu_horiz a.activeparent{
	font-weight: bold;
	background-color: #EEEEEE;
	color: #18507C;
}

div#menu_horiz a {
	padding: .7em 1.7em .7em 1.7em; 
	display: block; /* IE has problems with this, fixed above */
	margin: 0; 
	text-decoration: none; 
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
}

div#menu_horiz li a:hover {
	background: #DFEB9D;
	color: #006838;
}

div#menu_horiz h3 {
	padding: .8em 1em .8em 1em; 
	font-size: 76%;
	line-height: 1em;
	margin: 0; 
	text-decoration: none; 
	color: #FFFFFF;
	display: block; /* IE has problems with this, fixed above */
	background-color: #C3D4DF;
	color: #18507C;
}

/* SECONDARY MENU */
#menu_vert {
	padding-left: 0;
	margin-left: 0em;
	margin-bottom: 2em;
	background-color: #DFEB9D;
	border: solid 1px #A5AF6D;
}

div#menu_vert ul  {
	padding-bottom: 0;
	margin: 0;
}

#menu_vert li {
	list-style: none;
	margin: 0;
	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 ul a {
	text-decoration:none;
	display: block; 
	padding: 0.8em 0.5em 0em 1.5em; 
	color: #006838;
	min-height:1em; /* Fixes IE7 whitespace bug */ 
}

/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
        text-transform: uppercase;
	font-size: 110%;
	padding: 1em 0.5em 1em 2em;
	border-top: solid 1px #C3CF81;
	margin: 0;
}

/* third level links, more padding */
div#menu_vert ul ul ul a {
        text-transform: none;
	padding: 0 0.5em 1em 3.5em;
        margin: 0;
	font-size: 100%;
        border: none;
        background: url('images/laps/tiny_paw_blue.gif') no-repeat 2.5em 0.35em;
}

/* hover state for all links */
div#menu_vert a:hover {
	 color: #0099FF;
}

div#menu_vert a.activeparent:hover {
	color: #0099FF;
}

div#menu_vert ul ul li.currentpage a {
	color: #0099FF;       
}

div#menu_vert ul ul li.currentpage ul a {
        color: #006838;
}

div#menu_vert ul ul li.currentpage ul a:hover {
        color: #0099FF;       
}
/* current page on third level, more padding */
div#menu_vert ul ul ul li.currentpage {
	text-transform: none;
	font-size: 100%;
        border: none;
        background: url('images/laps/tiny_paw_blue.gif') no-repeat 2.5em 0.35em;
}

/* section header */
div#menu_vert li.sectionheader {
	border-right: none;
	font-size: 130%;
	font-weight: bold;
	padding: 1.5em 0 0.8em 0;
	background-color: #fff;
	line-height: 1em;
	margin: 0;
	text-align:center;
}

/* 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 'LAPS Navigation' */

