.menu{
      font-family: Helvetica;
}
.menu ul{
    list-style: none;
    margin:0;
    padding:0
	
	;
    width:183px;
	text-align:left;
}
.menu ul li ul{
	text-align:left;
    width:180px;
}
.menu ul li{
    margin:0;
    padding:0;
    background-color: #069;
}
.menu ul li a{
    padding-top:5px;
    border-color: #404040 #1A1A1A #1A1A1A #505050;
    border-style: solid;
    border-width: 1px;
    padding-left: 5px;
    display:block;
    text-decoration: none;
    color:white;
    font:bold 17px Arial,Helvetica,sans-serif;
    height:30px;
    background: #036 url(../images/bg_barramenu.jpg) repeat-x center center;
    line-height: 1.3em;
}
.menu ul li ul a{
    border-color: #404040 #1A1A1A #1A1A1A #505050;
    border-style: solid;
    border-width: 1px;
    margin-top:2px;
    padding-left: 15px;
    display:block;
    text-decoration: none;
    color:#E8E8E8;
    font-size:14px;
    height:25px;
    font-weight: bold;
	margin-left:5px;
}
.menu ul li a:hover{
    background: #036 url(../images/bg_barramenu.jpg) repeat-x center right;
	font-weight:bold;
	color: #E8E8E8;
}
.menu ul li ul a:hover{
    background: #E8E8E8 url(../images/Mnu_Prod_BG.jpg);
    color:#FFF;
	font-weight:bold;
}

.menu ul li ul{
    display:none;

}
