ul.menu {
list-style-type:none;
width:auto;
position:relative;
display:block;
height:33px;
font-size:.9em;
background:url(images/bg.png) repeat-x top left;
font-family:Verdana,Helvetica,Arial,sans-serif;
border:0px solid #000;
margin:0;
padding:0;
}

ul.menu li {
display:block;
float:left;
margin:0;
padding:0;
}

ul.menu li a {
float:left;
color:#A79787;
text-decoration:none;
height:24px;
padding:9px 15px 0;
font-weight:normal;
}

ul.menu li a:hover,.current {
color:#fb803d;
background:url(images/bg.png) repeat-x top left;
text-decoration:none;
}

ul.menu .current a {
color:#000000;
font-weight:700;
}


/*RED*/
ul.menu.red{
background-color:#FFFFFF;
}
ul.menu.red li a:hover, .menu.red li.current {
background-color:#FFFFFF;

}










p.maintitle {
font-size: 18px;
font-family: Arial;
color: rgb(255,128,64);
font-weight: bold;
}




p.title {
font-size: 14px;
font-family: Arial;
color: rgb(255,128,64);
font-weight: bold;

}




p.boldtext {

color: rgb(48,48,48);
font-size: 12px;
font-weight: normal;
font-family: Arial;
font-weight: bold;
}



p.text {

color: rgb(48,48,48);
font-size: 12px;
font-weight: normal;
font-family: Arial;
}


p.contact {
font-size: 12px;
font-family: Arial;
color: rgb(30,30,30);
font-weight: bold;
}

p.orangetext {

color: rgb(255,128,64);
font-size: 12px;
font-weight: normal;
font-family: Arial;
}


p.orangebuy {
font-size: 12px;
font-family: Arial;
color: rgb(221,54,3);
font-weight: bold;
}



p.greybuy {
font-size: 12px;
font-family: Arial;
color: rgb(10,10,10);
font-weight: bold;

}



p.greybuylarge {
font-size: 12px;
font-family: Arial;
color: rgb(10,10,10);
font-weight: bold;
}

<style type="text/css">
A:link {text-decoration: underline;}
A:visited {text-decoration: ;}
A:active {text-decoration: ;}
A:hover {text-decoration: underline; color: rgb(255,128,64);}
</style>