/*** start superfish.css ***/



/*** ESSENTIAL STYLES ***/

.gil-style1, .gil-style1 * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.gil-style1 {
	line-height:	1.0;
	z-index:990;
}
.gil-style1 ul {
	position:		absolute;
	top:			-999em;
	width:			16em; /* left offset of submenus need to match (see below) */
	z-index:991;
}
.gil-style1 ul li {
	width:			16em;
	z-index:992;
}
.gil-style1 li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.gil-style1 li {
	float:			left;
	position:		relative;
}
.gil-style1 a {
	display:		block;
	position:		relative;
}
.gil-style1 li:hover ul,  .gil-style1 li.wpm-hover ul {
	left:			0;
	top:			28px; /* match top ul list item height */
	z-index:		989;
}
ul.gil-style1 li:hover li ul,  ul.gil-style1 li.wpm-hover li ul {
	top:			-999em;
}
ul.gil-style1 li li:hover ul,  ul.gil-style1 li li.wpm-hover ul {
	left:			16em; /* match ul width */
	top:			0em;
}
ul.gil-style1 li li:hover li ul,  ul.gil-style1 li li.wpm-hover li ul {
	top:			-999em;
}
ul.gil-style1 li li li:hover ul,  ul.gil-style1 li li li.wpm-hover ul {
	left:			16em; /* match ul width */
	top:			0em;
}
ul.gil-style1 li ul li ul {
	width:16em;
	z-index:993;
}
ul.gil-style1 li ul li ul li {
	width:16em;
	z-index:994;
}
/*** arrows **/

.gil-style1 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:			14px;
	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 */

.gil-style1 ul .sf-sub-indicator {
	background-position:  -10px 0;
}
.gil-style1 ul a > .sf-sub-indicator {
	background-position:  -2px 0;
}
/* apply hovers to modern browsers */

.gil-style1 ul a:focus > .sf-sub-indicator,  .gil-style1 ul a:hover > .sf-sub-indicator,  .gil-style1 ul a:active > .sf-sub-indicator,  .gil-style1 ul li:hover > a > .sf-sub-indicator,  .gil-style1 ul li.wpm-hover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}



.gil-style1-wrap {
	float:left;
	padding:		0;
	font-size: 		16px;
	font-weight: 	bold;
	height:			28px;
	text-shadow:1px 1px 1px #000000;
	margin:0 0 0 7px;
	position:relative;
	z-index:100;
}
/*** DEMO SKIN ***/

.gil-style1 {
	float:			left;
	width:			100%;
}
.gil-style1 a {
	font-weight:normal;
	border:			0;
	padding: 		7px 13px 3px;
	text-decoration: none;
}
.gil-style1 li li a {
	padding: 		7px 15px;
	text-decoration: none;
}
.gil-style1 a, .gil-style1 a:visited {
	color:			#FFFFFF;				/* text color 1 */
}
.gil-style1 li li a, .gil-style1 li li a:visited {
	color:			#FFFFFF;			/* text color 2 */
}
.gil-style1 li li a:hover {
	color:			#FFFFFF;			/* text color 3 */
}
.gil-style1 li {
	background:#7c7c7c url('menu-bg.gif') repeat-x 0 0;
	height:			28px;
	-moz-border-radius: 14px 14px 0 0;
	-khtml-border-radius: 14px 14px 0 0;
	-webkit-border-radius: 14px 14px 0 0;
	border-radius: 14px 14px 0 0;
	margin:0 6px 0 0;
}


.gil-style1 li li {
	height:			auto;
	margin:3px 0 0 0;
	-moz-border-radius: 14px;
	-khtml-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
}

.msie .gil-style1 li li {
	background:#7c7c7c;
}

.gil-style1 li:hover, .gil-style1 li.wpm-hover,  .gil-style1 a:focus, .gil-style1 a:hover, .gil-style1 a:active {
	text-decoration: none;
	outline:		0;
	color:#ffffff;
}
.gil-style1 li.selected,  .gil-style1 li.current-cat,  .gil-style1 li.current-cat-parent,  .gil-style1 li.current_page_item,  .gil-style1 li.current_page_parent,  .gil-style1 li.current_page_ancestor {
}


.gil-style1 li.right {
	float: right;
}
.gil-style1 li.right a,  .gil-style1 li.right form {
	border-left:	1px solid #FFFFFF;	/* border color */
	border-right:	0;
}
.gil-style1 form {
	margin: 0;
	padding: 0;
	background: url('searchbox.png') no-repeat center center;
	height: 30px;
	width: 195px;
	border-right:	1px solid #FFFFFF;	/* border color */
}
.gil-style1 form input.wpm-text {
	border: 0;
	background: transparent;
	margin: 6px 0 0 6px;
	width: 154px;
}
.gil-style1 form input.wpm-submit {
	border: 0;
	background: transparent;
	cursor: pointer;
	height: 20px;
	width: 26px;
}
.gil-style1-after {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0px;
}

