/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 10px Verdana;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
border: 0px solid #ffffff;
border-bottom-width: 0;
visibility: hidden;
z-index: 900;
display: inline;
}




.ddsubmenustyle li a{
display: block;
*display: inline-block;
width: 160px; /*width of menu (not including side paddings)*/
color: #ffffff;
background-image: url('http://www.gearrs.com/c1.gif');
text-decoration: none;
border-bottom: 1px solid #ffffff;
padding: 6px 8px;
border-left: 1px solid #ffffff;
height: 12px;
*height: 12px;

}





.ddsubmenustyle li a:hover{
background-image: url('http://www.gearrs.com/c2.gif');
color: #534D3D;

}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 800;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}
















