ul, li {
	margin: 0px 0px 0px 0px;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

#nav {
	position:relative;
	top:0px;
	z-index:1;
	left: -29px;
	border: 0px solid #333333;
	height:28px;
	width:570px;
	padding:0;
	padding-top:4px;
	margin-left:0px;
	margin-right:0px;
}


margin: 0;
	padding: 0;

#pad {height:100px;}
/* ================================================================ 
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.cssmenus.co.uk
Copyright (c) 2409- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#menu { list-style:none; position:relative; z-index:500; background-color:#d4ac55; width:580px; border: 0px solid #333333; margin:0px; margin-top:0px; height:28px; font-family:arial, verdana, sans-serif;}
#menu li {float:left; margin-right:0px; margin:0px;}
#menu li a {display:block; float:left; height:28px; line-height:26px; background-color:#d4ac55; color:#FFF; text-decoration:none; font-size:14px; font-weight:normal; padding:0 18px 0 10px; margin: 0px 0px 0px 0px;}


#menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

#menu li a:hover {z-index:240; position:relative;color:#990000; background-color:#d4ac55;}
#menu li:hover {position:relative; z-index:240;}

#menu li:hover > a {color:#990000; background:#d4ac55;}
#menu li:hover > a.sub {color:#990000; background-color:#d4ac55;}

#menu li.current a {color:#fff; background:#d4ac55;}

#menu li a.sub {background: #d4ac55 url(down-arrow.gif) no-repeat right center;}
#menu li.current a.sub {color:#fff; background:#d4ac55 url(down-arrow.gif) no-repeat right center;}

#menu :hover ul {left:0; top:28px; width:120px; background:#444;}

/* keep the 'next' level invisible by placing it off screen. */
#menu ul, 
#menu :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

/* POSITION AND WIDTH ADJUSTMENT FOR DROP MENU */
#menu :hover ul :hover ul
{left:149px; top:-1px; background:#222; white-space:nowrap; width:100px; z-index:240; height:auto;}

#menu :hover ul li {font-size:11px; margin:0; border-top:1px solid #FFF;}
#menu :hover ul li a {font-size:11px; width:150px; padding:0; text-indent:10px; background:#d4ac55; color:FFF; height:30px; line-height:30px;}
#menu :hover ul li a.fly {font-size:11px; background:#d4ac55 url(right-arrow.gif) no-repeat right center;}

#menu :hover ul :hover {font-size:11px; background-color:#01418b; color:#FFF;}
#menu :hover ul :hover a.fly {font-size:11px; background-color:#01418b; color:#FFF;}

#menu :hover ul li.currentsub a {font-size:11px; background:#d4ac55; color:#fff;}
#menu :hover ul li.currentsub a.fly {font-size:11px; background:#d4ac55 url(right-arrow.gif) no-repeat right center; color:#fff;}

FlY OUT MENU */
#menu :hover ul :hover ul li a {width:140px; padding:0; text-indent:10px; background:#01418b; color:#000;}
#menu :hover ul :hover ul :hover {background-color:#990000; color:#fff;}

#menu :hover ul :hover ul li.currentfly a,
#menu :hover ul :hover ul li.currentfly a:hover {background:#d4ac55; color:#fff;}

