

/*Credits: Nicole Lewis & Gregg Moore - Securenet IT of Wilmington, NC */
/*URL: http://www.securenet-it.com */
    

    
#mariantabs{ 
float:left; 
width:100%; 
font-size:90%;
font-family: Verdana, Arial, Helvetica, sans-serif;
line-height:normal; 
background-image: url(../images/nav_bar_bkg.jpg); 
background-repeat: repeat-x; 
height: 54px; /*Add border strip to bottom of menu*/
}

#mariantabs ul{
list-style-type: none;
margin:0;
margin-left: 10px; /*Left offset of entire tab menu relative to page*/
padding:0;
}

#mariantabs li{
display:inline;
margin:0;
padding:0;
}

#mariantabs a{
float:left;
background:url(../images/mariantab-left.jpg) no-repeat left top;
margin:0;
margin-right: 5px; /*spacing between each tab*/
padding:0 0 0 9px;
text-decoration:none;
}

#mariantabs a span{
float:left;
display:block;
background:url(../images/mariantab.jpg) no-repeat right top;
padding: 14px 12px 25px 3px;
font-weight:normal;
color:#ffffff;
}

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

#mariantabs a:hover span {
color: #39c
}

#mariantabs #current a{ /*Selected Tab style*/
background-position:0 -82px; /*Shift background image up to start of 2nd tab image*/
}

#mariantabs #current a span{ /*Selected Tab style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
color: black;
}

#mariantabs a:hover{ /*onMouseover style*/
background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
}

#mariantabs a:hover span{ /*onMouseover style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
}



p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}

<![endif]-->
