.nav {position: absolute;height: 50px;width: 560px;margin:0px 0;overflow: hidden;}
.nav li {float: right;list-style: none;}
.nav li.back {background: url("images/hover.png") no-repeat right top;height: 50px;z-index: 8;position: absolute;}
.nav li.back .left {background: url("images/hover.png") no-repeat left top;height: 50px;margin-right:9px;}
.nav li a {	z-index: 10;position: relative;overflow: hidden;float:left;}
.nav li a:hover, .nav li a:active, .nav li a:visited {border: none;}

.nav li a.home
{
    background: url("images/home.png") no-repeat 6px 12px;
}

.nav li a:hover.home
{
background: url("images/home_on.png") no-repeat 6px 12px;
}

.nav li a.about
{
    background: url("images/about.png") no-repeat 6px 12px;
}

.nav li a:hover.about
{
background: url("images/about_on.png") no-repeat 6px 12px;
}

.nav li a.product
{
    background: url("images/product.png") no-repeat 6px 12px;
}

.nav li a:hover.product
{
background: url("images/product_on.png") no-repeat 6px 12px;
}

.nav li a.services
{
    background: url("images/services.png") no-repeat 6px 12px;
}

.nav li a:hover.services
{
background: url("images/services_on.png") no-repeat 6px 12px;
}

.nav li a.support
{
    background: url("images/support.png") no-repeat 6px 12px;
}

.nav li a:hover.support
{
background: url("images/support_on.png") no-repeat 6px 12px;
}
.nav li a.contact
{
    background: url("images/contact.png") no-repeat 6px 12px;
}

.nav li a:hover.contact
{
background: url("images/contact_on.png") no-repeat 6px 12px;
}

#nav
{
    height: 50px;
    width:560px;
    font-size: 11px;
    z-index: 500;
    margin: 0px 0px 0px 0px;
    float: right;
    padding-right: 0px;
    padding-left: 6px;
    padding-bottom: 0px;
    padding-top: 72px;
}
#nav li {float:left;margin:0 2px 0 2px;}
#nav a {height:15px;display:block;font-size:12px;font-weight:bold; color:#FAE27B;padding:12px 13px 15px 16px;}
/*#F7E6B6*/
#nav a:hover
{
    color: #FAE27B;
    text-transform: uppercase;
}
#nav a:hover  span{color:#FAE27B;text-transform:none}
#nav a span {color:#1B1500;display:block;font-size:10px}

