/* 
	WordPress Menubar Plugin
	dcwz-nav.css stylesheet for the Superfish template

	Credits:

	Superfish v1.4.8 - jQuery menu plugin by Joel Birch
	http://users.tpg.com.au/j_birch/plugins/superfish/

	Search box design by the LightWord theme
	http://www.lightword-theme.com/
*/

/*** start dcwz-nav.css ***/

/*** ESSENTIAL STYLES ***/
.dcwz-nav, .dcwz-nav * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.dcwz-nav {
	line-height:	1.0;
}
.dcwz-nav ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.dcwz-nav ul li {
	width:			100%;
}
.dcwz-nav li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.dcwz-nav li {
	float:			left;
	position:		relative;
}
.dcwz-nav a {
	display:		block;
	position:		relative;
}
.dcwz-nav li:hover ul,
.dcwz-nav li.wpm-hover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.dcwz-nav li:hover li ul,
ul.dcwz-nav li.wpm-hover li ul {
	top:			-999em;
}
ul.dcwz-nav li li:hover ul,
ul.dcwz-nav li li.wpm-hover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.dcwz-nav li li:hover li ul,
ul.dcwz-nav li li.wpm-hover li ul {
	top:			-999em;
}
ul.dcwz-nav li li li:hover ul,
ul.dcwz-nav li li li.wpm-hover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** arrows **/
.dcwz-nav a.sf-with-ul {
	padding-right: 	2.25em;
	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('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.wpm-hover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

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

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	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;
}

/*** end superfish.css ***/

.dcwz-nav-wrap { width:960px; margin: 0 auto;  padding:		0; font-size: 		12px; font-weight: 	bold; 		/* color 1 */ z-index:		10;text-align: center; }

/*** DEMO SKIN ***/
.dcwz-nav {
		display:block;
		text-align:center;
	position: absolute; 
		top: 140px;

	
		z-index: 10px;
}
.dcwz-nav a {
	border:			0;
	padding: 		.75em 1em;
	text-decoration: none;
		text-transform:uppercase;
	border-right:	1px dashed #D4C9BA;	/* border color */	
		 background-color: none;
}
.dcwz-nav li li a {
	border:			0;
	padding: 		.75em 1em;
	text-decoration: none;
	border-top:		1px dashed #D4C9BA;	/* border color */	
	border-left:	1px dashed #D4C9BA;	/* border color */	
		 background-color: none;
}
.dcwz-nav a, .dcwz-nav a:visited  {
	color:			#000;				/* text color 1 */
		 background-color: none;
}
.dcwz-nav li li a, .dcwz-nav li li a:visited  {
	color:			#000;			/* text color 2 */
		 background-color: #FFFEF7;
}
.dcwz-nav li {
	height:			30px;
	background:		none;			/* color 1 */
}
.dcwz-nav li li {
		text-align: left;
	height:			auto;
	background:		none;			/* color 2 */
	border:	1px dashed #D4C9BA;
}
.dcwz-nav li:hover,.dcwz-nav li li a:hover, .dcwz-nav li.wpm-hover,
.dcwz-nav a:focus, .dcwz-nav a:hover, .dcwz-nav a:active {
	color:			#000;			/* text color : RollOver & Active*/
	text-decoration: none;
	background:		#C7E7C8;			/* color 3 */
	outline:		0;
}

.dcwz-nav li.selected, 
.dcwz-nav li.current-cat, 
.dcwz-nav li.current-cat-parent, 
.dcwz-nav li.current_page_item, 
.dcwz-nav li.current_page_parent,
.dcwz-nav li.current_page_ancestor {
	background:		#C7E7C8;			/* color 3 */
}

.dcwz-nav li.right {
	float: right;
}

.dcwz-nav li.right a, 
.dcwz-nav li.right form {
	border-left:	1px solid #CCC;	/* border color */	
	border-right:	0;
}

.dcwz-nav form {
	margin: 0;
	padding: 0;
	background: url('searchbox.png') no-repeat center center;
	height: 30px;
	width: 195px;
	border-right:	1px solid #CCC;	/* border color */	
}

.dcwz-nav form input.wpm-text {
	border: 0;
	background: transparent;
	margin: 6px 0 0 6px;
	width: 154px;
	}

.dcwz-nav form input.wpm-submit {
	border: 0;
	background: transparent;
	cursor: pointer;
	height: 20px;
	width: 26px;
}

.dcwz-nav-after {
	clear: both;
	margin: 0;
	padding: 0;

}
