/* Start of CMSMS style sheet 'Menu' */
/* by Alexander Endresen and mark */
#menu_vert {
/* no margin/padding so it fills the whole div */
	margin: 0;
	padding: 0;
}


#menu_vert ul li h3 {
font-size:11px;
line-height:16px;
margin-bottom:0;
}


.clearb {
/* needed for some browsers */
	clear: both;
}
#menuwrapper {
/* set the background color for the menu here */
	background-color: transparent;
/* IE6 Hack */
	height: 1%;
	width: 700px;
/* one border at the top */
	border-top: 0px solid #3F565C;
	margin: 0;
	padding: 0;
float:right;
}
ul#primary-nav {
	list-style-type: none;
	margin: 0px;
	padding-top: 6px;
	padding-left: 10px;
}
#primary-nav ul {
/* remove any default bullets */
	list-style-type: none;
	width: 210px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: auto;
	display: none;
	padding-top: 9px;

}
/* IE6 hacks on the above code */
* html #primary-nav ul {
	padding-top: 13px;
}
#primary-nav ul ul {
/* insures no top margins */
	margin-top: 0px;
/* pulls the last ul back over the preceding ul */
	margin-left: -1px;
/* keeps the left side of this ul on the right side of the preceding ul */
	left: 100%;
/* negative margin pulls the left centered in li next to it */
	top: -1px;
}
/* IE6 hacks on the above code */
* html #primary-nav ul ul {
	margin-top: -5px;
	margin-left: -1px;
	padding-left: 5px;
	left: 100%;
	top: -15px;
}
#primary-nav li {
	margin-left: 0px;
	float: left;
height:24px;
padding-top:12px;
}
#primary-nav li li {
/* a little more space to the left of each menu item */
	margin-left: 0px;
/* keeps them tight to the one above, no missed hovers */
	margin-top: -1px;
/* removes the left float set in first li so these will stack from top down */
	float: none;
/* relative to the ul they are in */
	position: relative;
color:#004b85;
height:24px;
}
/* IE6 hacks on the above code */
* html #primary-nav li li {
	margin-left: 0px;
/* helps hold it inside the ul */
	width: 200px;
	margin-top: -1px;
color:#004b85;
}
ul#primary-nav li a {
/* specific font size, this could be larger or smaller than default font size */
	font-size: 1em;
/* make sure we keep the font normal */
	font-weight: normal;
/* set default link colors */
	color: #004b85;
	padding: 0px 0px 0px 0px;
	display: block;
	text-decoration: none;
text-transform:uppercase;
border-left:1px solid #004b85;
}
ul#primary-nav li a span {
/* takes normal "a" padding minus some for right image */
	padding: 1px 13px 1px 13px;
/* makes it hold a shape */
	display: block;
}
ul#primary-nav li a:hover {
/* kind of obvious */
	background-color: transparent;
}
ul#primary-nav li {
/* set your image here */

}
ul#primary-nav li span {
/* set your image here */

/* set text color here also to insure color */
	color: #004b85;
/* just to be sure */
	font-weight: normal;
}
ul#primary-nav li:hover,
ul#primary-nav li.menuh,
ul#primary-nav li.menuparenth {
/* set hover image, right side */
	background:  url(images/menu_rollover.jpg) repeat-x 0 0px;
}
ul#primary-nav li:hover span,
ul#primary-nav li.menuh span,
ul#primary-nav li.menuparenth span {
color:#004b85;
	font-weight: normal;
}
/* IE6 hacks, the JS used for hover effect in IE6 puts class menuh on li, unless they have a class then just an "h" as seen above and below */
ul#primary-nav li li.menuh {
	background:  none;
	font-weight: normal;
}
/* IE6 hacks */
ul#primary-nav li.menuparenth li span {
	background:  none;
	color: #004b85;
	font-weight: normal;
}
/* IE6 hacks */
ul#primary-nav li.menuparenth li.menuparent span {
 	color: #004b85
}
/* IE6 hacks */
ul#primary-nav li.menuparenth li.menuh span {
	background:  none;
	color: #004b85;
	font-weight: normal;
}

ul#primary-nav li.menuactive {
/* set your image here for active tab right */
	background:  url(images/menu_active.jpg) repeat-x 0 0px;
}

ul#primary-nav li li.menuactive {
/* set your image here for active tab right */
	background:  url(images/menu_rollover.jpg) repeat-x 0 0px;
}

/* IE6 hacks */
ul#primary-nav li.menuparenth li.menuparenth {
	background:  url(images/menu_rollover.jpg) repeat-x 0 0px;
	color: #004b85;
	font-weight: normal;

}
ul#primary-nav li.menuactive a {

}

ul#primary-nav li:hover {
	background:  url(images/menu_rollover.jpg) repeat-x 0 0px;
color:#004b85;
	font-weight: normal;

}

ul#primary-nav li li:hover {
	background:  url(images/menu_rollover.jpg) repeat-x 0 0px;
	color: #004b85;
	font-weight: normal;

}


ul#primary-nav li a.menuactive span {
/* set your image here for active tab left */
/*	background:  url(images/menu_rollover.jpg) repeat-x 0 0px;*/
/* non active is #FFF/white, we need #000/black to contrast with light background */
color:#004b85;
/* bold to set it off from non active */
	font-weight: normal;
}
#primary-nav li li a {
/* second level padding, no image and not as big */
	padding: 0px 5px 0 10px;
/* to keep it within li */
	width: 170px;
/* space between them */
	margin: 0 5px;
	background:  none;
border:0;
}
/* IE6 hacks to above code */
* html #primary-nav li li a {
padding: 0px 5px 0 10px;
/* to keep it within li */
	width: 170px;
margin: 0 5px;
	background:  none;
border:0;

}

ul#primary-nav li li {
	background:  url(images/menu_rollover.jpg) repeat-x 0 0px;

}


#primary-nav li li a:hover {
color:#004b85;
}
#primary-nav li.menuparent li a:hover span {
color:#004b85;
}
ul#primary-nav li:hover li a span {
color:#004b85;
	font-weight: normal;
}

#primary-nav li li.menuactive a.menuactive, #primary-nav li li.menuactive a.menuactive:hover {

color:#004b85;
}
#primary-nav li li.menuactive a.menuactive span {
color:#004b85;
}
#primary-nav li li.menuactive a.menuactive:hover span {
color:#004b85;
}
/* IE6 hacks to above code */
#primary-nav li li.menuparenth a.menuparent span {
color:#004b85;
}
/* IE6 hacks to above code */
#primary-nav li li.menuparenth a.menuparent:hover span {
	background:  url(images/menu_rollover.jpg) repeat-x 0 0px;
color:#004b85;
}
#primary-nav li li.menuparent a.menuparent span {

}
#primary-nav li.menuactive li a:hover span {
color:#004b85;
}
ul#primary-nav li li a.menuactive  span {
/* remove image set in first level */

	font-weight: normal;
}
#primary-nav li.menuactive li a {
/* second level active link color */
	color: #004b85;
	text-decoration: none;
	/*background:  url(images/bullet2.gif) no-repeat 0 0px;*/
}
#primary-nav li.menuactive li a:hover {
/* dark image for hover */

}
#primary-nav li.menuactive li a:hover span {
/* white text to contrast with dark background image on hover */
	background:  url(images/menu_rollover.jpg) repeat-x 0 0px;
color:#004b85;
}
ul#primary-nav li:hover li a span, ul#primary-nav li.menuparenth li a span {
	padding: 0px;
	background:  url(images/bullet2.gif) no-repeat 0 2px;
padding-left:15px;
}
/* this is a special li type from the menu template, used to hold the bottom image for ul set above */
#primary-nav ul li.separator, #primary-nav .separator:hover {
display:none;
/* set same as ul */
	width: 210px;
/* height of image */
	height: 9px;
/* negative margin pulls it down to cover ul image */
	margin: 0px 0px -8px;
/* set your image here */
}
/* same as above for next level to insure it shows correct */
#primary-nav ul ul li.separator, #primary-nav ul ul li.separator:hover {
display:none;
	height: 9px;
	margin: 0px 0px -8px;
}
/* IE6 hacks */
* html #primary-nav ul li.separator {
display:none;
	height: 2px;
}
/* IE6 hacks */
* html #primary-nav ul li.separatorh {
display:none;
	margin: 0px 0px -8px;
	height: 2px;
}
/* The magic - set to work for up to a 3 level menu, but can be increased unlimited, for fourth level add
#primary-nav li:hover ul ul ul,
#primary-nav li.menuparenth ul ul ul,
*/
#primary-nav ul,
#primary-nav li:hover ul,
#primary-nav li:hover ul ul,
#primary-nav li.menuparenth ul,
#primary-nav li.menuparenth ul ul {
	display: none;
}
/* for fourth level add
#primary-nav ul ul ul li:hover ul,
#primary-nav ul ul ul li.menuparenth ul,
*/
#primary-nav li:hover ul,
#primary-nav ul li:hover ul,
#primary-nav ul ul li:hover ul,
#primary-nav li.menuparenth ul,
#primary-nav ul li.menuparenth ul,
#primary-nav ul ul li.menuparenth ul {
	display: block;
}
/* IE Hacks */
#primary-nav li li {
	float: left;
	clear: both;
}
#primary-nav li li a {
	height: 1%;
}

#menu_vert ul#primary-nav li li {
	background:  url(images/menu_rollover.jpg) repeat-x 0 0px;

}

#menu_vert ul#primary-nav li li a span{
	background:  url(images/bullet2.gif) no-repeat 0 2px;
color:#004b85;
	font-weight: normal;

}


ul#primary-nav li li span {
/*	background:  url(images/bullet2.gif) no-repeat 0 0px;
 set text color here also to insure color */
/* just to be sure */
}

/* End of 'Menu' */

