
/* ================================================================ 
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/drop_definition4.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 {list-style-type:none; margin:0px 0px 0px 0px; padding:0; z-index:1;}

#menu li {float:left; padding:0; margin:0 1px 0 0; position:relative; width:127px; height:1px; z-index:1;}
#menu li a, #menu li a:visited {font-family: Arial; color: black; text-decoration:none; text-align: center;}

#menu dl {position:absolute; top:0; left:0; width: 127px; margin: 0; padding: 0; border:1px solid #feaa00;}
#menu dt
{
	background: transparent url(xblockactive4.gif) center center repeat-y;
	margin:0;font-size: 11px; width:127px; float:left;
}
#menu dd {display:none; background: transparent; border-top:1px solid #feaa00; clear:left; margin:0; padding:0; color: white; font-size: 11px; text-align:left; width: 127px;}

#menu dt a, #menu dt a:visited {display:block; color:black; padding: 5px 0px 5px 0px; width:127px;}
#menu dd a, #menu dd a:visited
{
	background:#ffcc00;
	color:black; text-decoration:none; display:block; padding:4px 0px 4px 0px; width:127px;}

#menu li a:hover {border:0;}

#menu li:hover dd, #menu li a:hover dd {display:block;}
#menu li:hover dl, #menu li a:hover dl {width:127px;}
#menu li:hover dt a, #menu li a:hover dt a
{
	background: transparent url(xblockactive4.gif) center center repeat-x;
	color:black;
}
#menu dd a:hover
{
	background: transparent url(men3.png) center center repeat-y;
	color:black;
}
