
*{margin:0;padding:0;border:none;}


body {
	font-size:14px;
	font-family:Comic sans ms, Arial, Helvetica, sans-serif;
	background: #F4F9F0;
	color:#020E3E;
	}
 
p a {
	color: #000;
	text-decoration:underline!important;
	}
	
a {
	color:#FFF;
	text-decoration:none;
	}
	
p a:hover {
	text-decoration: none!important;
	}

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

ul#nav li a {
	display: block;
	font-weight: bold;
	padding: 2px 10px;
	background:#006699;
	text-align: center;
	color:#CCFFFF}

ul#nav li a:hover{
	background:#CCFFFF;
	color:#006699;
	}
	
ul#nav li {
	float: left;
	position: relative;
	width: 120px;
	border:1px solid #ccc;
	list-style-type:none;
	}

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

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

li ul {
	display: none;
	position: absolute;
	width:120px;
	top: 0;
	left: 0;
	font-weight: normal;
	text-align: center;
	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;
	}


#footer {
	height: 30px;
	line-height: 30px;
	background: #0F5A9B;
	text-align: center;
	font-size: 11px;
	color: #fff;
	}
	
#footer a {
	color: #fff;
	}