﻿ul#topnav {
	margin: 0; padding: 0;
	float: left;
	width: 100%;
	list-style: none;
	position: relative; /*--Set relative positioning on the unordered list itself - not on the list item--*/
	font-size: 1em;
	background: url(topnav_stretch.html) repeat-x;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
}
ul#topnav li a {
	padding: 0px 0px;
	display: block;
	color: #000;
	text-decoration: none;
}
ul#topnav li:hover { background: #1376c9 url(topnav_active.html) repeat-x; }
/*--Notice the hover color is on the list item itself, not on the link. This is so it can stay highlighted even when hovering over the subnav--*/

ul#topnav li span {
	float: left;
	padding: 10px 0;
	position: absolute;
	left: 0; top:35px;
	display: none; /*--Hide by default--*/
	width: 1000px;
	background: url(../images/menubar.png) repeat-x;
	color: #000;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 0px;
	-khtml-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 0px;
	-khtml-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
}
ul#topnav li:hover span { display: block; } /*--Show subnav on hover--*/
ul#topnav li span a { display: inline; margin:0 0 2px 10px; padding:0 0 10px 0; } /*--Since we declared a link style on the parent list link, we will correct it back to its original state--*/
ul#topnav li span a:hover {text-decoration: underline;}

.black11 {font-weight:normal;     font-size: 11px;          line-height: 16px;          color: #000000; }
.black11  a        {color :#000000;text-decoration:none;}
.black11 a:hover  {text-decoration:underline; }

@charset "utf-8";
.html,body{
	margin: 0px;
	background-position:top;
	background-color:#ffffff;
	background-repeat: no-repeat;
	margin:0px;
	height:100%;
	font-family:arial;
}

