/*** ESSENTIAL STYLES ***/
.sf-menu {
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size:		11px;		
	list-style:		none;
	float:				left;
	padding-bottom:	48em;
	line-height: 11px;
}
.sf-menu a {
	color:#000000;
	border-bottom:	1px solid #bbbbbb;
	padding: 6px 6px;
	display:		block;
	position:		relative;
	text-decoration:	none;
}
.sf-menu ul {
	position:		absolute;
	width:		170px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li {
	background-color: #efeded;
	float:			left;
	position:		relative;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li li {
	background: inherit;
}
.sf-menu li li li {
	background: inherit;
}
.sf-menu a.sf-with-ulr {
	background-color: #bd0031;
	color: #ffffff;
	font-weight:bold;
	text-decoration:none;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-menu a.sf-with-ul {
	background-color: #efeded;
	color: #000000;
  text-decoration:none;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
a.sf-with-ul:hover{
	background-color:#000099;
	color:#ffffff;
}
.sf-menu a.sf-with-ula {
	background-color: #efeded;
	color: #000000;
  text-decoration:none;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
	background-image: url('/cms/images/arrowTiny-Right.gif');
	background-position:158px;
	background-repeat:no-repeat;
}
a.sf-with-ula:hover{
	background-color:#000099;
	color:#FFFFFF;
}
/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('/cms/images/shadow.png') no-repeat bottom right;
	padding: 1px 12px 12px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
.sf-vertical, .sf-vertical li {
	width:	170px;
}
/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
.sf-vertical li:hover ul, .sf-vertical li.sfHover ul {
	left:	175px; /* match ul width */
	top:	-1px;
}
.ser {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;	
	list-style: none;
	font-weight:normal;
	padding-left:11px;
	padding-top:8px;
}