/* ================================================================ 
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;
	height:2.2em;
	background:url(../media/interface/menuBgHover.gif);
	position:relative;
	margin:1em 0 0 0;
	background-color:#fff;
	padding:0;
	width:832px;
	font-family: "Times New Roman", Times, serif;
}


#menu li {float:left; padding:0; margin:0 1px 0 0; position:relative; width:10em; height:1px; z-index:100;}
#menu li a, #menu li a:visited {text-decoration:none;}

#menu dl {position:absolute; top:0; left:0; width: 10em; margin: 0; padding: 0;background:url(../media/interface/menuBgHover.gif);  }
#menu dt {margin:0;font-size: 1.1em;  width:10em; float:left;}
#menu dd {display:none; clear:left; margin:0; padding:0; color: #fff; font-size: 1em; text-align:left;
/*filter: alpha(opacity=85);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
 -moz-opacity: 0.85; opacity:0.85;*/
}

#menu dt a, #menu dt a:visited {display:block; color:#666; padding: 5px 5px 5px 20px; width:10em;}
#menu dd a, #menu dd a:visited {background:#b2ab9b; text-decoration:none; display:block; padding:4px 5px 4px 20px; width:276px;}

#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:301px;}
#menu li a:hover dt a, #menu dd a:hover {background:url(../media/interface/menuBgHover.gif); color:#333;}
#menu li:hover dt a{color:#000;}

