﻿.divQuickLinks
{
    margin-right:10px;
    width: 135px;
    text-align:left;
    height:27px; 
    font-family: Trebuchet MS; 
    font-size:10pt;
    background-color: #444;    
    color: #efefef; 
    text-decoration:none;
    padding:0px;
}
.divQuickLinks ul
{
    width:135px;
    list-style:none;
    margin:0px;
    position:absolute;
    text-indent:5px;
    padding:0px;
    
}
.qlMenu
{
    font-size: 9pt;
    font-weight: bold;    
}
.qlSubMenu
{
    display:none;
    width:135px;
    height:20px;
    font-family: Trebuchet MS; 
    font-size:9pt;    
    color:#aaa;
    background-color: #555;
    cursor: pointer;
    border:1px solid #444;
    border-top:0px;
}
.qlSubMenuHover
{
    width:135px;
    height:20px;
    font-family: Trebuchet MS; 
    font-size:9pt;    
    color:white;
    background-color: #5d5c5c;
    cursor: pointer;
    border:1px solid #444;
    border-top:0px;
}
