.ajaxmenu ul{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 900px;
border: 0px solid #625e00;
border-width: 0px 0;
background: black url(media/speck.jpg) center center repeat-x;
}

.texta { 
font-size: 12px; 
background-color: #dbdbdb; 
border: 1px solid #cccccc; 
}

.button {
    border: none;
    background: black url(media/speck-highlight.jpg) center center repeat-x;
    padding: 2px 8px;
}
.button:hover {
    border: none;
    background: #dbdbdb url(media/speck-highlight.jpg) center center repeat-x;
    padding: 2px 8px;
}
label {
    display: block;
    width: 150px;
    float: left;
    margin: 2px 4px 6px 4px;
    text-align: right;
}
br { clear: left; }

.ajaxmenu li{
display: inline;
}

.ajaxmenu li a{
float: left;
color: black;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.ajaxmenu li a:visited{
color: #000000;
}

.ajaxmenu li a:hover{
color: #000000;
background: red url(media/speck-highlight.jpg) center center repeat-x;
}

.ajaxmenu li a.current{
color: black;
background: black url(media/speck-highlight2.jpg) center center repeat-x;
}

.tabcontainer{
clear: left;
width: 900px; /*width of 2nd level sub menus*/
height:auto; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
font:12px Arial;
border: 0px solid #625e00;
border-width: 0px 0;
}

*:first-child+html .ieclass{ /*IE7 hack to remove gap between menu and sub contents*/
clear: left;
margin-top: 1em;
margin-left: 0em;
}

* html .ieclass{ /*IE6 and below hack to remove gap between menu and sub contents*/
clear: left;
margin-top: 1em;
margin-left: 0em;
}

.tabcontent{
display:none;
}
