/* Start of CMSMS style sheet 'IAB-menu' */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
    
.animatedtabs{
float:left;
overflow: hidden;
width: 490px;
font-size: 14px; /*font of menu text*/
margin: 0px 0px 0px 0px;
height:31px;
}

*html .animatedtabs{
margin: 6px 0px 0px 0px;
height:33px;
}

.animatedtabs ul{
list-style-type: none;
margin: 0;
margin-left: 0px; /*offset of first tab relative to page left edge*/
padding: 0;
}

.animatedtabs li{
float: left;
margin: 0;
padding: 0;
}

/* --------- Ammend the a and span values to increased button size and positioning --------- */

.animatedtabs a{
float: left;
position: relative;
top: 0px; /* 1) Number of pixels to protrude up for selected tab. Should equal (3) MINUS (2) below */
background: url(uploads/images/left_tabsGREY3.gif) no-repeat left top;
margin: 0;
margin-right: 3px; /*Spacing between each tab*/
padding: 0 0 0 7px;
text-decoration: none;
font-size: 12px;
}

.animatedtabs a span{
float: left;
position: relative;
display: block;
background: url(uploads/images/right_tabsGREY3.gif) no-repeat right top;
padding: 8px 14px 7px 5px; /* 2) Padding within each tab. The 3rd value, or 3px, should equal (1) MINUS (3) */
font-weight: bold;
color: #000000;
}

.animatedtabs a:hover span{
color: #EE2939;
}

.animatedtabs .menuactive a span{
color: #EE2939;
}

*html .animatedtabs a span{
/* --------- Padding here increases the size of the button  --------- */
padding: 9px 14px 8px 5px;} /* 2) Padding within each tab. The 3rd value, or 3px, should equal (1) MINUS (3) */

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.animatedtabs a span {float:none;}
/* End IE5-Mac hack */

.animatedtabs .selected a{
background-position: 0 -0px; 
top: 0;
}

.animatedtabs .selected a span{
background-position: 100% -124px;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}

.animatedtabs a:hover{
background-position: 0% -124px;
top: 0;
}

.animatedtabs a:hover span{
background-position: 100% -124px;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}
/* End of 'IAB-menu' */

