/* ######### Drop Down ULs CSS ######### */
.ddsubmenustyle, .ddsubmenustyle ul{
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
border-top:1px solid #d7d7d7;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}
.ddsubmenustyle li{
float:left;
clear:both;
}
.ddsubmenustyle li a{
display: block;
width: 120px;
color: #8a8a8a;
background:#f9f9f9;
text-decoration: none;
border-bottom: 1px solid #d7d7d7;
border-top: 1px solid #f9f9f9;
font-size:  12px;
text-align:center;
padding:6px;
}
* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 120px;
}
.ddsubmenustyle li a:hover{
background-color:#eee;
color:#666;
font-size:  12px;
text-decoration: none;
}



.ddsubmenustyle1, .ddsubmenustyle1 ul{
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
border-bottom: 1px solid #616161;
visibility: hidden;
z-index: 100;
}
.ddsubmenustyle1 li{
float:left;
clear:both;
}
.ddsubmenustyle1{
background:url(../images/cate_back.jpg) #ffffff 0 0 no-repeat;
padding:4px 0;
}
.ddsubmenustyle1 ul{
background:url(../images/cate_back.jpg) #ffffff 0 0 no-repeat;
padding:4px 0;
margin-top:-3px;
}
.ddsubmenustyle1 li a{
display: block;
width: 142px;
color: #8a8a8a;
text-decoration: none;
font-size:  12px;
padding:0 5px 0 10px;
height:21px;
line-height:21px;
}
* html .ddsubmenustyle1 li{ /*IE6 CSS hack*/
display: inline-block;
width: 142px;
}
.ddsubmenustyle1 li a:hover{
color: #000;
font-size:  12px;
text-decoration: none;
}



.downarrowpointer{
padding-left: 4px;
border: 0;
}
.rightarrowpointer{
position: absolute;
padding-top:2px;
left: 100px;
border: 0;
}
.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}