@charset "UTF-8";
/* CSS Document */

#switcher {
	height: 32px;
	width: 225px;
	margin-top: 4px;
	position: absolute;
	top: 12px;
	right: 0px;
	background: url(../images/icons/switcher.png) no-repeat left center;
	z-index: 500;
	}


/*** ESSENTIAL STYLES ***/
#switcher .sf-menu, #switcher .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
#switcher .sf-menu {
	line-height:	1.0;
	position:relative;
	z-index:500;
}
#switcher .sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			200px; /* left offset of submenus need to match (see below) */
	z-index:500;
}
#switcher .sf-menu ul li {
	width:			100%;
}
#switcher .sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
	cursor: pointer;	
}
#switcher .sf-menu li {
	float:			left;
	position:		relative;
}
#switcher .sf-menu a {
	display: block;
	position: relative;
	width: 200px;
}
#switcher .sf-menu li:hover ul,
#switcher .sf-menu li.sfHover ul {
	left:			-26px;
	top:			0px; /* match top ul list item height */
}
#switcher ul.sf-menu li:hover li ul,
#switcher ul.sf-menu li.sfHover li ul {
	top:			0px;
}
#switcher ul.sf-menu li li:hover ul,
#switcher .sf-menu li li.sfHover ul {
	left:			0px; /* match ul width */
	top:			0;
}
#switcher ul.sf-menu li li:hover li ul,
#switcher ul.sf-menu li li.sfHover li ul {
	top:			0px;
}
#switcher ul.sf-menu li li li:hover ul,
#switcher ul.sf-menu li li li.sfHover ul {
	left:			0px; /* match ul width */
	bottom: 0px;
	top:			0;
}

/*** DEMO SKIN ***/
#switcher ul.sf-menu {
	font-family: AAMMedMed, Helvetica, sans-serif;
	font-size:11px;
	float:right;
	position:relative;
	list-style-type:none;
	list-style-position:outside;
	padding-left: 26px;
	letter-spacing: 0.085em;
	line-height: 14px;
}
#switcher .sf-menu li a {
	display:block;
	text-decoration:none;
	padding:10px 0px 0px;
	color:#FFF;
	margin: 0px;
}
#switcher .sf-menu li a:hover {
	display:block;
	text-decoration:none;
	padding:10px 0px 0px 0px;
	color:#CCC;
}

#switcher .sf-menu a, #switcher .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text color*/
	color:#FFF;
}
#switcher .sf-menu li {
}
#switcher .sf-menu li li {
	border-bottom:#ccc 1px solid;
	padding-bottom: 12px;
}

#switcher .sf-menu li li a, #switcher .sf-menu li li a:visited {
	color:#FFF;
	margin-right:0;
	margin-top: 0px;
}
#switcher .sf-menu li li a:hover {
	color: #cf0072;
}

#switcher .sf-menu li li li {
	background:#fff;
}

#switcher .sf-menu a:focus, #switcher .sf-menu a:hover, #switcher .sf-menu a:active {
	color:#cf0072;
	outline:0;
}

#switcher .sf-menu li li:hover, #switcher .sf-menu li li.sfHover {
	color:#cf0072;
	outline:0;
}

#switcher .sf-menu li li a:focus, #switcher .sf-menu li li a:hover, #switcher .sf-menu li li a:active {
	color:#cf0072;
	outline:0;
}

#switcher .sf-menu li ul {
	margin-left:0;
	background-image: -moz-linear-gradient(top, #000000, #333333); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #000000),color-stop(1, #333333)); /* Saf4+, Chrome */
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#000000', EndColorStr='#333333'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#000000', EndColorStr='#333333')"; /* IE8 */
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border: 1px solid #ccc;
	margin-top: 2px;
	padding: 4px;
	width: 200px;
	}
	
#switcher .sf-menu li ul li ul {
	margin-left:1px;
	margin-top:-1px;
	background: none;
	padding-top:0;
	}
	
#switcher .sf-menu li.current-cat a, #switcher .sf-menu li.current_page_item a {
	display:block;
	text-decoration:none;
	padding:12px 17px 12px 0px;
	color:#fff;
}


#switcher .sf-menu li.current-cat li a, #switcher .sf-menu li.current_page_item li a {
	color:#FFF;
	margin-right:0;
	background:#fff;
}
#switcher .sf-menu li.current-cat li a:hover, #switcher .sf-menu li.current_page_item li a:hover {
	color:#FFF;
	margin-right:0;
	background:#fff;
}

#switcher .sf-menu li li.current-cat a, #switcher .sf-menu li li.current_page_item a {
	color:#FFF;
	margin-right:0;
	background:#fff;
	font-weight:normal;
	font-family: AAMDemiDemi, Helvetica, sans-serif;
}
#switcher .sf-menu li li.current-cat a:hover, #switcher .sf-menu li li.current_page_item a:hover {
	color:#FFF;
	margin-right:0;
	background:#fff;
	font-weight:normal;
	font-family: AAMDemiDemi, Helvetica, sans-serif;
}

/*** arrows **/
#switcher .sf-menu a.sf-with-ul {;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
#switcher .sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			0.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	margin-right: -4px;
}
a > #switcher .sf-sub-indicator {  /* give all except IE6 the correct values */
}
/* apply hovers to modern browsers */
a:focus > #switcher .sf-sub-indicator,
a:hover > #switcher .sf-sub-indicator,
a:active > #switcher .sf-sub-indicator,
li:hover > a > #switcher .sf-sub-indicator,
li.sfHover > a > #switcher .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

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

/*** shadows for all but IE6 ***/
#switcher .sf-shadow ul {
	background:	#1f1f1f;
	
}
#switcher .sf-shadow ul.sf-shadow-off {
	background: transparent;
}
#switcher .sf-menu li ul li a img {
	float: left;
	padding-right: 6px;
}

