#dek {POSITION:absolute;VISIBILITY:hidden;Z-INDEX:200;}

body {   /* Assigns values to all elements within the body tag */														
	  font-family: arial, verdana, helvetica, sans-serif;
	  font-size: .85em;
	  font-style: normal;
	
}

h1 {   /* Assigns values to all elements within the h1 tag */														
	color: #000000;
	background-color: #ffffff;
	font-family: arial, verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
	margin: 0;
	margin-top: .25em;
	margin-bottom: 0em;
	padding: .25em;
	text-align: left;
	letter-spacing: 0em;
	border-style: none;
	
}

h2 {   /* Assigns values to all elements within the h2 tag */														
	color: #FFFFFF;
	font-family: arial, verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: .95em;
	margin: 0;
	margin-top: 0em;
	margin-bottom: 0em;
	padding: .2em;
	text-align: left;
	letter-spacing: 0em;
	border-style: none;
	
}

h3 {   /* Assigns values to all elements within the h3 tag */														
	color: #000000;
	font-family: arial, verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: .8em;
	margin: 0;
	margin-top: 0em;
	margin-bottom: 0em;
	padding: 0em;
	text-align: left;
	letter-spacing: 0em;
	border-style: none;
	
}

h4 {   /* Assigns values to all elements within the h4 tag */														
	color: #FFFFFF;
	font-family: arial, verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: .685em;
	margin: 0;
	margin-top: 0em;
	margin-bottom: 0em;
	padding: 0em;
	text-align: center;
	letter-spacing: 0em;
	border-style: none;
	
}

h5 {   /* Assigns values to all elements within the h5 tag */														
	color: #274567;
	font-family: arial, verdana, helvetica, sans-serif;
	font-weight: normal;
	font-size: .75em;
	margin: 0;
	margin-top: 0em;
	margin-bottom: 0em;
	padding: 0em;
	text-align: left;
	letter-spacing: .037em;
	border-style: none;
}

h6 {   /* Assigns values to all elements within the h6 tag */														
	color: #ffffff;
	font-family: arial, verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: .95em;
	margin: 0;
	margin-top: .25em;
	margin-bottom: .25em;
	padding: .25em;
	text-align: left;
	letter-spacing: 0em;
	border-style: none;
	
}


a {   /* Assigns values to all elements within the a tag */
	font-size: 1em;
	font-weight: normal;
	font-family: arial, verdana, helvetica, sans-serif;
	color: #1A4B83;
	text-decoration: none;
}

a img{
	border: 0;
}

a:hover {   /* Assigns values to all hover elements within the a tag */
	font-size: 1em;
	font-weight: normal;
	font-family: arial, verdana, helvetica, sans-serif;
	color: #FFCC00;
	text-decoration: none;
}


a:visited {   /* Assigns values to all hover elements within the a tag */
	font-size: 1em;
	font-weight: normal;
	font-family: arial, verdana, helvetica, sans-serif;
	color: #0A9D0A;
	text-decoration: none;
}

font {    /* Assigns values to all elements within the font tag */
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: .85em;
	font-weight: normal;
	
}

strong {    /* Assigns values to all elements within the strong tag */
	font-size: .9em;
	font-style: normal;
	font-family: arial, verdana, helvetica, sans-serif;
	font-weight: bold;
	text-transform: none;
}

p {    /* Assigns values to all elements within the p tag */
	letter-spacing: 0em;
	word-spacing: .0em;
	line-height: 1.2em;
	text-align: left;
	font-size: .85em;
}


<!-- Left side navigation -->

	
	#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 6.295em;
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1em;
		margin-bottom : -1px;
		width: 5em;
		clear: left;
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 6.55em;
		margin-top : -1.3em;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		position : absolute;
		left: -999em;
		margin-left : 9.05em;
		margin-top : -1.3em;
	}
	
	#nav li ul ul ul { /* third-and-above-level lists */
		position : absolute;
		left: -999em;
		margin-left : 8.6em;
		margin-top : -1.3em;
	}
	
	#nav li a {
		width: 13.7em;
		display : block;
		color : white;
		font-weight : bold;
		font-size : .65em;
		text-decoration : none;
		background-color : #286EBF;
		border : 1px solid white;
		padding : 1 .2em;
	}
	
	#nav ul a {
		width: 15.2em;
		w\idth : 15.2em;
		display : block;
		color : black;
		font-weight : bold;
		font-size : .6em;
		text-decoration : none;
		background-color : #45AB42;
		border : 1px solid black;
		padding : 1.5 1em;
	}
	
	#nav ul ul a {
		width: 14.5em;
		w\idth : 14.5em;
		display : block;
		color : black;
		font-weight : bold;
		font-size : .6em;
		text-decoration : none;
		background-color : #3282DF;
		border : 1px solid black;
		padding : 1.5 1em;
	}
	
	#nav ul ul ul a {
		width: 15.5em;
		w\idth : 15.5em;
		display : block;
		color : black;
		font-weight : bold;
		font-size : .6em;
		text-decoration : none;
		background-color : #45AB42;
		border : 1px solid black;
		padding : 1.5 1em;
	}
	
	#nav li a:hover {
		color : white;
		background-color : #39A039;
	}
	
	#nav ul a:hover {
		color : black;
		background-color : white;
	}
	
	#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 { /* lists nested under hovered list items */
		left: auto;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul {
	left: auto;
}

	
	#content {
		margin-left : 10em;
	}