/* Start of CMSMS style sheet 'navigation' */
   
#navigation{
float:right;
line-height:normal;
background-image:url(uploads/images/navcorner.png); background-repeat:no-repeat; background-position:left; height:26px;
margin-top:7px;
margin-right:0;
}

#navigation ul{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
list-style-type: none;
margin:0;
margin-left: 25px; /*Left offset of entire tab menu relative to page*/
padding:0;
line-height:18px;
}

#navigation li{
display:inline;
margin:0;
padding:0;
float:left;
}

#navigation a{
float:left;
background:url(uploads/images/navbg_left.gif) no-repeat left top;
margin:0;
margin-right: 0px; /*spacing between each tab*/
padding:0 0 0 8px;
text-decoration:none;
}

#navigation a span{
float:left;
display:block;
background:url(uploads/images/navbg.gif) no-repeat right top;
padding: 4px 10px 8px 3px;
font-weight:bold;
color:#e8e8e8;

}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navigation a span {float:none;}
/* End IE5-Mac hack */

#navigation a:hover span {
color: white;
}

#navigation #current a{ /*Selected Tab style*/
background-position:0 -48px; /*Shift background image up to start of 2nd tab image*/
}

#navigation #current a span{ /*Selected Tab style*/
background-position:100% -48px; /*Shift background image up to start of 2nd tab image*/
color: white;
}

#navigation a:hover{ /*onMouseover style*/
background-position:0% -48px; /*Shift background image up to start of 2nd tab image*/
}

#navigation a:hover span{ /*onMouseover style*/
background-position:100% -48px; /*Shift background image up to start of 2nd tab image*/
}
/* End of 'navigation' */

