/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */

#mainnav {
	font-family: arial, sans-serif; 
	width:874px; 
	background: #2B150F; /* customized*/
	position:relative; 
	font-size:10px; 
	z-index:100000;
}


#mainnav ul li a, .menu ul li a:visited {
	display:block; 
	text-decoration:none; 
	width:156px; 
	height:20px; 
	text-align:left;
	padding-left: 18px;
	color:#fff; 
	border-right:1px solid #1f110d;
	border-bottom:1px solid #1f110d;	
	background:#b90027; 
	line-height:20px; 
	font-size:10px; 
	overflow:hidden;
}

/* Formpol */

#mainnav ul li a.right, .menu ul li a.right:visited {
	border-right: 0;	
}

#mainnav ul {
	padding:0;
	margin:0;
	list-style: none;
}

#mainnav ul li {
	float:left; 
	position:relative;
}

#mainnav ul li ul {
	display: none;
}

/* specific to non IE browsers */
/*.menu ul li:hover a {color:#fff; background:#36f;}*/
#mainnav ul li:hover ul {display:block; position:absolute; bottom:21px; left:0; width:175px;}

/*.menu ul li:hover ul li a.hide {
	background:#6a3; 
	color:#fff;
}*/

#mainnav ul li:hover ul li:hover a.hide {
	background:#6B5B57 url(menu-arrow.gif) 162px 50% no-repeat;
	color:#fff;
}

#mainnav ul li:hover ul li ul {display: none;}

#mainnav ul li:hover ul li a {display:block; background:#b90027; color:#fff;border-right: 0;border-bottom: 0;}

#mainnav ul li:hover ul li a:hover{
	background:#6B5B57 url(menu-arrow.gif) 162px 50% no-repeat;
	color:#fff;
}

#mainnav ul li:hover ul li ul li a:hover,
#mainnav ul li:hover ul.right-list li a:hover,
#mainnav ul li:hover ul.right-list li ul li a:hover{
	background:#6B5B57;
	color:#fff;
}

#mainnav ul li:hover ul li.page-with-child a:hover{
	background:#6B5B57 url(menu-arrow-left.gif) 162px 50% no-repeat;
	color:#fff;
}

#mainnav ul li:hover ul li:hover ul {
	display:block;
	position:absolute; 
	left:174px; 
	bottom:0;
}
#mainnav ul li:hover ul li:hover ul.left {left:-174px;}

/* Formpol Submenus */

#mainnav ul li a.main-active {
	background:#80736F;
	color: #1f110d;
	border-bottom:1px solid #80736F;	
	font-weight: bold;
}

#mainnav ul li ul li a.main-active {
	font-weight: normal;
}


h1 {
	margin: 0;
	padding: 0;
	background:#80736F;
	line-height:20px; 
	font-size:10px;
	color:#1f110d;
	font-family: arial, sans-serif;
	font-weight: bold;
	padding-left: 18px;
}

ul.subnav {
	background: #6B5B57;
	list-style: none;
	border-top: 1px solid #1f110d;
}

ul.subnav li {
	display: inline;
}

ul.subnav li a {
	font-size: 10px;
	line-height: 20px;
	color: #BFB9B7;
	text-decoration: none;
	padding: 0 18px;
	border-right: 1px solid #1f110d;
}

ul.subnav li a.sub-active {
	color: #fff;	
}

ul.subnav li a:hover {
	color: #fff;
}