@charset "UTF-8";




.indentmenu{
font: bold 12px Arial;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 815px; /*width of menu*/
border: 1px solid #5d626e; /*dark grey border*/
border-width: 1px 0;
background: #c1c5cf url(img_nav_content/roundbar-grey-over.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: #1a1919; /* UP text color _this is grey from side menu #1a1919*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #c1c5cf; /*dark divider between menu items*/
}

.indentmenu ul li a:visited{
color: #1a1919; /*text color up and visited*/
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: #f00 !important; /*text color RED OVER of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: #c1c5cf url(img_nav_content/roundbar-grey-up.gif) center center repeat-x;
}




