.menutitle{
cursor:pointer;
color:#000000;
width:100px;
text-align:left;
font-family:Arial;
font-size:11px;
font-weight:bold;
}
.menutitle a: {
text-decoration: none;
color: #000000;
}
.menutitle :hover {
text-decoration: none;
color: #3366FF;
}

.menutitle1{
cursor:pointer;
color:#000000;
width:100px;
text-align:left;
font-family:Arial;
font-size:11px;
font-weight:bold;
}
.menutitle1 a: {
text-decoration: none;
color: #000000;
}
.menutitle1 a:hover {
text-decoration: none;
color: #3366FF;
}

.submenu{
margin-bottom: 0.5em;
cursor:pointer;
color:#000000;
width:100px;
text-align:left;
font-family:Arial;
font-size:10px;
font-weight:bold;
}

.submenu a: {
text-decoration: none;
color: #000000;
}
.submenu a:hover {
text-decoration: none;
background-color:#3366FF;
} <!-- 6F7551 -->

.opcion {
cursor:pointer;
color:#000000;
width:100px;
text-align:left;
font-family:Arial;
font-size:10px;
font-weight:bold;
}
.opcion a:link {
text-decoration: none;
color: #000000;
}
.opcion a:hover {
text-decoration: none;
color: #FFFFFF;
}

a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #000000;
}

