/* Start of CMSMS style sheet 'SFV Menu' */
/* Sidebar Menu Styles */

#menu_vert {
	margin: 0 0 2em 1em;
	padding: 0;
	background-color: #fff;
}

#menu-separator {
  background-image: url(images/embellishment.png) !important;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-color: #fff;
  padding-bottom: 30px;
  margin: 0 0 1.2em 1em;
}


#menu_vert h2 {
	font-family: georgia, times, serif;
	font-size: 1.5em;
	padding: 2px;
	text-align: left;
}

#menu_vert li {
	border-bottom: 1px solid #ccc6b0;
	display: block;
	list-style: none;
	margin: 0;
}

#menu_vert ul ul li {
	border: none;
}

/** fix stupid ie bug with display:block; **/
/** end fix **/
div#menu_vert a {
	background: url(images/bull-arrow-tan.png) no-repeat left center;
	padding: 0.8em 0.5em 0.8em 20px;
	color: #111;
	display: block;
	min-height: 1em; /* Fixes IE7 whitespace bug */
	text-decoration: none;
}

div#menu_vert a.activeparent:hover {
	background-color: #f0eee5;
	color: #333;
}

div#menu_vert a:hover {
	background: url(images/bull-arrow-tan-hover.png) no-repeat left center;
	padding: 0.8em 0.5em 0.8em 20px;
	color: #111;
	display: block;
	min-height: 1em; /* Fixes IE7 whitespace bug */
	text-decoration: none;
	background-color: #f0eee5;
}

div#menu_vert li a.activeparent {
	background: url(images/bull-arrow-dark.png) no-repeat left center;
	background-color: #ccc6b0;
	color: #fff;
}

div#menu_vert li.sectionheader {
	background-color: #fff;
	border-right: none;
	font-size: 130%;
	font-weight: bold;
	line-height: 1em;
	margin: 0;
	padding: 1.5em 0 0.8em 0;
	text-align: center;
}

div#menu_vert li.separator {
	background-color: #000;
	font-size: 1px; /* for ie */
	height: 1px !important;
	line-height: 1px !important;
	margin-bottom: 0;
	margin-top: -1px;
	overflow: hidden !important;
	padding: 2px 0 2px 0;
}

div#menu_vert ul h3 {
	background: url(images/bull-arrow-dark-bg.png) no-repeat left center;
	background-color: #ccc6b0;
	color: #fff;
	display: block;
	font-size: 1em;
	margin: 0;
	padding: 0.8em 0.5em 0.8em 1.5em;
}

div#menu_vert ul ul a {
	background-position: 1.5em center;
	font-size: 90%;
	padding: 0.5em 0.5em 0.5em 2.8em;
}

div#menu_vert ul ul h3 {
	background-color: transparent;
	background-position: 1.4em center;
	border-bottom: none;
	color: #000;
	font-size: 90%;
	padding: 0.3em 0.5em 0.3em 2.8em;
}

div#menu_vert ul ul li a.activeparent {
	background-color: transparent;
	background-position: 1.5em center;
	color: #000;
}

div#menu_vert ul ul ul {
	padding-bottom: 0.5em;
}

div#menu_vert ul ul ul a {
	background: url(images/cms/dash.gif) no-repeat 2.8em center;
	padding: 0.3em 0.5em 0.3em 4.3em;
}

.currentpage {
	display: block;
	background-color: #fff;
	background-image: none !important;
	font-size: 1em;
	height: 2em;
	min-height: 1em; /* Fixes IE7 whitespace bug */
}

div#menu_vert ul ul ul h3 {
	background: url(images/bull-arrow-dark.png) no-repeat left center;
	padding: 0.3em 0.5em 0.3em 4.3em;
}


/* End of 'SFV Menu' */

