/* common styling */
/* set up the overall width of the menu3 div, the font and the margins */


.menu3 {
font-family: arial; 
margin:0px 0;
valign=midle;

}

/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu3 ul {
padding:0; 
margin:0;
list-style-type: none;
}

/* float the list so that the items are in a line and their position relative so that the drop down list will appear in the right place underneath each list item */
.menu3 ul li {
float:left; 
position:relative;
}

/* style the links to be xxx px wide by xx px high with a top and right border 1px solid white. Set the background color and the font size. */
.menu3 ul li a, .menu3 ul li a:visited {
display:block; 
text-align:left; 
text-decoration:none; 
width:; 
height:; 
 
background:; 
line-height:14px; 
font-size:11px;
}

/* make the dropdown ul invisible */
.menu3 ul li ul {
display: none;
}

/* specific to non IE browsers */
/* set the background and foreground color of the main menu3 li on hover */
.menu3 ul li:hover a {
 
}


/* make the sub menu3 ul visible and position it beneath the main menu3 list item ALL WIDE */
.menu3 ul li:hover ul{
display:block; 
position:absolute; 
top:14px; 
left:0px; 
width:110px; 



}
/* style the background and foreground color of the submenu3 links--- IE WIDE */
.menu3 ul li:hover ul li a {
display:block; 
color:#FFFFFF;
height:14px; 
background:; 
width:110px;

}
/* style the background and forground colors of the links on hover */
.menu3 ul li:hover ul li a:hover {

color:#D6A36E;
width:110px; 
}

.menu3 a:hover {
color: #FFFFFF;

}

.menu3 ul li a:hover {
color: #D6A36E;
}

.textlinks .custom_a1 { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;color:#D6A36E ;; text-decoration: underline}
.textlinks .custom_a1:hover {font-family:Verdana; font-size:10px;color:#D6A36E;text-decoration:none;}.back_yellow {  background-color: #FFFF66}

