/* 
Top Menu
*/
 
body {
	behavior: url(csshover.htc);
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #d5d5d5;
}
 
p a {
	color: #000;
	text-decoration:underline!important;

}
a{
	color:#000;
	text-decoration:none;
	}
p a:hover{	text-decoration: none!important;
}

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


ul#nav li a {
	display: block;
	font-weight: bold;
	padding: 2px 10px;
	background:#f9f9f9;
}

ul#nav li a:hover{
	background:#888;
	color:#fff;
	}
	
ul#nav li {
	float: left;
	position: relative;
	width: 105px;
	text-align: center;
	margin-right:5px;
	border:2px solid #ccc;
	text-decoration:underline;

}

ul#nav li.current a{
	background:#ddd;
	}

ul#nav li.current a:hover{
	background:#888;
	}

li ul {
	display: none;
	position: absolute;
	width:100px;
	top: 0;
	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;
}


/* Creits */


#theFormDiv {

	display:none;
	width: 400px;
	height: 200px;
	position: absolute;
	left: 38%;
	top: 75%;
	margin-top: 0px;
	margin-left: 0px;
	text-align: center;
	background-color:#EEE;
	border:1px solid #000;
	font-size:12px;
}
.nocss {
	display:none;
}
