#menupad {height:140px;}
/* ================================================================ 
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.cssmenudrops.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#menudrop {padding: 0.5em 0;
	/*margin-left: 280px;*/
	left: 280px;
	position: absolute;
	bottom: 20px;
	font-size: 1.2em;
	z-index:500;
	top: 82px; }
#menudrop li {float:left; margin-right:1px;}
#menudrop li a {text-decoration: none;
	padding: 0.5em 0.8em;
	padding-bottom: 0.6em;
	font-size: 14px;
	display:block;
	color: #ece1f1;
	font-weight: bold; }

#menudrop b { text-transform: uppercase;}
	
#menudrop 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 */

#menudrop li a:hover {z-index:200; position:relative;color:#fff;}
#menudrop li:hover {position:relative; z-index:200;}

#menudrop li:hover > a {color: #fff;}
#menudrop li:hover > a.sub {color:#fff; }

#menudrop li.current a { color:#4d306b; background-color: #ffffff; }

#menudrop li a.sub {background: transparent; }
#menudrop li.current a.sub {background-color: #fff;	color: #4d306b;}

#menudrop :hover ul {left:0; top:25px; width:120px; }

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

#menudrop :hover ul :hover ul
{left:220px; top:-1px; background:#c21200; white-space:nowrap; width:100px; z-index:200; height:auto;}

#menudrop :hover ul li {margin:0; border-top:1px solid #4d306b;}
#menudrop :hover ul li a {width:280px; padding:0; text-indent:10px; background:#eee; color:#4d306b; line-height:30px;}
#menudrop :hover ul li a.fly {background:#eee;}

#menudrop :hover ul :hover {background-color:#4d306b; color:#fff;}
#menudrop :hover ul :hover a.fly {background-color:#4d306b; color:#fff;}

#menudrop :hover ul li.currentsub a {background:#4d306b; color:#fff; }
#menudrop :hover ul li.currentsub a.fly {background: #4d306b ; color:#fff; }

#menudrop :hover ul :hover ul li a {width:280px; padding:0; text-indent:10px; background:#FFF; color:#4d306b;}
#menudrop :hover ul :hover ul :hover {background-color:#4d306b; color:#fff;}

#menudrop :hover ul :hover ul li.currentfly a,
#menudrop :hover ul :hover ul li.currentfly a:hover {background:#4d306b; color:#fff;}
