/*** 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:			10em; /* left offset of submenus need to match (see below) */
	z-index:99;
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
	z-index:99;
}
.sf-menu a {
	display:		block;
	position:		relative;
	z-index:99;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			3.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:			-12em; /* 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:			-12em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.menu { background: url(../images/bg_menu.png) repeat-x 0 0; height:43px; border-bottom:1px solid #fff; margin:0 auto}

.sf-menu {
	margin-bottom:	1px;
	width:942px; margin:0 auto;
	overflow-x:visible;
}

.sf-menu a, .sf-menu a:visited {
	padding: 		0.75em 1em;
	text-decoration:none;
	color:			#fff !important;
	font-size:		11px;
}

ul.sub a:hover { background-image:url('../images/arrow.gif'); background-repeat: no-repeat; background-position: 3px 10px;}

li.top { background:none;}
li.top:hover { background:#4cabd4 !important;}

a.top_link, a.top_link:visited  { /* visited pseudo selector so IE6 applies text colour*/
	font-size:		14px;
	padding: 		0;
	height:44px;
	font-family:Arial Narrow, Helvetica, sans-serif;
	background-image:url(../images/menu.png);
	background-repeat:no-repeat;
	text-indent:-999em;
	display:block;
}


#m_home { width:63px; background-position:0 0;}
#m_our-company { width:117px; background-position:-63px 0;}
#m_commercial { width:102px; background-position:-180px 0;}
#m_management { width:112px; background-position:-282px 0;}
#m_residential { width:97px; background-position:-394px 0;}
#m_motorsports { width:105px; background-position:-491px 0;}
#m_get-educated { width:148px; background-position:-596px 0;}
#m_tools-and-resources { width:140px; background-position:-744px 0;}
#m_news { width:58px; background-position:-884px 0;}

#m_home:hover { background-position:0 bottom;}
#m_our-company:hover { background-position:-63px bottom;}
#m_commercial:hover { background-position:-180px bottom;}
#m_management:hover { background-position:-282px bottom;}
#m_residential:hover { background-position:-394px bottom;}
#m_motorsports:hover { background-position:-491px bottom;}
#m_get-educated:hover { background-position:-596px bottom;}
#m_tools-and-resources:hover { background-position:-744px bottom;}
#m_news:hover { background-position:-884px bottom;}

li.sfHover #m_home { background-position:0 bottom !important;}
li.sfHover #m_our-company { background-position:-63px bottom !important;}
li.sfHover #m_commercial { background-position:-180px bottom !important;}
li.sfHover #m_management { background-position:-282px bottom !important;}
li.sfHover #m_residential { background-position:-394px bottom !important;}
li.sfHover #m_motorsports { background-position:-491px bottom !important;}
li.sfHover #m_get-educated { background-position:-596px bottom !important;}
li.sfHover #m_tools-and-resources { background-position:-744px bottom !important;}
li.sfHover #m_news { background-position:-884px bottom !important;}

ul.sub, ul.sub ul {
	border:1px solid #f5f7f9;
	border-top:1px dotted #f5f7f9;
}

.sf-menu li {
	background:		none;
}
.sf-menu li li {
	background:		#4cabd4;
}
.sf-menu li li li {
	background:		#4cabd4;
}

.sf-menu li:hover, .sf-menu li.sfHover {
	background:		#2679ca;
	outline:		0;
}
* html ul.sub li a:hover {background:#2679ca;}



/*** arrows **/
ul.sub a.sf-with-ul {
	padding-right: 	1.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.35em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			0.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
ul.sub .sf-sub-indicator { background-position:  -10px 0; }
ul.sub a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
ul.sub a:focus > .sf-sub-indicator,
ul.sub a:hover > .sf-sub-indicator,
ul.sub a:active > .sf-sub-indicator,
ul.sub li:hover > a > .sf-sub-indicator,
ul.sub li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** 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;
}

a.top_link .sf-sub-indicator { display:none !important; height:0; width:0; padding:0; margin:0;}