body {
	/*font-family: Arial, Helvetica, sans-serif;*/
	background-color: #FFF;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #000;
}

li {
 padding: .1em .1em .1em .1em;
}

div.logo {
    position: absolute;
    top: 5px;
    left: 10px;
	color: #000;
	font-size: 2.3em;
	padding: 0px 0px 0px 5px;
}

.logo a {
	color: #000;
	text-decoration: none;
}

div.title {
	position: absolute;
	top: 1.5em;
	left: 4em;
	width: 60%;
	font-size: 2em;
}

.title a {
	color: #000;
	text-decoration: none;
}

div.main {
	position: absolute;
	left: 8em;
	top: 5em;
	padding: 1em 0.3em 0.3em 0em;
}

.main a {
 	color: #000;
 	text-decoration: none;
 	border-bottom: 1px solid #666;
}

.main a:hover {
	color: #000;
 	text-decoration: none;
	border-bottom: 1px dashed #666;
}

.main a:visited {
	color: #000;
 	text-decoration: none;
	border-bottom: 1px dotted #666;
}

.mnav ul {
    width: 100%;
	list-style-type: none;
	margin: 0em 1em 1em 0em;
	padding: 0em 0em 0em 0em;
	float: left;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
}
		
.mnav li {
	margin: 0;
	padding: 0;
	float: left;
    padding-right: 1em;
}

.mnav li a {
	display: block;
	padding: 0.3em 0.3em 0.3em 0.3em;
	border-bottom: 0;
	background-color: #FFF;
	color: #000;
}

html>body .mnav li a {
	width: auto;
	border-bottom: 0;
}

.mnav li a:visited {
	background-color: #FFF;
	color: #000;
	border-bottom: 0;
}	

.mnav li a:hover {
	background-color: #000;
	color: #FFF;
	border-bottom: 0;
}	

div.nav {
	position: absolute;
	left: 10px;
	top: 4em;
	height: 18em;
	width: 6em;
    	border-right: 1px solid #666;
	border-top: 1px solid #666;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	background-color: #FFF;
}	

.nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: none;
}
		
.nav li {
	padding: 0 0 0 0;
	margin: 0;
}

.nav li a {
	display: block;
	padding: 0.3em 0.3em 0.3em 0.3em;
	background-color: #FFF;
	color: #000;
	text-decoration: none;
	width: 100%;
}

html>body .nav li a {
	width: auto;
}

.nav li a:hover {
	background-color: #000;
	color: #FFF;
}	
