/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font-family: "微软雅黑";
margin: 0;
margin-top:-1px;
margin-left:-1px;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
background: #328DDC;
}
.ddsubmenustyle li{
  padding-left:5px;
  padding-right:5px;
  border:1px solid #CCCCCC;
  border-top:none;
  width:127px;
  line-height:30px;
  text-align:center;
}
.ddsubmenustyle li ul{position: absolute; margin-left:-1px; margin-top:0px;z-index: 120;}

/*.ddsubmenustyle li li a{ display: block; padding-left:13px;}*/
.ddsubmenustyle li a{
display: inline; /*width of menu (not including side paddings)*/
text-decoration: none;
text-align:center;
font-size:13px;
color:#FFFFFF;
text-transform:capitalize

}

/*.ddsubmenustyle span{ text-transform:uppercase;}*/

.ddsubmenustyle li a:hover{
font-weight:bold
}

/* ######### 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;
}