body {
	font: normal 11px verdana;
	margin: 25px 0px 0px 25px;
	behavior: url("csshover3.htc");
	}

p a:link {color:#F12F25; text-decoration:underline;}
p a:hover {text-decoration:none;}
p a:visited {color:#F12F25; text-decoration:underline;}

#container {
	width: 800px;
	height: 584px;
	margin: auto;
	}

#header {
	height: 150px;
	margin-bottom: 15px;
	}
	
#logo {
	float: left;
	padding-left: 20px;
	}

.heading {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	text-align: center;
	padding-top: 25px;
	}

.subh {
	color: #F12F25;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	}

#navigation {
	position: static;
	clear: left;
	float: left;
	padding-top: 15px;
	height: 400px;
	width: 190px;
	background-color: #B10A0A;
	}

#navigation li {position: relative;}

#navigation ul ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}

#navigation ul ul ul 
{display: none;}

#navigation ul ul li:hover ul 
{display: block;}

#navigation a:hover {
	background: #CCCCCC;
	color:#993300;
	}

#content {
	clear: none;
	width: 400px;
	height: 415px;
	margin-left: 212px;
	padding-top: 10px;
	overflow: auto;
	padding: 0;
	}

#footer {
	width: 800px;
	text-align: center;
	margin: auto;
	}
	
h2 {
	font-family: "Times New Roman", Times, serif;
	color: #F12F25;
	font-size: 16px;
	}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 190px;
	border-bottom: 1px solid #ccc;
	}


ul li {
	position: relative;
	}

li ul {
	position: absolute;
	left: 189px;
	top: 0;
	display: none;
	}
	
li ul li ul {
	position: absolute;
	left: 189px;
	top: 0;
	display: none;
	}

ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	}
	
ol li a:link {color:#F12F25; text-decoration:underline;}
ol li a:hover {text-decoration:none;}
ol li a:visited {color:#F12F25; text-decoration:underline;}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul { display: block; }


<!--[if IE]>
<style type="text/css" media="screen">
body {
behavior: url(csshover.htc);
}

#navigation ul li {float: left; width: 100%;}
#navigation ul li a {height: 1%;} 

</style>
<![endif]-->

