body {
	behavior: url(csshover.htc);
	
	
}
 


ul#nav {
	list-style: none;
	padding: 0;
	margin: 0;
}


ul#nav li a {
	display: block;
	font-weight: bold;
	text-align:left;
}

ul#nav li a:hover{
	color:#000;
	}
	
li {
	float: left;
	position: relative;
	width: 110px;
	text-align: left;
	list-style-type: none;
	
}


li ul {
	display: none;
	position:absolute;
	width:120px;
	top: 85px;
	font-weight: normal;
	margin-left: -18px;
	
}

ul#nav li ul.sub li{
	
	border-color:#515352;
	border: thin;
	top: 7px;

}

ul#nav li ul.sub li a{
	font-weight: bold;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 6px;
	border-width: thin;
	border-style: solid;
	border-color: #979797;
	background-image: url(images/NavigationGrad.jpg);
	background-repeat: repeat-x;
	
	
}
li>ul {
	top: 18px;
	left: 1px;
}

li:hover ul, li.over ul {
	display: block;
}

