

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

.css_ddmenu1 {
		
	width:auto; 
	height:32px; 
	position:relative; 
	z-index:100; 	
	margin:0px 0px 0px 0px;

}
/* hack to correct IE5.5 faulty box model */
* html .css_ddmenu1 {
	width:746px; 
	w\idth:745px;
	}

/* remove all the bullets, borders and padding from the default list styling */
.css_ddmenu1 ul {
	padding:0;
	margin:0;
	list-style-type:none;
	
}

.css_ddmenu1 ul ul { 
	width:129px;
	}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.css_ddmenu1 li {
	float:left;	
	position:relative;
	margin:0px 15px 0px 0px;
	width:auto;
	
	}
/* style the links for the top level */
.css_ddmenu1 a, .css_ddmenu1 a:visited {
	display:block; 
	text-align:left; 
	font-size:13px; 
	text-decoration:none;
	color:#E5DECA;	
	width:auto;
	height:20px;
	text-transform:uppercase;
	letter-spacing:0.5px;
	
	padding:3px; 
	line-height:20px; 
	font-weight:bold;	
	
	
	 
	}
/* a hack so that IE5.5 faulty box model is corrected */
* html .css_ddmenu1 a, * html .css_ddmenu1 a:visited {
	width:129px; 
	 w\idth:128px; 
	}


/* style the second level background */
.css_ddmenu1 ul ul a.drop, .css_ddmenu1 ul ul a.drop:visited {	
	font-size:12px; 
	 
	 text-align:left;
	 background-image:url(../img/transp/w85.png);
	 color:#202020;
	 letter-spacing:0px;
	 text-transform:none;
	}
/* style the second level hover */
.css_ddmenu1 ul ul a.drop:hover{
	color:#D7610D;
	background-image:none;
	background-color:#FFFFFF;
	}
.css_ddmenu1 ul ul :hover > a.drop {
	color:#D7610D; 
	background-image:none;
	background-color:#FFFFFF;
	}
/* style the third level background */
.css_ddmenu1 ul ul ul a, .css_ddmenu1 ul ul ul a:visited {
	background-image:url(../img/transp/w70.png);
	font-size:12px;
	color:#000000;
	 letter-spacing:0px;
	 text-transform:none;
	}
/* style the third level hover */
.css_ddmenu1 ul ul ul a:hover {
	color:#D7610D; 
	background-image:none;
	background-color:#FFFFFF;
	}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.css_ddmenu1 ul ul {
	visibility:hidden; 
	position:absolute; 
	height:0; 
	top:26px; 
	left:0; 
	 width:129px; 
	
	}
/* another hack for IE5.5 */
* html .css_ddmenu1 ul ul {
	top:30px; 
	t\op:31px; 
	}

/* position the third level flyout menu */
.css_ddmenu1 ul ul ul{
	left:149px; 
	 top:-1px; 
	 width:149px; 
	}

/* position the third level flyout menu for a left flyout */
.css_ddmenu1 ul ul ul.left {
	left:-149px; 
	}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.css_ddmenu1 table {
	position:absolute; 
	 top:0; 
	 left:0; 
	 border-collapse:collapse; 
	 
	}

/* style the second level links */
.css_ddmenu1 ul ul a, .css_ddmenu1 ul ul a:visited {	 
	 height:auto; 
	 line-height:1em; 
	 padding:5px 5px 5px 8px; 
	 width:138px; 
	 border:0px;
	 border-bottom:1px #999999 dotted;
	
	
	}
/* yet another hack for IE5.5 */
* html .css_ddmenu1 ul ul a, * html .css_ddmenu1 ul ul a:visited {
	width:150px; 
	w\idth:128px; 
	}

/* style the top level hover */
.css_ddmenu1 a:hover, .css_ddmenu1 ul ul a:hover{
	
	color:#D7610D; 
	}
.css_ddmenu1 :hover > a, .css_ddmenu1 ul ul :hover > a {
	color:#D7610D; 
	
	}

/* make the second level visible when hover on first level list OR link */
.css_ddmenu1 ul li:hover ul, .css_ddmenu1 ul a:hover ul{
	visibility:visible; 
	color:#D7610D; 
	 }
/* keep the third level hidden when you hover on first level list OR link */
.css_ddmenu1 ul :hover ul ul{
	visibility:hidden; 
	color:#D7610D; 
	}
/* make the third level visible when you hover over second level list OR link */
.css_ddmenu1 ul :hover ul :hover ul{ 
	visibility:visible; 
	color:#D7610D; 
	}
