/* ================================================================
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_definition2.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 10px 50px 5px;
	padding:0;
}
#menu li {
	float:left;
	padding:0;
	margin:0 0px 0 1px;
	position:relative;
	width:104px;
	height:3em;
	z-index:100;
}
#menu li dl {position:absolute; top:0; left:0;padding-bottom:5px;}
#menu li a, #menu li a:visited {text-decoration:none;}
#menu li dd {display:none;}
#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:10px;}
#menu table {border-collapse:collapse; padding:0; margin:-1px; font-size:1em;}
#menu dl {
	width: 103px;
	margin: 0;
	padding: 0;
	background: #ff0000;
	text-align: left;
}
#menu dt {
	margin:0;
	padding: 5px 5px 5px 10px;
	font-size: 12px;

	border-bottom:1px solid #a8d4a8;
	border-top:1px solid #d1efd1;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
}

#menu .one {background: #004000; border-top:5px solid #008000;}
#menu .two {background: #600060; border-top:5px solid #a000a0;}
#menu .three {background: #004000; border-top:5px solid #008000;}
#menu .four {background: #600060; border-top:5px solid #a000a0;}
#menu .five {background: #004000; border-top:5px solid #008000;}
#menu .six {background: #600060; border-top:5px solid #a000a0;}
#menu .seven {background: #004000; border-top:5px solid #008000;}


#menu .one dt {background: #006000;}
#menu .two dt {background: #800080;}
#menu .three dt {background: #006000;}
#menu .four dt {background: #800080;}
#menu .five dt {background: #006000;}
#menu .six dt {background: #800080;}
#menu .seven dt {background: #006000;}


#menu dt a, #menu dt a:visited {display:block; color:#FFF8DC;}

#menu dd {
	margin:0;
	padding:0;

	font-size: 11px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
}

#menu .one dd {border-bottom:1px solid #004000;}
#menu .two dd {border-bottom:1px solid #600060;}
#menu .three dd {border-bottom:1px solid #004000;}
#menu .four dd {border-bottom:1px solid #600060;}
#menu .five dd {border-bottom:1px solid #004000;}
#menu .six dd {border-bottom:1px solid #600060;}
#menu .seven dd {border-bottom:1px solid #004000;}


#menu dd.last {border-bottom:1px solid #a8d4a8;}


#menu dd a, #menu dd a:visited {

	text-decoration:none;
	display:block;
	padding:4px 0px 4px 5px;
	width:95px;
}

#menu .one dd a {background:#ddffdd; color:#006000;}
#menu .two dd a {background:#ffddff; color:#800080;}
#menu .three dd a {background:#ddffdd; color:#006000;}
#menu .four dd a {background:#ffddff; color:#800080;}
#menu .five dd a {background:#ddffdd; color:#006000;}
#menu .six dd a {background:#ffddff; color:#800080;}
#menu .seven dd a {background:#ddffdd; color:#006000;}


#menu .one dd a:hover {background: #006000; color:#ddffdd;}
#menu .two dd a:hover {background: #800080; color:#ffddff;}
#menu .three dd a:hover {background: #006000; color:#ddffdd;}
#menu .four dd a:hover {background: #800080; color:#ffddff;}
#menu .five dd a:hover {background: #006000; color:#ddffdd;}
#menu .six dd a:hover {background: #800080; color:#ffddff;}
#menu .seven dd a:hover {background: #006000; color:#ddffdd;}
