@charset "UTF-8";
/* CSS Document */

  #headerWrapper {
	height: 176px;
	width: 815px;
	float: left;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	text-align: left;
	background-repeat: no-repeat;
	margin-left: 100px;
	margin-top: 20px;
	background-image: url(Surfnav.png);
}
.cf {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#headerLogo {
	width: 1002px;
	height: 176px;
	float: left;
	-moz-border-radius-bottomleft: 10px;
	background-repeat: no-repeat;
	margin-top: 20px;
	background-image: url(T3.png);
	margin-left: 80px;
}
#headerLinks1 {
	width: 175px;
	float: left;
	padding-top: 40px;
	height: 90px;
	color: #FFF;
	font: Trebuchet MS;
	font-size: 14px;
	text-align: left;
	margin-left: 30px;
}
#nav {
	margin: 0;
	padding: 0px 15px 0 35px;
	line-height: 100%;
	font-size:12px;
	float:left;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#990000'); /* for firefox 3.6+ */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 50px;
	margin-left: 75px;
}
#nav li {
	padding: 0px 0 0 0px;
	float: left;
	position: relative;
	list-style: none;
	width: 102px;
	background-image: url(link.png);
	background-repeat: no-repeat;
	text-align: center;
	height: 38px;
	margin-right: 26px;
}
/* main level link */
#nav a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding:  12px 5px 12PX;
	margin: 0;
	font-weight: bold;
}
#nav a:hover {
	color: #fff;
}
/* main level link hover */
#nav .current a {
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#999999'); /* for IE */
	color: #fff;
}

#nav li:hover > a {
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#990000', endColorstr='#990000'); /* for IE */
	color: #fff;
}
/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #666;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav ul a:hover {
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#990000')!important; /* for IE */
	color: #FFF !important;
	-webkit-border-radius: 0em;
	-moz-border-radius: 0em;
}
/* dropdown */
#nav li:hover > ul {
	display: block;
}
/* level 2 list */
#nav ul {
	display: none;
	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	left: 0;
	background: #ddd url(img/gradient.png) repeat-x 0 0;
	border: solid 1px #b4b4b4;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	-moz-border-radius: 2em;
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}
#nav ul a {
	font-weight: normal;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#666666'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#666666)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #ccc, #666666); /* for firefox 3.6+ */
}
/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}
/* rounded corners of first and last link */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;
	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;
	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}
/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
}
html[xmlns] #nav {
	display: block;
}
* html #nav {
	height: 1%;
}
