#backgroundPopup {
	background-color: #333333;
	display: none;
	position: absolute;
	z-index: 100;
	left: 0px;
	top: 0px;
	height: 2000px;
	width: 100%;
}
.menu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font-family:verdana, geneva, arial, helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:8e8e8e;
	z-index: 500;
	}
.menu ul{
	height:43px;
	list-style:none;
	margin:0;
	padding:0;
	background-color: #FF0000;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../../FestivalHispano/Pictures/bg_button2.png);
	width: 150px;
}
.menu li{
	float:left;
	font-family: Calibri;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color:#000066;
	background-image: url(../Pictures/bg_button2.png);
	list-style-type: none;
	text-align: center;
	width: 130px;
	background-repeat:no-repeat;
	padding-top: 10px;
	border: 1px solid #FFFFFF;
	height: 25px;
}
.menu li a{
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	font-family: Calibri;
	font-size: 13px;
}
.menu li a:hover{
	color:#FFFF00;
	font-family: Calibri;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}
.menu li ul{
	display:none;
	height:auto;
	filter:alpha(opacity=95);
	opacity:0.95;
	position:relative;
	width:132px;
	z-index:200;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	left: 60px;
	float: left;		/*top:1em;
		/*left:0;*/
}
.menu li:hover ul{
		display:block;
}
.menu li li {
		display:block;
		float:none;
		padding:0px;
		width:130px;
}
.menu li ul a{
	display:block;
	font-size:12px;
	text-align:center;
	font-family: Calibri;
	font-weight:normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000033;
	height: 25px;
	width: 130px;
}
.menu li ul a:hover{
	background:#949494;
	color:#990000;
	opacity:1.0;
	filter:alpha(opacity=100);
	font-family: Calibri;
	font-size: 12px;
	font-weight:normal;
	text-decoration: none;
	text-align: center;
	height: 25px;
	width: 130px;
	padding: 0px;
}
a:link {
	font-family: Calibri;
	font-size: 13px;
	font-weight: bold;
	color:#0000CC;
	text-decoration: none;
}
a:hover {
	font-family: Calibri;
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	font-family: Calibri;
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.Yr_Btn {
	font-family: Calibri;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../Pictures/bg_button2.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #000066;
	padding: 0px;
}
#popUp{
	z-index:101;
	background-color: #FFFFFF;
}
table {
	background-color:#92CEE2;
}
table tr td{
	border:1px inset;
	background-color: #FFFFFF;
}
body {
	font-family: Calibri;
	font-size: 13px;
	color: #000000;
	background-image:url(Pictures/Background.jpg);
	background-color:#0099FF;
	background-repeat: repeat-y;
	text-align: center;
}
