/*Eric Meyer's based CSS tab*/

#tablist{
margin-left: 3;
margin-bottom: 3;
margin-top: 3;
font-style:normal; font-variant:normal; font-weight:bold; font-size:75%; font-family:Verdana, Times New Roman
}

#tablist li{
padding:1px; display: inline;
margin: 1 -1; list-style-type:none; background-image:url('../images/maroon_3dsh_nblack.png'); text-align:center; word-spacing:5
}

#tablist li a{
margin: 1 -2; list-style-type:none;  background-position:  
               0% 0%; text-decoration: none;
padding: 1px;
background-image:url('../images/maroon_3dsh_nblack.png'); background-repeat:repeat; background-attachment:scroll; text-align:center
}

#tablist li a:link, #tablist li a:visited{
margin:0; padding:2px; color: #FFFEF2;background-image:url('../images/maroon_3dsh_nblack.png'); word-spacing:5
}

#tablist li a:hover{
padding:1px; color: #FFFEF2;
background: #996633 url('../images/maroon_3dsh_n2.png');

}

#tablist li a.current{
padding:2px; background:#550000 url('../images/maroon_3dsh_nblack.png'); color:#CC9900
}