body {
	behavior: url(hover.htc);
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

p { font-size:0.7em; font-family: Arial, Helvetica, sans-serif;}
a {	color: #00f; text-decoration: underline;}
a:hover {	color: #00a; text-decoration: underline; font-weight: bold;} 
.titletxt2 { font-family: Arial, Helvetica, sans-serif; font-size:1.5em; font-weight: bold; }
h1 { font-family: Arial, Helvetica, sans-serif; font-size:1.5em; font-weight: bold; }
.bodytext2 { font-family: Arial, Helvetica, sans-serif; font-size:0.8em;}
.bodytextwhite { font-family: Arial, Helvetica, sans-serif; font-size:0.8em; color: #fff; }
.bodytextgrey { font-family: Arial, Helvetica, sans-serif; font-size:0.8em; color: #aaa; }


ul#nav {list-style: none;	
	padding: 0;
	margin: 0; }

ul#nav li a {display: block;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	padding: 2px 10px;
	background:#f9f9f9;}

ul#nav li a:hover{background:#888;
	color:#fff;}
	
li {	list-style: none;
	float: left;
	position: relative;
	width: 90px;
	text-align: center;
	margin-right:5px;
	border:1px solid #ccc; }

ul#nav li.current a{	background:#ddd; }

ul#nav li.current a:hover{
	background:#888; }

li ul {	display: none;
	position:absolute;
	width:100px;
	top: 18px;
	left: 0;
	font-weight: normal;
	padding: 1px 0 10px 0;
	margin-left:-1px;  }

ul#nav li ul.sub li{ border-width:0 1px 1px 1px!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; }

