/******   H3    */
ul#menu{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:30px;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	/*background:transparent url("images/OFF.gif") repeat-x top left;*/
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-style: oblique;
}
ul#menu li{
	display:block;
	float:left;
	margin:0;
	pading:0;
	color: #333333;
}
ul#menu li a{
	display:block;
	float:left;
	color:#990000;
	text-decoration:none;
	font-weight:bold;
	padding:12px 20px 0 20px;
	height:24px;
	/*background:transparent url("images/DIVIDER.gif") no-repeat top right;*/
	}
ul#menu li a:hover{
	color: #000000;
	/*background:transparent url("images/HOVER.gif") no-repeat top right;*/	
	}
ul#menu li a:hover span {color:#FFFFFF;}	

opaco {filter: alpha(opacity=50); opacity: .5}

.copyright_white {
	color: #FFFFFF;
	text-align: right;
	font-weight: lighter;
	font-size: small;
} 

.copyright_white a:link{
Text-Decoration: underline;
color: #FFFFFF;
}

.copyright_white a:visited{
Text-Decoration: underline;
color: #FFFFFF;
}

.copyright_white a:hover{
color: #FFFFFF;
}

.copyright_black {
	color:#000000;
	text-align: right;
	font-weight: lighter;
	font-size: small;
} 

.copyright_black a:link{
Text-Decoration: underline;
color: #000000;
}
.copyright_black a:visited{
Text-Decoration: underline;
color: #000000;
}
.copyright_black a:hover{
color: #000000;
}