/* Menu stuff needs to be seperated into layout / color and maybe a menu specific file */

.sf-navbar{
	height: 100px;  padding-bottom: 0;
}
.sf-navbar li.tab{
	width: 310px; height: 63px;
}

.sf-navbar li.tab a strong{
	display: block; font-size: 18px; padding: 0 0 5px 0;
}



.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:			63px; /* match top ul list item height */
}

/*.sf-menu .tab{
	background: url(../images/menu_sprites.png) top left no-repeat;
}

.sf-menu .tab a.sf-with-ul{
	display: block; width: 184px; height: 53px; padding-right: 4px; padding-top: 10px;
	background: url(../images/menu_sprites.png) top left no-repeat;
}
*/
.sf-menu .tab{
	background: url(../images/large_menu_4.png) top left no-repeat;
}

.sf-menu .tab a.sf-with-ul{
	display: block; width: 312px; height: 53px; padding-right: 4px; padding-top: 10px;
	background: url(../images/large_menu_4.png) top left no-repeat;
}
/*
 * Set menu sprite positioning for tabs and hover states
 */
/*.sf-menu .tab1{background-position: 0 -67px;}
.sf-menu .tab1 a.sf-with-ul{background-position: 0 0;}
*/

.sf-menu .tab1{background-position: 0 -67px;}
.sf-menu .tab1 a.sf-with-ul{background-position: 0 0;}

.sf-menu .tab2{background-position: -312px -67px;}
.sf-menu .tab2 a.sf-with-ul{background-position: -312px 0;}

.sf-menu .tab3{background-position: -624px -67px;}
.sf-menu .tab3 a.sf-with-ul{background-position: -624px 0;}

/*
 * Set menu sprite positioning for tabs and hover states
 *
.sf-menu .tab1{background-position: 0 -67px;}
.sf-menu .tab1 a.sf-with-ul{background-position: 0 0;}

.sf-menu .tab2{background-position: -188px -67px;}
.sf-menu .tab2 a.sf-with-ul{background-position: -188px 0;}

.sf-menu .tab3{background-position: -376px -67px;}
.sf-menu .tab3 a.sf-with-ul{background-position: -376px 0;}

.sf-menu .tab4{background-position: -564px -67px;}
.sf-menu .tab4 a.sf-with-ul{background-position: -564px 0;}

.sf-menu .tab5{background-position: -752px -67px;}
.sf-menu .tab5 a.sf-with-ul{background-position: -752px 0;}
*/
/*
 * Always show color on current tab and breadcrumb tab
 */
.sf-menu .tab a.sf-with-ul:hover, #primary_nav .sf-menu .sf-breadcrumb a.sf-with-ul, .sf-menu .sfHover a.sf-with-ul{
	background-image: none;
}


.sf-menu .default ul{
	display:block;
}


/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	padding: 		.75em 1em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/

}
.sf-menu li {

}
.sf-menu li li {

}
.sf-menu li li li {

}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding: 	0px;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	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:			.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 */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}


.sf-navbar li ul li a{
	display: block; padding: 20px 20px 20px 40px;
}