/* CSS Document */

.nmenu
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: #FFFFFF;
	FONT-FAMILY: Verdana;
	text-align:left;
	font-weight:bold;
}

.nmenu a:link 	{	
font-size: 14px; color: #000000;text-decoration: none;text-indent:5px;height:100%;display: block;padding:2px;
	vertical-align: middle;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;

	text-align:center;
}
.nmenu a:visited {
font-size: 14px; color: #000000;text-decoration: none;text-indent:5px;height:100%;display: block;padding:2px;
	vertical-align: middle;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;

	text-align:center;
}

.nmenu a:hover {
	font-size: 14px;
	text-decoration: none;
	display: block;
	left: 1px;
	top: 1px;
	right: 1px;
	bottom: 1px;
	color: #FFFFFF;
	background-repeat: no-repeat;
	height:100%;
	text-align: center;
}

.menuesquina {
	text-align:left;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #FFFFFF;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

