/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/pro_drop12.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#menu
{
	padding:0px 0px 0px 10px;
	width:550px;
	margin:0;
	list-style:none;
	height:60px;
	position:absolute;
	font-family:Arial, Helvetica, sans-serif;
}
#menu li.top { display:block; float:left; }

#menu li a.top_link { display:block; height:48px; float:left; line-height:16px; font-size:8pt; font-weight:bold; padding:6px 10px 0px 8px; margin:0px; position:relative; color:#FFFFFF; text-decoration:none; }

#menu li a.top_link:hover { color:#6699CC; }
#menu li:hover a.top_link { color:#6699CC; }

/*----------------------------------------*/

#menu table { position:absolute; top:-16px; left:0; }

#menu a:hover { visibility:visible; position:relative; }
#menu li:hover { position:relative; }

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

#menu :hover ul { left:0px; top:60px; }
#menu :hover ul li { display:block; font-weight:bold; }

#menu :hover ul li a { display:block; position:relative; font-size:8pt; text-indent:10px; padding-top:4px; color:#FFFFFF; text-decoration:none; white-space:nowrap; }

#menu :hover ul li a:hover { color:#6699CC; }
#menu :hover ul li:hover a { color:#6699CC; }

#menu ul li { background: url(../images/bg.png); }
