<style type="text/css">

#menu{
}

#menu a{
text-decoration: none;
font: bold 12px Arial; /*tab font */
color: black; /*font color */
width: 150px; /*width of tab image */
height: 50px; /*height of tab image */
display: block;
padding-top: 10px;  /*vertical offset of tab text from top of tab*/
background-image:url(../images/inactive.jpg); /*URL to tab image */
background-repeat: no-repeat;
text-align: center;
}

#menu a:focus{
background-image:url(../images/active.jpg); /*URL to tab image for current page*/
color: white;
}

#menu a:hover{
background-image:url(../images/active.jpg); /*URL to tab image for current page*/
color: white;
}

#menu a:active{
background-image:url(../images/active.jpg); /*URL to tab image for current page*/
color: white;
}

#menu_w_s{
}

#menu_w_s a{
background-image:url(../images/inactive_w_s.jpg); /*URL to tab image */
}

#menu_w_s a:focus{
background-image:url(../images/active_w_s.jpg); /*URL to tab image for current page*/
}

#menu_w_s a:hover{
background-image:url(../images/active_w_s.jpg); /*URL to tab image for current page*/
}

#menu_w_s a:active{
background-image:url(../images/active.jpg); /*URL to tab image for current page*/
}

#sub1{
}

#sub1 a{
font: bold 11px Arial; /*tab font */
width: 112px; /*width of tab image */
height: 38px; /*height of tab image */
padding-top: 5px;  /*vertical offset of tab text from top of tab*/
background-image:url(../images/inactive_s.jpg); /*URL to tab image */
}

#sub1 a:focus{
background-image:url(../images/active_s.jpg); /*URL to tab image for current page*/
}

#sub1 a:hover{
background-image:url(../images/active_s.jpg); /*URL to tab image for current page*/
}

#sub1 a:active{
background-image:url(../images/active_s.jpg); /*URL to tab image for current page*/
}

#sub2{
}

#sub2 a{
font: bold 11px Arial; /*tab font */
width: 112px; /*width of tab image */
height: 38px; /*height of tab image */
padding-top: 5px;  /*vertical offset of tab text from top of tab*/
background-image:url(../images/inactive_s_w_s.jpg); /*URL to tab image */
}

#sub2 a:focus{
background-image:url(../images/active_s_w_s.jpg); /*URL to tab image for current page*/
}

#sub2 a:hover{
background-image:url(../images/active_s_w_s.jpg); /*URL to tab image for current page*/
}

#sub2 a:active{
background-image:url(../images/active_s_w_s.jpg); /*URL to tab image for current page*/
}


