#nav, #nav ul {
float: right;
width: 50em; /* width total del menu */
list-style: none;
line-height: 1;
font-weight: bold;
padding: 0;
border-width: 1px 0;
margin: 0 0 1em 0;
}
#nav a {
display: block;
width: 10em;
w\idth: 10em;
color: #fff; /* texto items */
text-align: center;
text-decoration: none;
padding: 0.25em 0em;
}
#nav li {
float: right;
padding: 0;
width: 10em; /* separacion items */
color: red;
margin-right: 0.75em;
border-width: 0.25em;
border: solid #fff;
}
#nav li ul {
position: absolute;
left: -999em;
height: auto;
width: 10em;
w\idth: 10em;
font-weight: normal;
border-width: 0.25em;
margin: 0;
background: #fff; /* bg submenu */
border: solid #D5E9ED;
margin-left: -0.2em !important; margin-left: -0.75em;
}
#nav li ul li {
border: none;
margin-right: 0em;
}
#nav li ul a {
color: #000;
text-align: left;
widht: 9.4em !important; widht: 10em;
w\idth: 9.4em !important;  w\idth: 10em;
padding-left: 0.75em;
margin-right: 1em;
}
#nav li:hover ul, #nav li.sfhover ul { 
left: auto;
}
#nav li:hover, #nav li.sfhover {
background: #D5E9ED; /* highlight */
}
#nav li:hover a, #nav li.sfhover a {
color: #000;
}	
#content {
clear: left;
}
.bga1 {
background: #0D2E42;
}
.bga2 {
background: #185479;
}
.bga3 {
background: #5A859F;
}
.bga4 {
background: #A1B9C8;
margin-right: 0em;
}