/* ================================================================ 
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/flyoutt.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.
=================================================================== */
/* common styling */
.menu {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	width:207px;
	height:150px;
	position:relative;
	margin:0;
	font-size:11px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 50px;
	margin-left: 0;
}
.menu ul li a, .menu ul li a:visited {
	display:block;
	text-decoration:none;
	color:#fff;
	width:201px;
	height:20px;
	text-align:left;
	background:#000033;
	line-height:19px;
	font-size:11px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
}
.menu ul {
	margin:0;
	list-style-type: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.menu ul li {float:left; margin-right:1px; position:relative;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {
	color:#fff;
	background-color: #069;
}
.menu ul li:hover ul {
	display:block;
	position:absolute;
	top:0;
	left:201px;
	width:200px;
	padding-left: 5px;
}
.menu ul li:hover ul li a.hide {
	background:#069;
	color:#fff;
}
.menu ul li:hover ul li:hover a.hide {width:200px;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#069; color:#fff; width:200px;}
.menu ul li:hover ul li a:hover {background:#069; color:#000;}
.menu ul li:hover ul li:hover ul {
	display:block;
	position:absolute;
	left:202px;
	top:0;
	color:#000;
}
.menu ul li:hover ul li:hover ul li a {
	display:block;
	width:200px;
	background:#069;
	color:#fff;
}
.menu ul li:hover ul li:hover ul li a:hover {
	background:#069;
	color:#000;
}
#footer {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#footer ul {
	width: 700px;
	text-align: center;
}
#footer ul li a {
	color: #FFF;
	padding-right: 10px;
	text-decoration: underline;
}
#footer ul li {
	display: inline;
}
#divtext {
	width: 533px;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;	
}
.style1 {
	font-size: 13px;
	font-weight: bold;
	color: #F00
}
.style6 {
	font-size: 13px;
	font-weight: bold;
	color:#C00
}
.style10 {
	font-weight: normal;
	color:#FFF;
}
#divtext a {
	font-size: 13px;
	font-weight: normal;
	color:#F30;
}#usda {
	text-align: justify;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 10px;
	padding: 10px;
}
#menufrag {
	width: 600px;
	padding: 0;
	text-decoration: none;
	text-align: center;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;

}

#menufrag ul {
	padding: 0;
	list-style-type: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 45px;	
}

#menufrag li {
	/*width: 7em;*/
    margin-right: 1em;
	text-align: center;
	/*padding: 5px;*/
	float: left;
	/*background-color: #fff;
	background-image: none;	*/

}

#menufrag a {
	display: block;
    width: 100%;
	padding: 5px;
    text-decoration: none;
	background-color: #fff;
	color: #000000;

}

#menufrag a:hover {
	background-color: #999;
	color: #fff;
}
