
body {
	behavior: url(csshover.htc);
}
 
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: 28px 0 0 300px;

}


ul#nav li a {
	display: block;
	font-weight: normal;
	color: white;
	text-decoration: none;
	font-size: 13px;
}

ul#nav li a:hover{
	color:red;
	}
	
ul#nav li {
	float: left;
	position: relative;
	text-align: center;
	margin: 0 40px 0 0px;
	padding: 0;
}

ul#nav li.current a{
	background:#ddd;
	}

ul#nav li.current a:hover{
	background:#888;
	}

li ul {
	display: none;
	position: absolute;
	width:140px;
	top: 0;
	*top: 15px;
	left: 0;
	font-weight: normal;
	padding: 5px 0 10px 5px;
	margin-left:-12px;
	margin-top: 0px;
	list-style-image: url(/images/triangulo.png);
	list-style-position: outside;
	text-indent: 0px;
	background-color: #096291;
}

ul#nav li ul.sub li{
	border-width:0 1px 1px 1px!important;
	margin-top: 5px;
	margin-right: 0;
	padding: 0;
	left: 15px;
	width: 140px;
}

ul#nav li ul.sub li a{
	font-weight: normal!important;	
}
#nav li>ul {
	top: auto;
	left: auto;
}

li:hover ul, li.over ul {
	display: block;
}