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



.menuDD {
	
	width:190px; 
	 height:32px; 
	 position:relative; 
	 z-index:100; 
	text-align:left;
}

/* hack to correct IE5.5 faulty box model */


* html .menuDD {
	width:190px; 
	 w\idth:190px; 
	padding-right:0px;
	margin-right: 0px;
}

/* remove all the bullets, borders and padding from the default list styling */


.menuDD ul {
	padding:0; 
	margin:0; 
	list-style-type:none; 
}
.menuDD ul ul {
	width:180px; 
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menuDD positon */


.menuDD li {
	float:left; 
	width:180px; 
	position:relative; 
}

/* style the links for the top level */


.menuDD a, .menuDD a:visited {
	display:block; 
	font-size:11px; 
	text-decoration:none; 
	 color:#ccc; 
	 width:190px; 
	 height:30px; 
	 border:1px solid #fff; 
	 border-width: 1px; 
	background:#b12125 url(../images/menu/bgselect.gif); 
	 padding-left:0px; 
	 line-height:28px; 
	 font-weight:500; 
}

/* a hack so that IE5.5 faulty box model is corrected */


* html .menuDD a, * html .menuDD a:visited {
	width:190px; 
	 w\idth:190px; 
}


/* style the second level background */


.menuDD ul ul a.drop, .menuDD ul ul a.drop:visited {
	background:#00f; 
	font-size:10px; 
	 padding:0px 0px 0px 0px; 
}

/* style the second level hover */


.menuDD ul ul a.drop:hover{
	background:#f00; 
}
.menuDD ul ul :hover > a.drop {
	background:#0f0; 
}

/* style the third level background */


.menuDD ul ul ul a, .menuDD ul ul ul a:visited {
	background:#900; 
}

/* style the third level hover */


.menuDD ul ul ul a:hover {
	background:#090; 
}



/* hide the sub levels and give them a positon absolute so that they take up no room */


.menuDD ul ul {
	visibility:hidden; 
	position:absolute; 
	height:0; 
	top:31px; 
	left:0; 
	 width:180px; 
	border-top:1px solid #fff; 
}

/* another hack for IE5.5 */


* html .menuDD ul ul {
	top:30px; 
	t\op:31px; 
}


/* position the third level flyout menuDD */


.menuDD ul ul ul{
	left:149px; 
		top:-1px; 
	 width:149px; 
}


/* position the third level flyout menuDD for a left flyout */


.menuDD ul ul ul.left {
	left:-149px; 
}


/* style the table so that it takes no ppart in the layout - required for IE to work */


.menuDD table {
	position:absolute; 
	 top:0; 
	 left:0; 
	 border-collapse:collapse; 
	;}


/* style the second level links */


.menuDD ul ul a, .menuDD ul ul a:visited {
	 background-color:#b22; 
	background-image: url(../images/menu/button1.gif); 
	 color:#ccc; 
	 height:auto; 
	 line-height:1em; 
	 padding:5px 0px 2px 10px; 
	 width:180px; 
	border-width:0 1px 1px 1px; 
}

/* yet another hack for IE5.5 */


* html .menuDD ul ul a, * html .menuDD ul ul a:visited {
	width:180px; 
	w\idth:180px; 
}


/* style the top level hover */


.menuDD a:hover, .menuDD ul ul a:hover{
	color:#fff; 
	 background-color:#b22; 
	background-image: url(../images/menu/button2.gif); 
	
}
.menuDD :hover > a, .menuDD ul ul :hover > a {
	color:#fff; 
	background:#b12125 url(../images/menu/button2.gif); 
}


/* make the second level visible when hover on first level list OR link */


.menuDD ul li:hover ul,
.menuDD ul a:hover ul{
	visibility:visible; 
	 }

/* keep the third level hidden when you hover on first level list OR link */


.menuDD ul :hover ul ul{
	visibility:hidden; 
}

/* make the third level visible when you hover over second level list OR link */


.menuDD ul :hover ul :hover ul{
	 visibility:visible; 
}
