@charset "utf-8";

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			150px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.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:			150px; /* 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:			150px; /* match ul width */
	top:			0;
}

/*** MACKIE SKIN ***/
.sf-menu {
	float: left;
	padding: 0;
	margin: 0;
}

/*** Level 1 ***/

.sf-menu ul {
	display: inline;
}

.sf-menu li a, sf-menu li a:visited {
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	background-image: url('../images/menu_tab.png');
	display: block;
	width: 120px;
	height: 40px;
	margin-right: 2px;
	line-height: 40px;
	text-align: center;
}

.sf-menu li a:hover {
	color: #F00;
	background-image: url('../images/menu_tab_hover.png');
}

/* Highlight if level 1 item is current/ancestor */
.sf-menu li.current_page_item a, .sf-menu li.current_page_ancestor a {
	background-image: url('../images/menu_tab_current.png');
	color: #000000;
}

/*** Level 2 ***/

/* Submenu outer border */
.sf-menu li ul {
	border: 1px solid #808080;
	margin-top: 2px;
	margin-left: -1px;
}

.sf-menu li li a, .sf-menu li.current_page_item li a, .sf-menu li.current_page_ancestor li a {
	font-size: 14px;
	font-style: italic;
	height: auto;
	width: auto;
	line-height: normal;
	padding: 10px 10px;
	width: auto;
	color: #909090;
	background: #ffffff;
	text-align: left;
	padding-left: 10px;

}

/* Remove top border if Level 1 item is current/ancestor */
.sf-menu li.current_page_item ul, .sf-menu li.current_page_ancestor ul {
	border-top: none;
	margin-top: 3px;
}

/* Highlight if level 2 item is current/ancestor */
.sf-menu li li.current_page_item a, .sf-menu li li.current_page_ancestor a {
	background: #f0f0f0;
	color: #000;
}

.sf-menu li li a:hover {
	color: #f00;
	background: #f8f8f8;
}

/*** Level 3 ***/

/* Submenu outer border */
.sf-menu li li ul, .sf-menu li.current_page_ancestor li ul {
	margin: 0;
	border-top: 1px solid #808080;
}

/* .sf-menu li li li a, .sf-menu li.current_page_ancestor li.current_page_item li a {
	background: #ffffff;
}


/*** shadows for all but IE6 ***/
/* .sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 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;
}

/*** arrows ***/
.sf-sub-indicator {
	width: 10px;
	color: #909090;
	overflow: hidden;
}
