@charset "utf-8";
/* CSS Document */

#nav {
	width:480px;
	height:61px;
	margin:0 0 0 70px;
	float:left;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav li {
	float: left;
}

#nav a {
	display: block;
	width: 70px;
	height: 31px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	margin:0 5px;
	padding:30px 0 0 0;
} 

#nav a:hover {
	background-image:url(../images/bgOver.jpg);
	background-repeat:repeat-x;
}

#nav li ul {
	position: absolute;
	left: -1000em;
	width: 70px;
}

#nav li ul a {
	font-size:11px;
	background-color:#0b244d;
	height:23px;
	/*border-bottom:solid 2px #FFF;*/
	border-bottom:solid 2px #c3cdd9;
	padding:8px 0 0 0;
}

#nav li ul a:hover {
	background-image:url(../images/bgOversub.jpg);
	background-repeat:repeat;
}

.noBorda {
	border:none !important;
}

.subBorda {
	border-top:solid 3px #FFF;	
}