/*  
+++++++++++++++++++++  CSS for the  HEADER  +++++++++++++++++++++++
*/
@charset "UTF-8";

#geader { 
	position: relative;
	background: #FFEE88; 
	padding: 2px 10px 2px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border-top:solid;
	border-top-width:medium;
	border-top-color:#228844;
	border-left-color: #228844;
	border-left-style: solid;
	border-left-width: thin;
	border-right-color: #228844;
	border-right-style: solid;
	border-right-width: thin;
	margin: 0;
}  

#logo {
	margin: 0;
	padding: 0px;
	width: 10%;
}

#memu {
	margin: 0 8em 0 1em;
	padding: 0;
	width: 690px;
}

#pageTitle {
	color: #228844;
	font-weight: 800;
}

.floatright { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.floatleft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.greeting {
	position: relative;
	top: 80px;
	left: 120px;
}

/* ++++++++++++++  BEGIN: CSS-base MENU  +++++++++++++++++  */

ul {
	padding: 0;
	margin: 0;
	width: 120px;
}
ul li {
	list-style-type: none;
	border-bottom: 1px solid silver;
	position: relative;
	margin: 0;
	padding: 0;
}
ul ul {
	display: none;
}
ul li:hover > ul {
	display: inline;
	position: absolute;
	float:right;
	top: 0px;
	border:0px;
	padding: 0px 0px 0px 0px;
}
li a {
	display: block;
	padding: 5px 0px;
	text-decoration: none;
	width:100%;
}

.topmenu li a:hover {
	background: #FFEE99;
} 

/* These have no parameters
ul#topmenu {}
ul#topmenu > li:hover > ul {}
*/

h1 {
	margin: 0;
	padding: 1em 0.25em 0;
	font: bold 2.5em Arial, sans-serif;
	line-height: 0.8em;
	text-align: right;
	color: #557;
	letter-spacing: 2px;
}

ul ul {
	width: 120px;
	}

.rtnv {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size:20px;
	font-weight:200;
	position:absolute;
	z-index: 10;
	}

.rtnv > ul { 
	margin-left: -1px; font-size: 85%;
	}
	
.rtnv li {
	width: 120em;
	margin-top: 0px;
	margin-left: 0px;
	font-size: 85%;
	background-color:#FFCC44;
} 

.rtnv ul li {line-height: 1.25em;}
.rtnv ul ul {width:100%;}
.rtnv ul ul li {border-color: #FEFEFC;}
.rtnv li > a {background-color: transparent; width:100%;}
.rtnv li:hover {background-color: #FFFFFF;}
.rtnv li:hover > a {color: #330;width:100%;}
.rtnv li.main {line-height: 1.15em; left:-0px; width:120px; padding-left:3px;}

.rtnv li.sub {width:100%; text-align:center; right:-120px; /*top:3px;*/}
.rtnv li.sub:hover {background-color: #DDB; width:100%; text-align:center;}
.rtnv li.sub:hover > a {color: #330;width:100%;}