@charset "UTF-8";
#vmenu li a {
	color: #FFFFFF;
	display: block;
	background-image: url(../images/menu.gif);
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
}
#vmenu li a:hover, #vmenu li a:active {
	background-image: url(../images/menu.gif);
	background-repeat: no-repeat;
	background-position: 0px -32px;
	color: #99CCCC;
}
#vmenu ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 5px;
}
	
#hmenu {
	font-size:0.8em;
	line-height:normal;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	bottom: 0px;
	background-color: #00FF00;
	right: 0px;
	width: 100%;
	height: 49px;
	}

#hmenu li {
	display:inline;
	margin:0;
	padding:0;
	}

#hmenu li a {
	float:left;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	background-image: url(../images/tableft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}

#hmenu li a span {
	float:left;
	display:block;
	color:#FFF;
	background-image: url(../images/tabright.gif);
	background-repeat: no-repeat;
	background-position: right top;
	clear: both;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 6px;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#hmenu li a span {
	float:none;
	right: 0px;
}

/* End IE5-Mac hack */
#hmenu li a:hover span {
	color:#FFF;
	}

#hmenu li a:hover {
	background-position:0% -42px;
	}

#hmenu li a:hover span {
	background-position:100% -42px;
	}  
#header li {
	display: inline;
	text-align: center;
}
#header ul {
	text-align: right;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#header a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-top: 6px;
	padding-right: 7px;
	padding-left: 7px;
	line-height: 9px;
	padding-bottom: 6px;
}
#header a:hover {
	text-decoration: none;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	padding-right: 6px;
	padding-left: 6px;
}
#vmenu {
	width: 220px;
}

