<!--[if IE]>
<style type="text/css" media="screen">
body {
behavior: url(csshover.htc); /* call hover behaviour file */
font-size: 90%; /* enable IE to resize em fonts */
} 
#ul li {
float: left; /* cure IE5.x "whitespace in lists" problem */
width: 100%;
}
#ul li a {
height: 1%; /* make links honour display: block; properly */
}
</style>
<![endif]-->


body {
	behavior: url(csshover.htc);
	font-size:11px;
	font-family:Verdana, arial, helvetica;
}
 
p a.drop {
	color: #FFFFFF;
	text-decoration:underline!important;

}
a.drop{
	color:#FFFFFF;
	text-decoration:none;
	}
p a.drop:hover{	
	color:#FFFFFF;
	text-decoration: none!important;
}

ul#nav {
	list-style: none;
	padding: 0;
	margin: 0;
}


ul#nav li a {
	display: block;
	font-weight: bold;
	padding: 2px 5px;
	/* background:#f9f9f9; */
	background:#94685d;
}

ul#nav li a:hover{
	background:#89351f;
	color:#FFFFFF;
	}
	
ul#nav li {
	left: 0px;
	float: left;
	position: relative;
	width: 120px;
	text-align: center;
	margin-right:0px;
	border:0px solid #691c08;
}

ul#nav li.current a{
	background:#89351f;
	}

ul#nav li.current a:hover{
	background:#691c08;
	}

li ul {
	display: none;
	position: absolute;
	width:100px;
	top: 0px;
	left: 0px;
	font-weight: bold;
	padding: 0px 0 10px 0;
	margin-left:0px;
	list-style: none;
}



ul#nav li ul.sub li{
	border-width:0 0px 0px 0px!important;
}

ul#nav li ul.sub li a{
	font-weight: normal!important;	
}
li>ul {
	top: auto;
	left: auto;
}

li:hover ul, li.over ul {
	display: block;
}
