/* MENU STYLE */

#tablist{
width: 100%;
padding: 3px 0;
margin: auto;
margin-bottom: 0;
margin-top: 0.0em;
font: bold 12px white Arial, Helvetica, sans-serif;
text-decoration: none;
}

#tablist li{
list-style: none;
display: inline;
margin: 0;
}

#tablist li a{
padding: 3px 0.5em;
margin-left: 1px;
border-top: 0px solid #0A4581;
background: #0A4581;
}

#tablist li a:link, #tablist li a:visited{
color: white;
text-decoration: none;
}

#tablist li a.current{
background: #F38611;
}

#tabcontentcontainer{
width: 998px;
height: 72px;
/* Insert Optional Height definition here to give all the content a unified height */
background-image: url("/images/pas.gif");
margin: auto;
padding: 0px;
border: 0px;
}

.tabcontent{
color: #FFFFFF;
display:none;
padding: 26px;
text-align: center;
}

.tabcontent a{
color: #FFFFFF;
}

.tabcontent a:link{
color: #FFFFFF;
}

.tabcontent a:visited{
color: #FFFFFF;
}

.tabcontent a:active{
color: #FFFFFF;
}

/* INPUT STYLE - MENU */

.inputmenu{
cursor: pointer;
border: outset 1px #F38611;
color: #F38611;
font-weight: none;
}
