
#nav {
	line-height: 40px;
	list-style-type: none;
	color:#FFFFFF;
	background: #3275b5;
	position: absolute;
	top: 100px;
	left:50%;
	margin-left:-240px;
	font-size: 14px;
}

#nav{
	border-radius: 3px;
}



#nav a {
	display: block;
	width: 120px;
	text-align: center
}

#nav a:link {
	color: #FFFFFF;
	text-decoration: none
}

#nav a:visited {
	color: #FFFFFF;
	text-decoration: none
}

#nav a:hover {
	color: #FFF;
	text-decoration: none;
	/*font-weight: bold*/
}

#nav li {
	float: left;
	width: 120px;
	/*background: #0082c3;*/
}

#nav li a:hover,.sfhover {
	background: #29547D;
}



#nav li ul {
	line-height: 27px;
	list-style-type: none;
	text-align: left;
	left: -999em;
	width: 120px;
	position: absolute
}

#nav li ul li {
	float: left;
	width: 120px;
	background: #29547D
}

#nav li ul a {
	display: block;
	width: 100px;
	text-align: left;
	padding-left: 20px;
	overflow: hidden
}

#nav li ul a:link {
	color: #FFFFFF;
	text-decoration: none
}

#nav li ul a:visited {
	color: #FFFFFF;
	text-decoration: none
}

#nav li ul a:hover {
	color: #F3F3F3;
	text-decoration: none;
	/*font-weight: normal;*/
	background: #009944
}

#nav li:hover ul {
	left: auto
}

#nav li.sfhover ul {
	left: auto
}



#content {
	clear: left
}
