/* CSS Document */
ul, li{margin:0; border:0; padding:0; list-style:none;}
#dashboardDrop{
font-family: tahoma, arial, sans-serif;
font-size:14px;
line-height:12px;
color:#333333;
height:30px;
margin-top:4px;
width:600px;
}
#dashboardDrop .menu li {
height:30px;
float:left;
margin-right:10px;
}
#dashboardDrop .menu li a{
font-family: tahoma, arial, sans-serif;
font-size:14px;
line-height:12px;
color:#333333;
text-decoration:none;
padding:0 10px;
height:30px;
line-height:30px;
display:block;
float:left;
padding:0 10px 0 10px;
}
#dashboardDrop .menu li a:hover{
color:#c9dea1;
}

#dashboardDrop ul .submenu {
border:solid 1px #c9dea1;
border-top:none;
background:#FFFFFF;
position:relative;
top:4px;
width:300px;
padding:6px 0;
clear:both;
z-index:2;
display:none;
}
#dashboardDrop ul .submenu li{
background:none;
display:block;
float:none;
margin:0 6px;
border:0;
height:auto;
line-height:normal;
border-top:solid 1px #DEDEDE;
}
#dashboardDrop .submenu li a{
background:none;
display:block;
float:none;
padding:6px 6px;
margin:0;
border:0;
height:auto;
color:#105cbe;
line-height:normal;
}
#dashboardDrop .submenu li a:hover{
background:#e3edef;
}
