/* ================================================================ 
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/final_pullup.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.
=================================================================== */

.menu{
	margin:3px 0 0 9px;
	width:618px;
	list-style:none;
}

* html .menu{
	padding:0;
}

	.menu ul{
		margin:0 0 0 0;
	}

	.menu ul li{
		float:left;
		position:relative;
		margin: 0 35px 0 0;
		list-style:none;
	}
	
	.menu li a:link, .menu li a:visited{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight:bold;
		display:block;
		height: 18px;
		color:#000;
		padding: 0 0 5px 0;
		text-decoration:none;
	}

	.menu li a:hover, .menu li a:active{
		background:none;
		color:#fff;
		background-color:#b9babb;
	}
	
	.menu li a.active{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight:bold;
		display:block;
		color:#c21212;
		padding: 0 0 5px 0;
		text-decoration:none;
	}

/*.menu ul ul {
border-top:0;
border-left:1px solid #fff;
border-right:1px solid #fff;
border-bottom:1px solid #fff;
width:124px;

}*/

	.menu ul ul li a:link, .menu ul ul li a:visited{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight:bold;
		display:block;
		color:#fff;
		padding: 4px 0 0 4px;
		width:150px;
		background-color: #b9babb;
		border-bottom: 1px solid #fff;
		text-decoration:none;
	}
		
	.menu ul ul li a:hover, .menu ul ul li a:active{
/*		background:url(../images/layout/li_style02.gif) 10px 12px #D0CDAF no-repeat;*/
		color:#000;
		border-bottom: 1px solid #000;
	}

* html .menu ul li a{
	float:left;
}

* html .menu ul ul li{
	margin:0;
}

* html .menu ul ul {
top:18px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

* html .menu ul ul a{
}*/

/* a hack so that IE5.5 faulty box model is corrected 
* html .menu a, * html .menu a:visited {
margin:0;
height:0;
}



/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {border-collapse:collapse; border:0; position:absolute; left:0; bottom:-1px;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
top:21px;
left:-4px;
}

/* style the second level links */
/*.menu ul ul a, .menu ul ul a:visited {
background:url(../images/layout/listyle.gif) 0 0px #fafafa no-repeat;
color:#000; 
height:auto; 
line-height:1em; 
padding:7px 0 7px 22px; 
width:250px;
border:0;
border-right:1px solid #DADCD2;
border-bottom:1px solid #DADCD2;
yet another hack for IE5.5 
}*/

/* style the top level hover 
.menu a:hover, .menu ul ul a:hover{
color:#FF5C21;
}*/

/* html .menu a:hover, .menu ul ul a:hover{
background-color:#000; 
background:none;
color:#DC0007;
}

.menu :hover > a, .menu ul ul :hover > a {
color:#DC0007;
}*/

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
height:auto;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
display:none;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
display:none;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
display:block;
bottom:0;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
display:block;
bottom:0;
}

/*.menu ul ul a:hover{ 
background:url(../images/layout/navilistyle.gif) 0 0px #fafafa no-repeat;
color:#ff5c21;
background-color:#fff;
}*/