/* ================================================================ 
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_definition.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:10px 0 50px 20px; 
	_margin:10px 0 60px 20px; 
	padding:0;
	}
#menu li 
	{
	float:left; 
	padding:0; 
	margin:0 1px 0 0; 
	position:relative; 
	width:150px; 
	height:3em; 
	z-index:100;
	}
#menu li dl 
	{
	position:absolute; 
	top:0; 
	left:0;
	}
#menu li a, #menu li a:visited 
	{
	text-decoration:none;
	}
#menu li dd 
	{
	display:none;
	}
#menu li:hover, #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 
	{
	padding-bottom:20px;
	}
#menu table 
	{
	border-collapse:collapse; 
	padding:0; 
	margin:-1px; 
	font-size:1.2em;
	}
#menu dl 
	{
	width: 150px; 
	margin: 0; 
	padding: 0; 
	background: #00CC00 url(../images/menu/bottom.gif) no-repeat bottom left; 
	text-align:center; 
	cursor:pointer;
	}
#menu dt 
	{
	margin:0;
	padding: 5px; 
	font-size: 1.2em; 
	color: #fff; 
	border-bottom:1px solid #00CC00;/*Changed from #444 24.04.09..*/
	}
#menu .one 
	{
	background: #00CC00 url(../images/menu/top.gif) no-repeat top left;
	}
#menu .two 
	{
	background: #b4f31c url(../images/menu/top.gif) no-repeat top left;
	}
#menu .three 
	{
	background: #00CC00 url(../images/menu/top.gif) no-repeat top left;
	}
#menu .four 
	{
	background: #b4f31c url(../images/menu/top.gif) no-repeat top left;
	}
#menu dd 
	{
	margin:0; 
	padding:0; 
	color: #fff; 
	font-size: 1.2em; 
	background: #47a; 
	text-align:left;
	}
#menu dd.last 
	{
	border-bottom:1px solid #444;
	}
.gallery dt a, .gallery dt a:visited 
	{
	display:block; 
	color:#444;
	}
.gallery dd a, .gallery dd a:visited 
	{
	color:#000; 
	text-decoration:none; 
	display:block; 
	padding:4px 5px 4px 20px;
	background: #c9dbf7 url(../images/menu/arrow2.gif) no-repeat 10px 10px; width:125px;
	}
.gallery dd a:hover 
	{
	background: #258 url(../images/menu/arrowr.gif) no-repeat 11px 10px; 
	color:#fff;
	}