#menu {
	background-image: url(../img_html/fondo_test.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
div#menuItems {
	width: 608px;
	margin-left: -8px;
}
div#menuItems #menuLeft {
	float: left;
	background-image: url(../img_html/menuizq.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	width: 13px;
	height: 23px;
	margin-top: 80px;
}
div#menuItems #menuRight {
	float: left;
	background-image: url(../img_html/menuder.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	width: 11px;
	height: 23px;
	margin-top: 80px;
}
div#menuItems ul#nav {
	float: left;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-top: 79px;
	z-index: 1000;
	background-image: url(../img_html/menufondo.gif);
	background-position: 0px 1px;
	background-repeat: no-repeat;
}
div#menuItems ul#nav li {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	line-height: 24px;
	height: 24px;
}
div#menuItems ul#nav .sepDiv {
	margin: 0px;
	padding: 0px;
}

div#menuItems ul#nav li a {
	background-image: url(../img_html/menubt.gif);
	background-position: left center;
	background-repeat: repeat-x;
	padding: 5px 20px 6px 21px;
	color: #000000;
}
div#menuItems ul#nav li a:hover {
	background-image: url(../img_html/menubt.gif);
	background-position: left center;
	background-repeat: repeat-x;
	padding: 5px 20px 6px 21px;
	color: #9CAEC6;
}
div#menuItems ul#nav li ul {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 900;
	display: none;
	margin: 0px;
	padding: 0px 0px 0px 17px;
}
div#menuItems ul#nav li ul.column1 {
	padding-bottom: 3px;
}
div#menuItems ul#nav li ul li {
	float: none;
	list-style-type: disc;
	padding: 4px 0px 0px 0px;
	color: #000000;
	font-size: 140%;
	width: 176px;
	height: 15px;
	line-height: 15px;
}
div#menuItems ul#nav li ul li a {
	color: #000000;
	font-size: 85%;
	background-image: none;
	padding: 0px;
}
div#menuItems ul#nav li ul li a:hover {
	color: #000000;
	font-size: 85%;
	background-image: none;
	padding: 0px;
	background-color: #9CAEC6;
}

div#menuItems ul#nav li:hover ul, div#menuItems ul#nav li.over ul {
	background-color: #ffffff;
	display: block;
	filter: alpha(opacity=60);
	opacity: .6;
}
