/* ================================================================ 
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 { border-left: 5px solid #FFFFFF; width:730px; height:23px; position:relative; z-index:100; }
/* 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:141px;}
/* 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:141px;position:relative;border-right: 5px solid #FFFFFF;}
/* style the links for the top level */
.menu a, .menu a:visited {text-align:center; display:block;font-size:75%; text-decoration:none; color:#fff; width:141px; height:21px; border-top:1px solid #353841; border-bottom:1px solid #353841; background:#353841; line-height:21px; font-weight:bold;}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}

/* 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:22px;left:0; width:141px;border-top:1px solid #FFFFFF;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#353841; color:#fff; height:auto; line-height:1em; padding:5px 10px; width:121px;border-top:1px solid #FFFFFF; border-bottom:1px solid #FFFFFF;}

/* style the top level hover */
.menu a:hover{border-top:1px solid #fdba31; border-bottom:1px solid #fdba31; color:#353841; background:#fdba31; } 
.menu ul ul a:hover{color:#353841; background:#fdba31; border-top:1px solid #FFFFFF; border-bottom:1px solid #FFFFFF;}
.menu :hover > a {border-top:1px solid #fdba31; color:#353841; background:#fdba31; }  
.menu ul ul :hover > a {color:#353841; background:#fdba31;}

/* 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; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

#topmenu {
	float: left;
	font-size: 80%;
	display: inline;
	margin-top: 13px;
	margin-left: 10px;
	color:#353841; 
}

#topmenu A:link {
	COLOR: #cc8b00; TEXT-DECORATION: none
}
#topmenu A:visited {
	COLOR: #cc8b00; TEXT-DECORATION: none
}
#topmenu A:hover {
	COLOR: #cc8b00; TEXT-DECORATION: underline
}
#topmenu A:active {
	COLOR: #cc8b00; TEXT-DECORATION: none
}


