ul.nav {
	background: #EAEFF4;
	clear: both;
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	height: 26px;
	margin-top: 20px;
	margin-bottom: 10px;
	list-style-type: none;
	position: relative;
	width: 800px;
	z-index: 999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

ul.nav li {
	float: left;
	position: relative;
	text-align: center;
	width: 160px;
}

ul.nav li:hover a, ul.nav li a:hover {
	background: #FEFEFE;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

ul.nav li a, ul.nav li a:visited {
	color: #000000; 
	display: block;
	height: 26px; 
	line-height: 26px; 
	text-decoration: none; 
	width: 160px;
}

ul.nav li ul {
	background: #FEFEFE;
	border: #334159 1px solid;
	border-top: none;
	font-weight: normal;
	position: absolute;
	left: -999em;
}

ul.nav li:hover ul, ul.nav li a:hover ul {
	left: 0px;
	width: 160px;
	z-index: 300;
}

ul.nav li ul li a {
	font-weight: normal;
}

ul.nav li a:hover {
	text-decoration: underline;
}

div#footer ul {
	border-top: 1px solid #E2EAF1;
	font-weight: bold;
	list-style: none;
	margin-top: 1.5em;
	padding-top: 20px;
	width: 100%;
}

div#footer ul li{
	float: left;
	margin: 0;
	padding: 0;
	width: 160px;
}

div#footer ul li ul {
	border-top: none;
	float: left;
	margin-top: 0;
	padding-top: 0;
	width: 160px;
}

div#footer ul li ul a {
	font-weight: normal;
}

.socialbookmark {
	background: #FFFDDD;
	border: 1px dotted #E0AB0C;
	border-left: none;
	border-right: none;
	clear: both;
	font-size: 0.8em;
	margin: 0;
	margin-bottom: 0.5em;
	margin-top: 2em;
	padding: 0.3em;
}

a.gototop {
	float: right;
	color: #DBDDAE;
	margin-top: -1em;
}
