/* ######### Drop Down ULs CSS ######### */

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
margin: 0;
padding: 0;
position: absolute;
left: 0;
/*top: 0;*/
font-family:"trebuchet MS";font-style:normal; font-size:12px; color:#101010; line-height:25px;
list-style-type: none;
background: white;
/*border: 1px solid black;
border-bottom-width: 0;*/
visibility: hidden;
z-index: 100;
}


.ddsubmenustyle li a{
display: block;
width: 198px;
font-family:"trebuchet MS"; font-style:normal; font-size:12px; color:#101010; line-height:25px;
background-color: #fff;
text-decoration: none;
padding: 4px 5px;
/*border-bottom: 1px solid black;*/
}

* html .ddsubmenustyle li a{ /*IE6 CSS hack*/
display: inline-block;
}

.ddsubmenustyle li a:hover{
background-color:#BF0000;
color: #000;
}

/* ######### Neutral CSS  ######### */



.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
float:right;
padding-top: 8px;
margin-right:5px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}


/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{ background: #fff;}

.blackwhite li a:hover{ background: #BF0000; color: #fff;}


.ddsubmenustyle1, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
margin: 0;
padding: 0;
position:absolute;
left: 0;
/*top: 0;*/
font-family:"trebuchet MS"; font-style:normal; font-size:11px; color:#101010; line-height:25px;
list-style-type: none;
background: white;
/*border: 1px solid black;
border-bottom-width: 0;*/
visibility: hidden;
z-index: 100;
}


.ddsubmenustyle1 li a{
display: block;
width: 198px;
font-family:"trebuchet MS"; font-style:normal; font-size:11px; color:#101010; line-height:25px;
background-color: #fff;
text-decoration: none;
padding: 4px 5px;
/*border-bottom: 1px solid black;*/
}

* html .ddsubmenustyle1 li a{ /*IE6 CSS hack*/
display: inline-block;
}

.ddsubmenustyle1 li a:hover{
background-color:#BF0000;
color: #000;
}
