﻿/* ######### Sliding Doors Menu CSS ######### */

.slidetabsmenu{
/* width:100%; */
line-height:100%;/* normal; sets where bottom of menu sits */
border-bottom: 2px solid navy; /* gray; line under Mernu buttons */
/* position:absolute;   */
/* right: auto; /* 120;  */
/* width:700px;   */
/* height: 50px;   */

}

.slidetabsmenu ul{
list-style-type: none;
margin:0;
margin-left: 10px; /* 10px; */
padding:0;
overflow: hidden;
}

.slidetabsmenu li{
display:inline;
margin:0;
padding:0;
}

.slidetabsmenu a{
float:left;
background:url(tab-left.gif) no-repeat left top;
margin-right:1px;
padding:0 0 0 9px;
text-decoration:none;
}

.slidetabsmenu a span{
float:left;
display:block;
background:url(tab-right.gif) no-repeat right top;
padding:4px 14px 4px 4px; /* (Top, Right, Bottom, Left) padding:4px 14px 4px 5px; */
font: bold, 12px Verdana, Arial, sans-serif;
font-weight:bold;
color:#3B3B3B;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.slidetabsmenu a span {float:none;}
/* End IE5-Mac hack */

.slidetabsmenu a:hover span{
color: black;
}

.slidetabsmenu #current a{
background-position:0 -125px;
}

.slidetabsmenu #current a span{
background-position:100% -125px;
color: black;
}

.slidetabsmenu a:hover, .slidetabsmenu a.selected{
background-position:0% -125px;
}

.slidetabsmenu a:hover span, .slidetabsmenu a.selected span{
background-position:100% -125px;
}
