.menu
{
margin-left:60px;
position: relative;
width:800px;
height:30px;
z-index:49;
}

.menu .left
{
position: absolute;
left:0px;
width:18px;
height:30px;
background-image: url(../images/leftC.png);
background-repeat: no-repeat;
}

.menu .center
{
position: absolute;
left:18px;
padding:10px 15px 20px 15px;
width:735px;
height:0px;
background-image: url(../images/center.png)
}

.menu .right
{
position: absolute;
right:0px;
width:18px;
height:30px;
background-image: url(../images/rightC.png);
background-repeat: no-repeat;
}


.menu ul
{
padding:0px;
margin:0px;
}

.menu li
{
font-family: Arial;
font-size: 12px;
color:black;
padding:0px;
margin:0px;
display: inline;
list-style-type: none;
padding-right: 20px;
}

.menu li a
{
text-decoration: none;
font-family: Arial;
font-size: 12px;
color:#3b3b3b;
padding:0px;
margin:0px;
}
