/*
Name: Ashok
Date: 05/22/2008
NModification: The following CSS styles are necessary for the new Reslife Menu
*/

/* Main Font and background styles */
.navegation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	width: 100%;
}
.navegationtd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #002157;
	text-decoration: none;
	width: 163px;
	background-color:#cccccc;
}
/* Main Menu highlight */
.navegationsob{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #A60000;
	width: 163px;
	background-color:#FFcc00;
}
.subnavegation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #032742;
	text-decoration: none;
}
.subnavegationtd {
	font-family: Arial, Helvetica, sans-serif;
	color: #032742;
	text-decoration: none;
	background-color:#e8e8e8;
}
/* Sub Menu highlight */
.subnavegationsob {
	color: #A60000;
	text-decoration: underline;
	background-color:#FFcc00;
}
.rollover-navegation {
	background-color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.back-subnavegation {
	background-color: #e8e8e8;
}

body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
}

.markmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-decoration: none;
	width:100%;
}

