@charset "utf-8";
/* CSS Document */


#top-menu { position:absolute; margin:85px 0 0 370px; border-left:1px solid #8b8b8b; border-top:1px solid #8b8b8b; padding:0; }

#top-menu li { border-right:1px solid #8b8b8b; background:url(../images/design/top_menu_bg.png) repeat-x; list-style:none; float:left; }
#top-menu li a { float:left; line-height:25px; padding:0 10px; color:#FFF; font-weight:bold; text-decoration:none; }


li.menu-header, a.menu-header { background:url(../images/design/menu-side-header.png) repeat-x; line-height:32px; color:#FFF; 
			font-weight:bold; font-size:14px; display:block; text-decoration:none; }
li.menu-header a, a.menu-header {text-decoration:none; padding-left:8px; }
ul.menu { background:#2c2c2c url(../images/design/menu-side-top.png) repeat-x; margin:0; padding:4px 0; }

ul.menu li { list-style:none; background:url(../images/design/menu-side-arrow.png) no-repeat 12px; padding:4px 0 4px 18px; line-height:normal; }

ul.menu li a { text-decoration:none; color:#fff; font-weight:bold; font-size:13px; }



/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {

}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			200px; /* left offset of submenus need to match (see below) */
	background:#2c2c2c url(../images/design/menu-side-top.png) repeat-x; 
	margin:0; padding:0px 0;
}
.sf-menu ul li {
list-style:none; background:#1A4295 url(../images/design/menu-side-arrow.png) no-repeat 12px; padding:4px 0 4px 18px; line-height:normal;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
	color:#ffffff;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			200px; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			200px; /* match ul width */
	top:			0;
}

/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/
.sf-vertical, .sf-vertical li {
	width:	200px;
}
.sf-vertical ul li { width:182px; }
/* 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:	200px; /* match ul width */
	top:	0;
}

/*** alter arrow directions ***/
.sf-sub-indicator { }

/* hover arrow direction for modern browsers*/
.sf-vertical a:focus > .sf-sub-indicator,
.sf-vertical a:hover > .sf-sub-indicator,
.sf-vertical a:active > .sf-sub-indicator,
.sf-vertical li:hover > a > .sf-sub-indicator,
.sf-vertical li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

.sf-shadow ul {
-moz-border-radius-bottomleft:17px;
-moz-border-radius-topright:17px;
background:transparent url(../images/shadow.png) no-repeat scroll right bottom;
padding:0 8px 9px 0;
}
.sf-shadow ul.sf-shadow-off {
background:transparent none repeat scroll 0 0;
}


