/* CSS Document */

#menu {
	width: 11em;
	background-color: #e7e3d8;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
}

#menu a {
	font: bold 11px/16px arial, helvetica, sans-serif;
	display: block;
	border: 2px solid #fff;
	margin: 0;
	color: #fff;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 40px;
	background-color: #3f62b8;
	background-image: url(../images/button_blue.jpg);
}

#menu a:hover {
	color: #C47D14;
	background-color: #f8c03e;
	background-image: url(../images/button_tan.jpg);
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 0;
}

#menu li {position: relative;}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}

div#menu ul ul ul 
{display: none;}

div#menu ul ul li:hover ul 
{display: block;}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul 
{display: block;}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

[if IE]>
<style type="text/css" media="screen">
body {behavior: url(csshover.htc);} 

</style>
<![endif]

#menu ul li {float: left; width: 100%;}
#menu ul li a {height: 1%;}

#menu a, #menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
}

#menu a, #menu h2 {
font: bold 0.72em/1.6em arial, helvetica, sans-serif;
}

[if IE]>
<style type="text/css" media="screen">
body {
behavior: url(csshover.htc);
font-size: 100%;
} 
#menu ul li {float: left; width: 100%;}
#menu ul li a {height: 1%;} 

#menu a, #menu h2 {
font: bold 0.7em/1.6em arial, helvetica, sans-serif;
} 
