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

.new {
font-family: arial, sans-serif; 
width:510px; 
margin:0; 
position:relative;
z-index:100;
}

/* remove the bullets and set the margin and padding to zero for the unordered list  */
.new ul {
padding:0; 
margin:0;
list-style-type: none;
font-weight: bold;
}

/* remove the bullets and set the margin and padding to zero for the unordered list  */
.new ul li {
margin:0;
list-style-type: none;
padding:8px 0 0px 0px; 
font-weight: bold;
}


.new ul li ul li{
padding:3px 0 0 40px; 
margin:0;
list-style-type: none;
font-weight: normal;
}


/* style the links to be 104px wide by 30px high. Set the background color and the font size.  */
.new ul li a, .new ul li a:visited {
display:block; 
text-align:left; 
text-decoration:none; 
padding:3px 0 3px 0px; 
border:1px solid #DDDBCA;
border-width:0px 0px 1px 0px;
font-size:11px;
color:#9A281F;
}

/* style the links to be 104px wide by 30px high. Set the background color and the font size.  */
.new ul li a:hover {
text-decoration:underline; 
}


/* style the links to be 104px wide by 30px high. Set the background color and the font size.  */
.new ul li ul li a, .new ul li ul li a:visited {
border:1px solid #DDDBCA;
border-width:0px 0px 0px 0px;
}

/* style the links to be 104px wide by 30px high. Set the background color and the font size.  */
.new ul li ul li a:hover {
border:1px solid #DDDBCA;
border-width:0px 0px 0px 0px;
text-decoration:underline; 
}