/*-------------------MENU---------------------*//*************** Style tab 1******************/
a#tab1 {
background-color:#646160;
width:110px;
font-family: "Trebuchet MS";
text-align:center;
height:22px;
letter-spacing:0.03em;
}
a:hover#tab1{
background-color: #809980;
font-family: "Trebuchet MS";
text-align:center;
color:#f0f0f0;
}
a#tab1.active{
background-color: #809980;
color:#f0f0f0;
}
/*************** Style tab 2******************/
a#tab2{
background-color:#646160;
width:110px;
font-family: "Trebuchet MS";
text-align:center;
height:22px;
letter-spacing:0.03em;
}
a:hover#tab2{
background-color: #476378;
font-family: "Trebuchet MS";
text-align:center;
color:#f0f0f0;
}
a#tab2.active {
background:#476378;
color:#f0f0f0;
}

/*************** Style tab 3******************/
a#tab3 {
background-color:#646160;
width:115px;
font-family: "Trebuchet MS";
text-align:center;
height:22px;
letter-spacing:0.03em;
}
a:hover#tab3{
background-color: #1F1A17;
font-family: "Trebuchet MS";
text-align:center;
color:#f0f0f0;
}
a#tab3.active{
background-color: #1F1A17;
color:#f0f0f0;
}

#foxmenucontainer{
width:1000px;
height:21px;
display:block;
margin:auto;
}

#foxmenu{
position:relative;
display:block;
height:21px;
font-size:12px;
font-family:Arial,Verdana,Helvitica,sans-serif;
margin-top:0px;
}

#foxmenu ul{ 
height:21px;
margin:0;
padding:0;
list-style-type:none;
width:auto;}

#foxmenu ul li{
display:block;
float:left;
margin:0 0 0 1px;
}

#foxmenu ul li a{
display:block;
float:left;
color:#000;
text-decoration:none;
padding:6px 7px 0 10px;
/*background:transparent url(button.jpg) no-repeat;*/
}

#foxmenu ul li a:hover{
color:#fff; 
} */

#foxmenu ul li a.current,#foxmenu ul li a.current:hover{
color:#000;
}

