/* common styling */
/* set up the overall width of the menu div, the font and the margins */

.menu {
font-family: Arial, sans-serif; 
border:0;
border-width:0;
width:auto; 
margin:0% 0%; 
position:relative;
z-index:100;
}
/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu ul {
border:0;
border-width:0;
padding:0; 
margin-left:15;
margin-bottom:0;
margin-top:0;
list-style-type: none;
}


/* style the links to be 104px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
.menu ul li a, .menu ul li a:visited {
display:block; 
text-align:left; 
padding-left:0px;
padding-right:0px;
text-decoration:none; 
width:176px; 
height:auto; 
color:#e9931c;

 border:1px; 
 
border-width:1px 1px 1 1;
border-color:#000;
background:#ffffd5; 
line-height:30px; 
font-size:15px;
font-weight:600;
letter-spacing: -1px;
}
.menu ul li a:hover{ text-decoration:none; 
border:0;
border-width:0;
color:#fff; 
background:#e9931c;
}

.menu ul li a:вв{ text-decoration:none; 
border:0;
border-width:0;
color:#fff; 
background:#e9931c;
}

