/* ================================================================ 
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;
	text-align: center;
	width: 952px;
	font-weight: bold;
	font-size: 0.65em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 0px;
	background-color: #38E3E3;
	height: 35px;
	line-height: 240%;
	color: #099;
	letter-spacing: 1px;
}

#menu li {
	position:relative;
	float:left;
	width:119px;
	height:35px;
	z-index:100;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#menu li a, #menu li a:visited {text-decoration:none;}
#menu dl {
	top:0;
	left:0;
	width: 119px;
	background: transparent url(transparency.gif);
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin: 0;
	padding-top: 0;
	position: absolute;
}
#menu dt {
	width:119px;
	float:left;
	padding-bottom: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
#menu dd {
	display:none;
	background: transparent;
	clear:left;
	margin:0;
	padding:0px;
	color: #099;
	text-align:center;
}

#menu dt a, #menu dt a:visited {
	display:block;
	color:#099;
	width:119px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	height: 25px;
}
#menu dd a, #menu dd a:visited {
	color:#099;
	text-decoration:none;
	display:block;
	width:119px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-color: #38E3E3;
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #099;
	margin-left: 0px;
	line-height: 135%;
	letter-spacing: 0px;
}

#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 {
	color:#FFF;
	background-color: #099;
	height: 25px;
}
#menu dd a:hover {
	color:#FFF;
	background-color: #099;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #099;
}



#basemenu {
	text-align: center;
	width: 950px;
	color: #FFF;
	padding-top: 78px;
	height: 2px;
}


#basemenu ul {
	padding: 0;
	list-style-type: none;
	font-size: 0.6em;
	font-weight: bold;
	margin: 0;
}
#basemenu ul li {
	list-style-type: none;
	display: inline;
	margin: 0;
}
#basemenu ul li a:link, #basemenu ul li a:visited{
	padding-left: 0px;
	width: 101px;
	float: left;
	text-align: center;
	height: 20px;
	padding-right: 0px;
	color: #FFF;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 0px;
}
#basemenu ul li a:hover {
	color: #38E3E3;
}
#basemenu ul li a.wider {
	width: 122px;
}
.hidden {
	visibility: hidden;
}
.noscript {
	color: #FFF;
	text-align: center;
	padding: 2px;
	border: 1px dotted #0CF;
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
	background-color: #900;
}