/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
margin-left:0px;
padding:0px;
position: absolute;
list-style-type:none;
left: 0;
top: 0;
visibility:hidden;
border: 1px solid #A51127;
z-index: 100;
background-color:White;
}
.ddsubmenustyle li a
{
font: normal 10px verdana,sans-serif,Franklin Gothic Book;
display: block;
width: 271px; /*width of menu (not including side paddings)*/
text-decoration: none;
color:Black;
text-transform:uppercase;
border-bottom: 1px solid #A51127;
line-height:22px;
padding-left:5px;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 281px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover
{
	color:#ffffff;
	font-size:11px;
	background: url(../images_new/button4.jpg) no-repeat center;

}

/* ######### 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: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}
