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

#menu {
	width:185px; 
	height:28px; 
	position:relative; 
	z-index:100;
	border:0px solid #000; 
	font-family:arial, sans-serif;
}

/* hack to correct IE5.5 faulty box model */
* html #menu {
	width:185px; 
	w\idth:184px;
}
/* remove all the bullets, borders and padding from the default list styling */
#menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
#menu ul ul {
	/*width:149px;*/
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#menu li {
	float:left;
	width:185px;
	position:relative;
}
/* style the links for the top level */
#menu a, #menu a:visited {
	display:block;
	font-size:12px;
	text-decoration:none; 
	color:#fff; 
	width:185px; 
	height:28px; 
	background:url(../../global/images/p-1.jpg) no-repeat;
	line-height:28px; 
	font-weight:bold;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html #menu a, * html #menu a:visited {
	width:196px; 
	w\idth:185px;
}

/* style the second level background */
#menu ul ul a.drop, #menu ul ul a.drop:visited {
	color:#FFFFFF;
	background:#FFFFFF url(../../global/images/second_drop.jpg) repeat-x 144px center;
	/*background:#d4d8bd url(../../global/images/grey-arrow.gif) no-repeat 130px center;*/
}

/* style the second level background */
#menu ul ul a.second_top, #menu ul ul a.second_top:visited {
	color:#FFFFFF;
	line-height:18px;
	cursor:default;
	background:#FFFFFF url(../../global/images/second_top.jpg) repeat-x 144px center;
}



/* style the second level background */
#menu ul ul a.second_bottom, #menu ul ul a.second_bottom:visited {
	color:#FFFFFF;
	line-height:20px;
	cursor:default;
	background:#FFFFFF url(../../global/images/second_foot.jpg) repeat-x 144px center;
}

/* style the third level top background */
#menu ul ul ul a.third_top, #menu ul ul a.third_top:visited {
	color:#FFFFFF;
	line-height:17px;
	cursor:default;
	background:#FFFFFF url(../../global/images/third_top.jpg) repeat-x 142px center;
}


/* style the third level background */
#menu ul ul ul a.third_bottom, #menu ul ul a.third_bottom:visited {
	color:#FFFFFF;
	line-height:28px;
	cursor:default;
	background:#FFFFFF url(../../global/images/third_foot.jpg) repeat-x 142px center;
}




/* style the second level hover */
#menu ul ul a.drop:hover{
	color:#cecccd;
	background:#FFFFFF url(../../global/images/second_drop_hover.jpg) repeat-x 144px center;
	/*background:#c9ba65 url(../../global/images/blue-arrow.gif) no-repeat 130px center;*/
}
/* style the second level hover top */
#menu ul ul a.second_top:hover{
	color:#cecccd;
	line-height:18px;
	cursor:default;
	background:#FFFFFF url(../../global/images/second_top.jpg) repeat-x 144px center;
	/*background:#c9ba65 url(../../global/images/blue-arrow.gif) no-repeat 130px center;*/
}

/* style the third level hover top */
#menu ul ul ul a.third_top:hover{
	color:#cecccd;
	line-height:17px;
	cursor:default;
	background:#FFFFFF url(../../global/images/third_top.jpg) repeat-x 142px center;
	/*background:#c9ba65 url(../../global/images/blue-arrow.gif) no-repeat 130px center;*/
}


/* style the second level hover top */
#menu ul ul a.second_bottom:hover{
	color:#cecccd;
	line-height:20px;
	cursor:default;
	background:#FFFFFF url(../../global/images/second_foot.jpg) repeat-x 144px center;
	/*background:#c9ba65 url(../../global/images/blue-arrow.gif) no-repeat 130px center;*/
}

/* style the third level hover top */
#menu ul ul ul a.third_bottom:hover{
	color:#cecccd;
	line-height:28px;
	cursor:default;
	background:#FFFFFF url(../../global/images/third_foot.jpg) repeat-x 142px center;
	/*background:#c9ba65 url(../../global/images/blue-arrow.gif) no-repeat 130px center;*/
}

#menu ul ul :hover > a.drop {
	color:#cecccd;
	background:#FFFFFF url(../../global/images/second_drop_hover.jpg) repeat-x 144px center;
	/*background:#c9ba65 url(../../global/images/blue-arrow.gif) no-repeat 130px center;*/
}
/* style the third level background */
#menu ul ul ul a, #menu ul ul ul a:visited {
	/*background:#e2dfa8;*/
	background:#FFFFFF url(../../global/images/third_none.jpg) repeat-x 142px center;
	}
/* style the third level hover */
#menu ul ul ul a:hover {
	/*background:#b2ab9b;*/
	background:#FFFFFF url(../../global/images/third_none_hover.jpg) repeat-x 142px center;
	}


/* hide the sub levels and give them a positon absolute so that they take up no room */
#menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:28px;
	left:0; 
	width:144px;
	border-top:0px solid #000;
}


/* another hack for IE5.5 */
* html #menu ul ul {
	top:28px;
	padding-left:0px;
	t\op:28px;
}

/* another hack for IE5.5 */
* html #menu ul {
	top:28px;
	left:20px;
	t\op:28px;
}

/* position the third level flyout menu */
#menu ul ul ul{
	left:-144px; 
	top:0px; 
	width:144px;
}

/* position the third level flyout menu for a left flyout */
#menu ul ul ul.left {
	left:-144px;
}
*html #menu ul ul ul.left{
	left:-164px;
}

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

/* style the second level links */
#menu ul ul a, #menu ul ul a:visited {
	/*background:#d4d8bd; */
	color:#FFFFFF; 
	height:auto; 
	line-height:30px;  
	/*padding:5px 10px; */
	width:144px;
	text-align:center;
	background:#FFFFFF url(../../global/images/second_none.jpg) repeat-x 144px center;
	border-width:0 0px 0px 0px;	
}
/* yet another hack for IE5.5 */
* html #menu ul ul a, * html #menu ul ul a:visited {
	width:196px;
	w\idth:144px;}

/* style the top level hover */
#menu a:hover {
	color:#000; 
	background:url(../../global/images/p-1.jpg) repeat-x 185px center;
} 
#menu ul ul a:hover{
	color:#cecccd;
	background:#FFFFFF url(../../global/images/second_none_hover.jpg) repeat-x 144px center;
}
#menu :hover > a{
	color:#cecccd;
	background:#FFFFFF url(../../global/images/p-1.jpg) repeat-x 185px center;
}

#menu ul ul :hover > a {
	color:#cecccd;
	background:#FFFFFF url(../../global/images/second_none_hover.jpg) repeat-x 144px center;
}
/* make the second level visible when hover on first level list OR link */
#menu ul li:hover ul{visibility:visible;}
#menu ul a:hover ul{visibility:visible;}
* html #menu ul a:hover ul{visibility:visible;}

/* keep the third level hidden when you hover on first level list OR link */
#menu ul li:hover ul ul{visibility:hidden;}
* html #menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
#menu ul ul li:hover .left{ visibility:visible;}
* html #menu ul :hover ul :hover ul{ visibility:visible;}
