@charset "utf-8";


/*
 * Navigation Styles
 */
#wip-nav-items {
	padding: 0;	
	margin-left: 0;
	list-style: none;
	/*width : 6em;*/
	/*height: 275px;*/
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#wip-nav-items ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	/*width : 6em;*/
}
ul#wip-nav-items li {
	position : relative;
	line-height : 1.25em;
}
#wip-nav-items li { /* all list items */
	position : relative;
	line-height : 1.25em;
}
ul#wip-nav-items ul li {
	position : relative;
	float : left;
	line-height : 1.25em;
}
#wip-nav-items li ul { /* second-level lists */
	list-style: none;
	position : absolute;
	left: -999em;
	margin-left : -170px;
	margin-top : -1.5em;
	background-color: #e1e0e3;
	padding: 4px;
	border: solid 1px #625224;
	width: 160px;
	z-index: 10;
}
/* A CSS comment before the hack \*/
* html #wip-nav-items li ul {
	padding-right: 2px;
	padding-left: 0px;
	margin-left : -164px;
	width: 160px;
}
/* Another CSS comment after the hack */

#wip-nav-items li ul li {
	float: right;
	width: 100%;
}

#wip-nav-items li ul li a { /* second-level list item anchor */
	color: #625224;
	text-align: right;
	width: 150px;
	padding-right: 5px;
	padding-left: 5px;
}
/* A CSS comment before the hack \*/
* html #wip-nav-items li ul li a   {
	width: 150px;
	padding-right: 5px;
	padding-left: 5px;
}
/* Another CSS comment after the hack */
#wip-nav-items li ul li a:hover {
	border: none;
}
#wip-nav-items li ul ul { /* third-and-above-level lists */
	left: -999em;
}
#wip-nav-items li a {
	/*width: 8.55em; */
	display: block;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	/*border : 1px solid black;*/
	padding: 0 0.8em;
	
}
#wip-nav-items li a:hover {
	color: #625224;
	border-right : 8px solid #625224;
}
#wip-nav-items li:hover ul ul, #wip-nav-items li:hover ul ul ul, #wip-nav-items li.sfhover ul ul, #wip-nav-items li.sfhover ul ul ul {
	left: -999em;
}
#wip-nav-items li:hover ul, #wip-nav-items li li:hover ul, #wip-nav-items li li li:hover ul, #wip-nav-items li.sfhover ul, #wip-nav-items li li.sfhover ul, #wip-nav-items li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
