*{
	list-style:none;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

/* Normal link */
a {
	color: #2C79B3;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #2C79B3;
	text-decoration: underline;
}

a img {
	border: none;
}

#menucontainer{
	position:relative;
	height:42px;
	color:#FFFFFF;
	background:#383636;
	width:100%;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	}
#nav{
	position:relative;
	height:38px;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	background:#fff url(images/background.jpg) repeat-x bottom left;
	padding:0 0 0 0px;}
	
#nav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;	
	float:left;}

#nav ul li{
	display:block;
	float:left;
	margin:0 1px;}

#nav ul li a{
	display:block;
	float:left;
	color:#EAF3F8;
	text-decoration:none;
	padding:0 0 0 12px;
	height:38px;}

#nav ul li a span{
	padding:12px 20px 0 0;
	height:21px;
	float:left;}

#nav ul li a:hover{
	color:#fff;	
	background:transparent url(images/hover.jpg) repeat-x bottom left;}

#nav ul li a:hover span{
	display:block;
	width:auto;
	cursor:pointer;}
#nav ul li a.current, #menunav ul li a.current:hover{
	color:#fff;
	background:#1D6893 url(images/left.jpg) no-repeat top left;
	line-height:275%;}
#nav ul li a.current span{
	display:block;
	padding:0 20px 0 0;
	width:auto;
	background:#383636 url(images/right.jpg) no-repeat top right;
	height:38px;}
	
#subnav {
	display: block;
	font-size: 98%;
	border-bottom: 1px solid #E7E8E6;
	height: 28px;
}

#subnav ul {
	margin: 0;
	padding: 0;
	padding-left:20px;
}

#subnav li {
	background: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#subnav li a {
	display: block;
	float: left;
	padding: 0px 15px;
	line-height: 28px;
	background: url(images/vline.gif) no-repeat center left;
}

#subnav li.active a,
#subnav li.active a:hover,
#subnav li.active a:active,
#subnav li.active a:focus {
	font-weight: bold;
	color: #8BAB32;
}

#subnav li a.first-item {
	background: none;
}

/* Clearfix */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	display: block;
	width: 100%;
}

* html .clearfix {
	height: 1%;
}
.oneColFixCtrHdr #container #header td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
}
