/* ================================================================ 
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.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* 1 level */

ul#menu {
	padding:0; 
	list-style:none; 
	text-align:left; 
	margin:0 auto; 
	font-size:11px; 
	font-family:arial, sans-serif; 
	text-transform: uppercase;
	font-weight: normal;
	height:25px; 
	width:880px; 
	position:absolute; 
	left:0; 
	top:0;	
	}
	
.n1 {width: 110px;
}	
.n2 {width: 77px;
}
.n3 {width: 115px;
}
.n4 {width: 94px;
}
.n5 {width: 60px;
}
.n6 {width: 120px;
}
.n7 {width: 67px;
}


ul#menu ul {
	padding:0; 
	margin:0; 
	list-style:none; 
	position:absolute; 
	left:-9999px;}
	
ul#menu table {
	border-collapse:collapse; 
	font-size:1em; 
	float:left; 
	margin:-1px;}

ul#menu ul li {
	float:left; 
	margin:0; 
	text-align:left;}
	
ul#menu ul li a {
	display:block; 
	line-height:20px; 
	margin:0; 
	padding:0 10px; 
	background:transparent; 
	width:200px;	
	}

/* Missing bottom border on IE6+7.
   It doesn't realize inline-block here (http://www.quirksmode.org/css/display.html#inlineblock) 
   Changed to display:block+float:left 
*/

ul#menu li {
	display:block; float:left; 
	margin-left:0px;
	text-align:left;
	margin-right:2px;
	}

ul#menu :hover ul li a.wide {
	width:250px !important;
}

.n3wide {
	width:252px !important;
}

.n1wide {
	width:230px !important;
} 

ul#menu li a {
	border-bottom: 2px solid #C60C30;	
	display:inline-block; 
	height:18px; 
	margin:5px 0 0 0;
	padding:0 20px 5px 10px;
	line-height:25px; 
	text-decoration:none; 
	font-weight: normal;	
	color: #C60C30;
	}

html>/**/body ul#menu li {
	display:inline-block; 
	padding:0 0 -2px 0;
	}

* html ul#menu li a.sub {
	margin-right:2px;}
* html ul#menu li a {
	margin-bottom:0px;}

ul#menu li a b {
	display:block; 
	height:24px; 
	float:left; 
	padding:0 0 0 20px; 
	cursor:pointer;}

ul#menu li a:hover, ul#menu li a.current {
	position:relative; 
	background-position:right bottom; 
	color:#fff;
	background-color: #C60C30}
	
ul#menu li a:hover b {
	background-position:left bottom;}

ul#menu li:hover {
	position:relative;}
	
ul#menu :hover ul li a.flynoarrow {
	width: 150px;} 

/* 1 level hover out */	
ul#menu li:hover > a {
	background-position:right bottom; 
	background-color: #ccc;
	color:#000;}
	

/* 2 level  */

ul#menu :hover ul {
	left:0px; 
	width:200px; 
	top:30px;}

ul#menu :hover ul.n7 {
	left:-119px; 
	width:200px; 
	top:30px;}

* html ul#menu :hover ul {top:28px;}

ul#menu :hover ul li {
	display:block; 
	float:left; 
	margin:0 0 0 0; 
	}

ul#menu :hover ul li:first-child {	
	border-top:2px solid #fff;	
	}
	
ul#menu :hover ul li a {
	border-bottom:2px solid #C60C30;
	display:block; 
	float:left; 
	margin:0; 
	height:26px; 
	line-height:25px; 
	width:199px; 
	background:#fff; 
	color:#C60C30;}
	
ul#menu :hover ul li a.fly {
	background:#fff url(++resource++bbaw.theme.images/arrow.gif) no-repeat right center;
	width: 150px;}
	
ul#menu :hover ul li a:hover {
	background:#C60C30; 
	color:#fff;}
	
ul#menu :hover ul li:hover > a {
	background:#C60C30; 
	color:#fff;}

ul#menu :hover ul li a.fly:hover {
	background:#C60C30 url(++resource++bbaw.theme.images/arrow-over.gif) no-repeat right center;}
	
ul#menu :hover ul li:hover > a.fly {
	background:#C60C30 url(++resource++bbaw.theme.images/arrow-over.gif) no-repeat right center;}



/* 3 level */

ul#menu :hover ul ul {left:-9999px;}

ul#menu :hover ul :hover ul {
	left:170px; 
	top:-2px; 
	*top:0px;
	width:200px;}

ul#menu :hover ul :hover ul li {
	display:block; 
	float:left; 
	margin:0 0 0 0px;
	border-left:2px solid #fff;}
	
	
ul#menu :hover ul :hover ul li a {
	border-bottom:2px solid #C60C30;
	display:block; 
	float:left; 
	margin:0; 
	height:26px; 
	line-height:25px; 
	background:#fff; 
	color:#000;}
	
ul#menu :hover ul :hover ul li a:hover {
	color:#fff; 
	background:#C60C30;}
