/* MENU STYLE */

#tablist{
width: 960px;
padding: 6px 0;
margin: auto;
margin-bottom: 0;
margin-top: -4px;
font: bold 12px white Arial, Helvetica, sans-serif;
text-decoration: none;
text-align: right;
}

#tablist li{
list-style: none;
display: inline;
margin: 0;
}

#tablist li a{
padding: 6px 1.0em;
margin-left: 0px;
border-top: 0px solid #046ab4;
background: #046ab4;
}

#tablist li a:link, #tablist li a:visited{
color: white;
text-decoration: none;
}

#tablist li a.current{
background: #00f61f;
}

#tabcontentcontainer{
width: 960px;
height: 80px;
/* 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 0px #F38611;
color: #F38611;
font-weight: bold;
}

