/* ######### Barra Principal ######### */
.mattblackmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
overflow: hidden;
width: 100%;
margin-left: 140px;
}
.mattblackmenu li{
display: inline;
margin: 0;
}
.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
color: black;
}
.mattblackmenu li a:visited{
color: black;
}
.mattblackmenu li a:hover{
}
.mattblackmenu a.selected{
}

/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 175px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

}
.markermenu ul{
list-style-type: none;
padding: 0;

}
.markermenu ul li a{
display: block;
width: auto;
text-decoration: none;
}
* html .markermenu ul li a{ /*IE6 hack*/
width: auto;
}
.markermenu ul li a:visited, .markermenu ul li a:active{
color: #00014e;
}
.markermenu ul li a:hover, .markermenu ul li a.selected{
color: white;
background-color: black;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */
.blackwhite li a{
background: white;
}
.blackwhite li a:hover{
background: black;
color: white;
}

/* ######### Drop Down  ######### */
.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
background-color: #000000;
border: 1px solid #999999;
}

.ddsubmenustyle li a{
display: block;
width: 150px; /*width of menu (not including side paddings)*/
text-decoration: none;
text-align: center;
}
.ddsubmenustyle li a:hover{
display: block;
width: 150px; /*width of menu (not including side paddings)*/
text-decoration: none;
text-align: center;
background-color: #333333;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 150px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
color: white;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}
.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
}
.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}

/*O BAR*/
a.btn-bar{
	width:100px;
	height:25px;
	float:left;
	background-image:url(../img/menu/barOn.jpg);
	text-indent:-9999px;
}
a.btn-bar:hover{
	background-image:url(../img/menu/barOff.jpg);
}

/*O BANDAS*/
a.btn-bandas{
	width:105px;
	height:25px;
	float:left;
	background-image:url(../img/menu/bandasOn.jpg);
	text-indent:-9999px;
}
a.btn-bandas:hover{
	background-image:url(../img/menu/bandasOff.jpg);
}

/*O PROGRAMACAO*/
a.btn-programacao{
	width:160px;
	height:25px;
	float:left;
	background-image:url(../img/menu/programacaoOn.jpg);
	text-indent:-9999px;
}
a.btn-programacao:hover{
	background-image:url(../img/menu/programacaoOff.jpg);
}

/*O GALERIA*/
a.btn-galeria{
	width:120px;
	height:25px;
	float:left;
	background-image:url(../img/menu/galeriasOn.jpg);
	text-indent:-9999px;
}
a.btn-galeria:hover{
	background-image:url(../img/menu/galeriasOff.jpg);
}

/*O NOTICIAS*/
a.btn-noticias{
	width:115px;
	height:25px;
	float:left;
	background-image:url(../img/menu/noticiasOn.jpg);
	text-indent:-9999px;
}
a.btn-noticias:hover{
	background-image:url(../img/menu/noticiasOff.jpg);
}

/*O CONTATO*/
a.btn-contato{
	width:120px;
	height:25px;
	float:left;
	background-image:url(../img/menu/contatoOn.jpg);
	text-indent:-9999px;
}
a.btn-contato:hover{
	background-image:url(../img/menu/contatoOff.jpg);
}

/*O HOME*/
a.btn-home{
	width:120px;
	height:25px;
	float:left;
	background-image:url(../img/menu/homeOn.jpg);
	text-indent:-9999px;
}
a.btn-home:hover{
	background-image:url(../img/menu/homeOff.jpg);
}