/* ================================================================ 
	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:888px; height:60px; position:relative; z-index:1000; background-color:#ffffff }

/* remove all the bullets, borders and padding from the default list styling */
.menu ul															{ padding:12px; margin:0; list-style-type:none; }
.menu ul ul 													{ width:140px; padding:0 }

/* 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:120px; position:relative; background-image:url(../pics/tab.gif); background-repeat:no-repeat; margin-right: 6px; }
.menu li.home, .menu .home>a:hover		{ float:left; width:48px; position:relative; background: #fff url(../pics/tab_home.gif) no-repeat; margin-right: 6px; }

/* style the links for the top level */
.menu a, .menu a:visited 							{ display:block; text-decoration:none; color:#32004b; font-size:14px; width:110px; height:48px; padding-left:10px; line-height: 48px; }

/* 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:48px; left:0; width:120px; border-top:1px solid #FFF; }

/* 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:#670059; font-size:12px; text-transform:none; color:#FFFFFF; height:auto; line-height:1em; padding:5px 10px;
																				width:120px; border-bottom:1px solid #979797; }
/* style the top level hover */
.menu a:hover 												{ color:#000; background:#b7d186; background-image:url(../pics/tab.gif); }
	
.menu ul ul a:hover 									{ color:#fff; background:#45494c; }
.menu ul ul :hover > a 								{ color:#fff; background:#45494c; }
/* 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; }

.menu a.activ 												{ color: #fff; background-image:url(../pics/tabs.gif); background-repeat:repeat-x; }


