
/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
 font-family: "Trebuchet MS";	font-size: 13px;
width: 100%; /*leave this value as is in most cases*/

}

.indentmenu ul{
margin: 0;
margin-top:10px; 
padding: 0;
float: left;
/* width: 80%; width of menu*/
/*border-top: 1px solid darkred; /*darkred border*/
}



.indentmenu ul li{
display: inline;
vertical-align :middle;
}


.indentmenu ul li a{
float: left;
color: black; /*text color*/

text-decoration: none;
background: url(btn_citasG.png) no-repeat  ;
width:130px;
height: 18px;
padding:5px 10px ;


}

.indentmenu ul li a:visited{
color: black;
}


.indentmenu ul li a:hover  {
 background: url(btn_citasN.png) no-repeat  ;

}



.indentmenu ul li a.selected{
color: black !important;
 position:relative;
 top:2px; 
background: black url(btn_citasA.png) no-repeat  ;
}
