.menu_v3_table {
	/*background: #000000;
	/*background-image: url(../imagenes/menu_h2-out.gif);
	background-repeat: repeat-x;
	background-position: center top;*/
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
}

.menu_v3 {
	/*font-family: Helvetica, Arial, Verdana, sans-serif;*/
	font-size: 13px;
	/*color: #FFFFFF;
	/*background: #FFFFFF; /*background of menu bar (default state)*/
	vertical-align: top;
	/*width: 100%;*/
	/*padding-left: 10px;*/
}

.menu_v3 ul {
	z-index:100;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style-type: none;
	padding-left: 10px;
	/*list-style-image: url("../imagenes/menu_v1-ico.png");*/
	/*list-style-position: outside;*/
}

/*Top level list items*/
.menu_v3 ul li {
	position: relative;
	background: url("../imagenes/menu_v1-ico.png") left 6px no-repeat;
	padding-left: 10px;
}

/*Top level menu link items style*/
.menu_v3_li a {
	display: block;
	overflow: auto;
	/*background: #000000; /*background of menu items (default state)*/
	/*background-image: url(../imagenes/menu_h2-out.gif);
	background-repeat: repeat-x;
	background-position: center top;*/
	padding: 2px;
	border-right: 0px solid #222222;
	border-bottom: 0px solid #222222;
	outline: none;
}

* html .menu_v3_li a { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

.menu_v3_li a:link, .menu_v3 ul li a:visited {
	color: #000000;
}

.menu_v3_li a:hover {
	color: #000000;
	/*background: #000000; /*background of menu items during onmouseover (hover state)*/
	text-decoration: underline;
	/*background-image: url(../imagenes/menu_h2-over.gif);
	background-position: center top;
	background-repeat: repeat-x;*/
}

.menu_v3_li a:link:hover {
	color: #000000;
	/*background: #000000; /*background of menu items during onmouseover (hover state)*/
	text-decoration: underline;
	/*background-image: url(../imagenes/menu_h2-over.gif);
	background-position: center top;
	background-repeat: repeat-x;*/
}	

.menu_v3_li a:visited:hover {
	color: #000000;
	/*background: #000000; /*background of menu items during onmouseover (hover state)*/
	text-decoration: underline;
	/*background-image: url(../imagenes/menu_h2-over.gif);
	background-position: center top;
	background-repeat: repeat-x;*/
}

.menu_v3_li_selected a, .menu_v3_li_selected a:link, .menu_v3_li_selected a:visited, 
.menu_v3_li_selected a:link:hover, .menu_v3_li_selected a:visited:hover {
	color: #FF8888;
	/*background: #000000; /*background of menu items during onmouseover (hover state)*/
	text-decoration: none;
	/*background-image: url(../imagenes/menu_h2-down.gif);
	background-position: center top;
	background-repeat: repeat-x;*/
	display: block;
	overflow: auto;
	padding: 2px;
	border-right: 0px solid #222222;
	text-decoration: none;
	outline: none
}

