@charset "utf-8";
/* CSS Document */

#abPosMenu {
float:left;
width: 1000px;
height: 39px;
position:absolute;
z-index:10;
top:0;
left:0px;
}
.indentmenu{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:36px;
letter-spacing:0px; 
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 0px solid #0b6892; /*color border*/
border-width: 0;
background: white url(images/menu/indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
margin:auto;
float: left;
width:100px;
color: #ffffff; /*text color*/
padding: 0px 5px;
text-align:center;
text-decoration: none;
border-right: 1px solid #0b6892; /*color divider between menu items*/
overflow:hidden;
}

.indentmenu ul li a:visited{
color: #ffffff;
}
.noborder{
border: 0px;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color:#333333; !important; /*text color 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: black url(images/menu/indentbg.gif) center center repeat-x;*/
}

