
/*** ESSENTIAL STYLES ***/
.nav_categories, .nav_categories * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.nav_categories {
	line-height:	0.5;
	float:right;
	
	height:			2.5em;
	padding-bottom:	2.5em;
	position:		relative;
	font-family:    Palatino Linotype;
	text-transform:uppercase;
	font-size:		12px;
	font-weight:    bold;
	
	
}
.nav_categories ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
	
}
.nav_categories ul li {
	width:			100%;
	
	width: auto;
	float: left;
}
.nav_categories li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.nav_categories li {
	float:			left;
	position:		relative;
	padding:5px;
	background:	transparent;
	position: static;
	color:#6A6A6A;
}
.nav_categories a {
	display:		block;
	position:		relative;
	
	border-top:	none;
}
.nav_categories li:hover ul,
.nav_categories li.sfHover ul {
	left:			0;
	top:			30px; /* match top ul list item height */
	z-index:		99;
}
ul.nav_categories li:hover li ul,
ul.nav_categories li.sfHover li ul {
	top:			-999em;
}
ul.nav_categories li li:hover ul,
ul.nav_categories li li.sfHover ul {
	left:			5em; /* match ul width */
	top:			0;
}
ul.nav_categories li li:hover li ul,
ul.nav_categories li li.sfHover li ul {
	top:			-999em;
}
ul.nav_categories li li li:hover ul,
ul.nav_categories li li li.sfHover ul {
	left:			5em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.nav_categories {
	float:			left;
	margin-bottom:	1em;
}
.nav_categories a {
	/*border-left:	1px solid #fff;
	border-top:		1px solid #CFDEFF;*/
	padding: 		2px 2px;
	text-decoration:none;
}
.nav_categories a, .nav_categories a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#13a;
	
	border:	none;
	color:  #000;
}
/*test*/
.nav_categories li {
	background:		transparent;
}
.nav_categories li li ul {
	width: 13em;
}
.nav_categories li li li a{
	width: 50%;
	font-family: Palatino Linotype;
	text-transform:uppercase;
}

.nav_categories li.current {
	background:	#BDD2FF;
}


.nav_categories li:hover,
.nav_categories li.sfHover,
.nav_categories li li.current,
.nav_categories a:focus, .nav_categories a:hover, .nav_categories a:active {
	background:	transparent;
	color : #6A6A6A;
}

.nav_categories ul li:hover,
.nav_categories ul li.sfHover,
ul.nav_categories ul li:hover li,
ul.nav_categories ul li.sfHover li,
.nav_categories ul a:focus, .nav_categories ul a:hover, .nav_categories ul a:active {
	background:		transparent;
	color : #6A6A6A;
}
ul.nav_categories li li li:hover,
ul.nav_categories li li li.sfHover,
.nav_categories li li.current li.current,
.nav_categories ul li li a:focus, .nav_categories ul li li a:hover, .nav_categories ul li li a:active {
	background:	#6A6A6A;
	color : #6A6A6A;
}
ul.nav_categories .current ul,
ul.nav_categories ul li:hover ul,
ul.nav_categories ul li.sfHover ul {
	left: 0;
	top: 2.5em;
}
ul.nav_categories .current ul ul {
	top: -999em;
}

.nav_categories li li.current > a {
	font-weight: bold;
	font-family:Palatino Linotype;
	text-transform:uppercase;
}

.nav_categories ul .sf-sub-indicator { background-position: -10px -30px; }
.nav_categories ul a > .sf-sub-indicator { background-position: 0 -30px; }
.nav_categories ul a:focus > .sf-sub-indicator,
.nav_categories ul a:hover > .sf-sub-indicator,
.nav_categories ul a:active > .sf-sub-indicator,
.nav_categories ul li:hover > a > .sf-sub-indicator,
.nav_categories ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px;
}

.nav_categories > li > ul {
	background: transparent;
	padding: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
}

/*test*/
.nav_categories li li {
	background:		#AABDE6;
	
	background:	transparent;
	position: relative;
	font-family: Palatino Linotype;
	text-transform:uppercase;
	
	font-size:12px;
}
.nav_categories li li li {
	background:		#000;
}
.nav_categories li:hover, .nav_categories li.sfHover,
.nav_categories a:focus, .nav_categories a:hover, .nav_categories a:active {
	
	
}

.nav_categories li ul {
	width:	44em;
}

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