/* ######### Drop Down ULs CSS ######### */

.ddsubmenustyle { /*topmost and sub ULs, respectively*/
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background:#ffffff;
visibility: hidden;
z-index: 100;
border-bottom:2px solid #E10000;
}

.ddsubmenustyle li a{
display: block;
width: 163px; /*width of menu (not including side paddings)*/
color:#000;
text-decoration: none;
padding:5px 5px 5px 12px;
font: normal 12px Arial, Helvetica, sans-serif;
border-bottom:1px solid #E4E4E4;
}

.ddsubmenustyle li a:hover{
background-color:#E4E4E4;
color:#000;
text-decoration:none;
}
.some {
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
visibility: hidden;
z-index: 500;
border-bottom:2px solid #E10000;
}
.some div {
padding:10px;
width:167px;
background:#f5f5f5;
/*background:url(../images/sub-menu.gif) bottom left no-repeat;*/
}
.some div h3 {
font-size:12px;
color:#0981CB;
margin-top:13px;
padding-top:15px;
border-top:1px solid #E4E4E4;
}
.some div a {
font-size:11px;
color:#000;
text-decoration:none;
display:block;
padding:3px;
margin-left:0px;
margin-top:3px;
border:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
.some div a:hover {
font-size:11px;
color:#0981CB;
text-decoration:none;
display:block;
padding:3px;
margin-left:0px;
background:none;
border:0;
}
/* ######### Neutral CSS  ######### */

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 4px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}