@charset "utf-8";
/* CSS Document */

.indentmenua{
font: bold 12px Arial;
width: 100%; /*leave this value as is in most cases*/
height:53px;
overflow: hidden;
background-repeat:repeat-x;
}

.indentmenua ul{
margin: 0;
padding: 0;
float: left;
 /*border-right: 1px solid #564c66;dark purple border
border-width: 1px 0;*/
}

.indentmenua ul li{
display: inline; text-align:center;
}

.indentmenua ul li a{
float: left;
color: white; /*text color*/
text-decoration: none;
margin-top:5px;
margin-left:3px;
padding:4px;
/*border-right: 1px solid #564c66; dark purple divider between menu items*/
background: black url(../images/sr_13.jpg) center center repeat-x;
width:117px;
 text-align:center;
}

.indentmenua ul li a:visited{
color: white;
}

.indentmenua ul li a:hover, .indentmenua ul li .current{
color: white !important; /*text color of selected and active item*/
/*padding-top: 1px; shift text down 1px for selected and active item*/
padding-bottom: 1px; /*shift text down 1px for selected and active item*/
/*background: white url(../images/sr_13a.jpg) center center repeat-x;*/
width:117px;
 text-align:center;
}
