body
{
font-family:Verdana;
}
a
{
color:#000;
}

.navilink-left
{
background-color:#ffcc99;
background-image:url('../images/link_bg.png');
background-repeat:repeat-x;
background-position:bottom left;
height:61px;
padding-left:5px;
padding-right:5px;
line-height:61px;
float:left;
}
.navilink-right
{
background-color:#ffcc99;
background-image:url('../images/link_bg.png');
background-repeat:repeat-x;
background-position:bottom left;
height:61px;
padding-left:5px;
padding-right:5px;
line-height:61px;
float:left;
}

.navilink
{
background-color:#ffcc99;
background-image:url('../images/link_bg.png');
background-repeat:repeat-x;
background-position:bottom left;
height:61px;
padding-left:10px;
padding-right:10px;
line-height:61px;
float:left;
}

.navilink a
{
text-decoration:none;
color:#851e1e;
font-weight:bold;
font-size:16px;

}

.navilink:hover
{
background-color:#ffcc99;
background-image:url('../images/link.png');
background-repeat:repeat-x;
background-position:bottom left;
padding-left:10px;
padding-right:10px;
}

.navilink a:hover
{
text-decoration:none;
color:#fff;
font-weight:bold;
font-size:16px;
}

