/* ================================================================ 
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-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
background:#000000; 
height:30px; 
padding-left:10px; 
padding-right:10px; 
}

.menu a, .menu a:hover, .menu a:link, .menu a:visited {
font-size:12px;
color:#FFFFFF; 
}

.submenuitem {
	color:white;
	background:#000000; 
	width:210px;
	height:22px;	
	line-height:22px;
	border:1px white solid;
	padding:3px;
		}

.submenu {
	z-index:100;
	width:210px;
	position:absolute;
	margin-left:1px;
	margin-top:25px;
		}
		
		
.submenu .submenu {
	z-index:210;
	width:210px;
	position:absolute;
	margin-left:210px;
	margin-top:-22px;
		}

