#menu
{
/*background:url(../images/a1.gif) repeat-x;*/
height:30px;
padding-top:15px;
float:right;
}
#menu ul
{
list-style: none;
margin: 0px;
}

#menu li
{
background: none;
padding: 0px;
font-weight: bold;
display: inline;
list-style-type: none;
padding-right: 10px;
}

#menu a
{
text-decoration: none;
padding:4px 2px;
font-size:140%;
color:#DADADA;
-moz-border-radius: 5px;
}

#menu a span
{
position: absolute;
right: 0px;
margin-top: 5px;
width: 7px;
height: 7px;
/*background: url('../images/x1.gif') no-repeat;*/ 
}

#menu a:hover span
{
position: absolute;
right: 0px;
margin-top: 5px;
width: 7px;
height: 7px;
/*background: url('../images/x2.gif') no-repeat;*/
}

#menu a:hover
{
color: #fff;
background-image: url('../css/bbg1.gif');
}

#menu_end
{
height: 30px;
background-image: url('../css/a2.gif');
}
