.header-choices { }

.social-header-wrap {
	position:relative;
	}
.social-header {
	position:absolute;
	right:5px;
	top:5px;
	z-index:10;
	}

#topmenu {
	width:			940px;
	color:			#AFAFAF;
	font-size:		12px;
	padding:		0;
	margin:			0;
	float:right;
	border:none;
	}
	
#topmenu .homemenu {
	text-align:center;
	margin:0;
	padding: 0 0 0 10px;
	text-align:left;
	border:none;
	}

#topmenu .homemenu a { color:#888888; }
#topmenu .homemenu > ul  { }
#topmenu .homemenu ul  li a {
	font-size:12px;
	letter-spacing: 1px;
	padding-bottom:6px;
	border-left-width:1px;
	border-left-style:dotted;
	border-left-color:#ddd;
	}
	
#topmenu .homemenu ul  li:last-child{
	border-right-width:1px;
	border-right-style:dotted;
	border-right-color:#ddd;
	}
#topmenu .homemenu ul li:hover>a { 
	color:#000;
	padding-top:4px;
	padding-bottom:6px;
	border-top-width: 6px;
	border-top-style: solid;
}
#topmenu .homemenu ul ul li:first-child { }
#topmenu .homemenu ul ul li:last-child {
	border-bottom:4px solid #181818;
	border-right:none;
	}
#topmenu .homemenu ul ul li { background: #fff;
	border-bottom-width:1px;
	border-bottom-style:dotted;
	border-bottom-color:#ddd;
	}
#topmenu .homemenu ul ul li:hover { }
#topmenu .homemenu ul ul li a {
	color:#999 !important;
	text-transform: none !important;
	border-left-width:1px;
	border-left-style:dotted;
	border-left-color:#ddd;
	}

#topmenu .homemenu ul ul li:hover>a {
	color:#eee !important;
	border-top: none;
	border-left:1px dotted #000;
	padding-top:10px;
}
#topmenu .homemenu ul ul li.current-menu-item a { color: #000 !important;}
#topmenu .homemenu ul ul li.current-menu-item a:hover { color: #000 !important;}
	
.menu, .menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}

.menu ul {
	position:		absolute;
	top:			-999em;
	width:			200px; /* left offset of submenus need to match (see below) */
	text-align:		left;

}

.menu ul li {
	width:			100%;
}
.menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.menu li {
	float:			left;
	position:		relative;
}
.menu a {
	display:		block;
	position:		relative;
}
.menu li:hover ul,
.menu li.sfHover ul {
	left:			0;
	top:			35px; /* match top ul list item height */
	z-index:		99;
}
ul.menu li:hover li ul,
ul.menu li.sfHover li ul {
	top:			-999em;
}
ul.menu li li:hover ul,
ul.menu li li.sfHover ul,
ul.menu li li li:hover ul,
ul.menu li li li.sfHover ul  {
	left:			16.7em; /* match ul width */
	top:			0;
}
ul.menu li li:hover li ul,
ul.menu li li.sfHover li ul {
	top:			-999em;
}

.menu a {
	padding: 	10px 10px 6px 10px;
	text-decoration:none;
}
.menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/

}

.menu li a {

}

ul.menu ul li a {

}

ul.menu li.sfHover a.sf-with-ul {

}

.menu li {
		z-index:99;
}
.menu li li {
	
}
.menu li li li {

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


}

.menu a:hover {

}

/*** arrows **/
.menu a.sf-with-ul {
	padding-right: 	25px;
	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/menu/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 */
.menu ul .sf-sub-indicator { background-position:  -10px 0; }
.menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.menu ul a:focus > .sf-sub-indicator,
.menu ul a:hover > .sf-sub-indicator,
.menu ul a:active > .sf-sub-indicator,
.menu ul li:hover > a > .sf-sub-indicator,
.menu ul 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/menu/shadow.png') no-repeat bottom right;
	padding: 0 10px 12px 0;

}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

.menu {
	display:inline-block;
}

#topmenu .menu { float:	right; margin-right: 30px; }