/* ######### Drop Down ULs CSS ######### */
.ddsubmenustyle, .ddsubmenustyle ul{
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
border: 1px solid #e5e5e5;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}
.ddsubmenustyle li{
float:left;
clear:both;
}
.ddsubmenustyle li a{
display: block;
width: 100px;
color: #fff;
background-color: #c8c6c6;
text-decoration: none;
padding: 6px;
border-bottom: 1px solid #e5e5e5;
font-size:  12px;
text-align:center;
}
* html .ddsubmenustyle li{
display: inline-block;
width: 100px;
}
.ddsubmenustyle li a:hover{
background-color: #001d92;
color: white;
font-size:  12px;
text-decoration: none;
}



.ddsubmenustyle1, .ddsubmenustyle1 ul{
margin: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
visibility: hidden;
z-index: 100;
-moz-border-radius:5px;
-webkit-border-radius:5px;
padding:10px 5px 15px 10px;
border:1px solid #ccc;
}
.ddsubmenustyle1 li{
float:left;
clear:both;
}
.ddsubmenustyle1 li a{
display: block;
width: 187px;
color: #666;
background-color: #fff;
text-decoration: none;
padding:5px 0 5px 20px;
border-bottom: 1px dashed #ccc;
font-size:  12px;
}
* html .ddsubmenustyle1 li{
display: inline-block;
width: 187px;
}
.ddsubmenustyle1 li a:hover{
border-bottom:1px dashed #CCCCCC;
display:block;
font-size:12px;
text-decoration:underline;
}

.downarrowpointer{
padding-left: 4px;
border: 0;
}
.rightarrowpointer{
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;
}