/* ================================================================ 
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.
=================================================================== */
#dlmenu {
	height:0px;
	margin-top: 0px;
	width: 0px;
}
#dlmenu2 {
	height:0px;
	margin-top: 0px;
	width: 0px;
}
#dlmenu3 {
	height:0px;
	margin-top: 0px;
	width: 0px;
}
#menu {
	list-style-type:none;
	margin:0px 0px 2px 0px;
	padding:0px 0px 5px 0px;
	position:absolute;
	width:11em;
	z-index:100;
	visibility: visible;
	margin-top: 320px;
}
#menu li {
	display:block; 
	padding:0; 
	margin:0; 
	position:relative; 
	z-index:100;
}
#menu li a, #menu li a:visited {
	display:block; 
	text-decoration:none;
}
#menu li dd {
	display:none;
}
#menu li:hover, #menu li a:hover {
	border:0;
}
#menu li:hover dt a , #menu li a:hover dt a {
	background:#d4d8bd url(../top_grad2.gif) center center;
	background-repeat: no-repeat;
	color:#003366;
}
#menu li:hover dd, #menu li a:hover dd {
	display:block;
}
#menu li:hover dl, #menu li a:hover dl { 
	background:#003366 url(../top_grad2.gif);
}
#menu table {
	border-collapse:collapse;
	padding:1px 1px;
	margin-top: -2px;
	font-size:1em;
}
#menu dl {
	width: 11.5em; 
	margin: -1px; 
	cursor:pointer;
}
#menu dt {
	margin:0; 
	padding: 0; 
	font-family:"Times New Roman", Times, serif; 
	font-size:14px; 
	border-top:1px solid #fff;
	}
#menu dd {
	margin:0; 
	padding:0; 
	font-family:"Times New Roman", Times, serif 
	font-size: 14px; 
	text-align:left; 
}
.gallery dt a, .gallery dt a:visited {
	display:block; 
	color:#fff; 
	margin-top: 0px; 
	text-decoration:none; 
	padding:5px 5px 5px 10px; 
	background:#fff url(../top_grad.gif);
	background-repeat: no-repeat;;
}
.gallery dd a, .gallery dd a:visited {
	color:#003366; 
	min-height:1em; 
	text-decoration:none; 
	display:block; 
	padding:4px 5px 4px 15px; 
	background:#fff url(../sub_grad.gif);
}
* html .gallery dd a, * html .gallery dd a:visited {
	height:1em;
}
.gallery dd a:hover {
	background:#ccccff; 
	color:#003366;
}
.ie6 {
	margin: 0;
}
