.smu, .smu ul{ /*topmost and sub ULs, respectively*/
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
border: 1px solid #bbb;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
text-align: left;
}
.smmTop {
    margin-top: 1px;
}
* html .smu li a{ /*IE6 CSS hack*/
display: inline-block;
}
.smu li a{
display: block;
width:100%;
text-decoration: none;
padding: 2px 5px;
border-bottom: 1px solid #bbb;
}
.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}
.smm ul{
margin: 0;
padding: 0;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
list-style-type: none; 
overflow: hidden;
width: 100%;
text-align:center;
}
.smm li{
display: inline;
margin: 0;
}
.smm li a{
float: left;
display: block;
text-decoration: none;
padding: 4px 5px;
color: white;
border: 0;
margin:0;
left:0;
}
.smm li a:hover{
    cursor: default;
}