
root { 
    display: block;
}

#menu
{
color: #D5B781;
height: 36px;
margin-top:14px !important;
margin-top: 13px;
float: right;
}

#menu ul
{
list-style-image:none;
list-style-position:outside;
list-style-type:none;
display: inline;
}

#menu ul li{
    
    float:left;
    margin-right: 20px;
    font-size: 1.22em;
    height: 36px;
    text-align:center ;
    cursor: pointer;
    border: none;
}

.current
{
background:transparent url(../images/menu_bg.gif) repeat-x scroll left top;
}

.current b
{
background:transparent url(../images/menu_left.gif) no-repeat scroll left top;
}

.current s
{
background:transparent url(../images/menu_right.gif) no-repeat scroll right top;
}
