@charset "UTF-8";
/* CSS Document */
/* ================================================================ 
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 { margin-right: -10px; border-bottom-style: none; border-top-style: none; margin-left: 0px; margin-bottom: 35px; margin-top: 0px; padding-left: 0; padding-bottom: 0; padding-right: 0; padding-top: 0px; list-style-type:none;}

#menu li { border-top-style: none; border-top-width: thin; margin-right: 0px; margin-left: 0px; margin-bottom: 0; margin-top: 0; float:left; padding:0; position:relative; width: 119px; height: 2px; z-index:100;}
#menu li a, #menu li a:visited { text-decoration:none;}

#menu dl {
	border-bottom-style: none;
	margin-left: 0px;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 0;
	position:absolute;
	top:-1px;
	left:0px;
	width: 119px;
	padding: 0;
	background: transparent url(transparency.gif);
}
#menu dt { border-top-color: #003366; border-top-width: thin; border-bottom-color: #003366; border-bottom-width: thin; font-family: Helvetica, Verdana, Arial; border-top-style: dotted; border-bottom-style: dotted; color: white; margin:0;font-size: .95em; width: 119px; float:left;}
#menu dd { border-bottom-style: none; background-color: #003366; display:none; background: transparent; clear:left; margin:0; padding:0; color: #fff; font-size: .75em; text-align:left;}

#menu dt a, #menu dt a:visited { border-bottom-style: none; background-color: #003366; padding-left: 5px; padding-bottom: 5px; padding-right: 20px; padding-top: 8px; display:block; color: white; width: 100px;}
#menu dd a, #menu dd a:visited {background-color: #003366; padding-right: 10px; padding-left: 10px; padding-bottom: 4px; padding-top: 4px; font-family: Helvetica, Verdana, Arial, sans-serif; color: white; text-decoration:none; display:block; width: 119px;}

#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: 119px;}
#menu li:hover dt a, #menu li a:hover dt a, #menu dd a:hover { background: #cc0000; color: white;}
