*,html  { 
	margin:0;
	padding:0;
	border: 0;
	}
	
body {
	font-family: arial, helvetica, serif;
	background: #14363d;
	}
	
a {
	outline: none;
	}
p.back  {
	width:20px;
	}
	
a.back  {
	position:relative;
	top:20px;
	left:36px;
	color:#fff;
	text-decoration:none;
	font-size:.8em;
	}
	
a:hover.back  {
	text-decoration:underline;
	}
	
h1, h2,h3,h4,h5,h6 {
	color: #fff;
	margin-bottom: 10px;
	}
	
h5.none {
	color: #fff;
	margin-bottom: 0px;
	}
		
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 11em;
	}
	
#nav li { 
	position : relative;
	float : left;
	line-height : 1.25em;
	margin-bottom : -1px;
	width: 11em;
	}
	
#nav li ul { 
	position : absolute;
	left: -999em;
	margin-left : 16.08em;
	margin-top : -1.38em;
	width : 11em;
	}
	
#nav li ul ul {
	left: -999em;
	}
	
#nav li a {
	width: 42em;
	w\idth : 15em;
	display : block;
	color : black;
	font-weight : bold;
	text-decoration : none;
	background-color : white;
	border : 1px solid black;
	padding : 0 0.5em;
	}
	
#nav li a:hover {
	color : white;
	background-color : #65ada7;
	}
	
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
		left: auto;
	}
	
#wrapper {
	position:relative;
	width:1060px;
	height:480px;
	margin-left:40px;
	margin-top:40px;
	}
