.dropdown 
{
color: #555;
margin: 0px 0px 0 0;
width: 80px;
position: relative;
height: 17px;
text-align:left;
float:left;
}
.submenu
{
background: #fff;
position: absolute;
top: -12px;
left: -20px;
z-index: 1000;
width: 138px;
display: none;
margin-left: 10px;
padding: 40px 0 5px;
border-radius: 6px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}
.dropdown li a 
{
color: #555555;
display: block;
font-family: arial;
font-weight: bold;
padding: 6px 12px;
cursor: pointer;
text-decoration:none;
}

.dropdown li a:hover
{
background:#155FB0;
color: #FFFFFF;
text-decoration: none;
}
a.account 
{
font-size: 12px;
line-height: 16px;
color: #555;
position: absolute;
z-index: 1100;
display: block;
padding: 11px 0 0 10px;
height: 28px;
width: 80px;
margin: -11px 0 0 -10px;
text-decoration: none;
background: url(arrow.png) 80px 16px no-repeat;
cursor:pointer;
font-weight:bold;
}
.root
{
list-style:none;
margin:0px;
padding:0px;
font-size: 11px;
padding: 0px 0 0 0px;
border-top:1px solid #dedede;
}