A.mnd:link {
	 FONT-SIZE: 8pt; COLOR: #0c3f85; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
A.mnd:visited {
	 FONT-SIZE: 8pt; COLOR: #0c3f85; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
A.mnd:active {
	 FONT-SIZE: 8pt; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
A.mnd:hover {
	 FONT-SIZE: 8pt; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.borderTabla {
	BORDER-LEFT: #063a64 1px solid; 
	BORDER-RIGHT: #063a64 1px solid; 
	BORDER-BOTTOM: #063a64 1px solid; 
	BORDER-TOP: #063a64 1px solid
}
.clsTextLogin {
	font-family: Tahoma;
    font-size: 11px;
	color: #666666;
	border: 1px solid #696969;
 	width: 75px;
}
/*
 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 142px; /* Width of Menu Items */
	/*border-bottom: 1px solid #ccc;
	/*border: 1px solid #f5f5f5;
	}

ul li {
	position: relative;
	list-style-type: none;
	}
	
li ul {
	position: absolute;
	left: 140px; /* Set 1px less than menu width 
	top: 0;
	display: none;
	
	}

/* Styles for Menu Items 
ul li a {
	display: block;
	text-decoration: none;
	color: #0c3f85;
	background: #fdf2b5; /* IE6 Bug 
	padding: 5px;
	/*border: 1px solid #f3de68; /* IE6 Bug 
	border-bottom: 0;
	font: 80% "Trebuchet MS", Arial, Helvetica, sans-serif;
	}
#nav a:hover {
	background: #f3de68;
}
/* Holly Hack. IE Requirement \
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End

li:hover ul, li.over ul { display: block; } /* The magic */

