/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.menu_topo ul{
margin: 5px 0px 0px 0px;
padding: 0;
font:  16px Verdana;
list-style-type: none;
background: transparent;
overflow: hidden;
width: 100%;
height:24px
}


.menu_topo li{
display: inline;
margin: 0;
}

.menu_topo li a{
float: right;
display: block;
text-decoration: none;
margin: 0;
padding: 3px 20px 3px 20px; /*padding inside each tab*/
/*border-right: 1px solid white; 
border-left: 1px solid white;*/
color: white;
background: #transparent;
}

.menu_topo li a:visited{
color: white;
}

.menu_topo li a:hover{
background: #aaa; /*background of tabs for hover state */
	color:#eee;
}

/*.menu_topo a.selected{
background: black; /*background of tab with "selected" class assigned to its LI 
}*/
