.menuActuator a { 
	color: #333;
	font-weight:bold;
	font-size:10px;
	font-family: arial;
}
.menu {
	position: relative;
	overflow: hidden;
	padding: 0;
	text-align: left;
}
.menu table {
	background-image:none;
}
.menu a {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 10px;
	padding: 0px;
	text-decoration: none;
	display: block;
	width:100%;
	height:100%;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
}
.hover {
	color:#000000;
}
.menu .hover {
	color:#FFFFFF;
	background-color:#666666;
}
.menu a:hover{
	color:#FFFFFF;
	background-color:#666666;
}
.menuFrame {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.menuTBL {
	background-color:#E8E8E8;
	border-bottom:1px solid #BBBBBB;
	border-left:1px solid #BBBBBB;
	border-right:1px solid #BBBBBB;
}
.menuTBL2 {
	background-color:#E8E8E8;
	border-bottom:1px solid #BBBBBB;
	border-left:1px solid #BBBBBB;
	border-right:1px solid #BBBBBB;
	background-image: url(imgs/dotgris.png);
	background-repeat: repeat-y;
	background-position: left;
}
.menuTBLcell {
	height: 20px;
	background-color:#E8E8E8;
}
.menuTBLcell_separacion{
	width: 5px;
}
.menu div a  {
	color: #160804;
}
.elemento{
	height: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.menfooter{
	height: 15px;
	border-top:1px solid #BBBBBB;
	background-image: url(imgs/menufooter.jpg);
	background-repeat: repeat-x;
	background-position:bottom;
}