﻿#quickLinks
{
    cursor: pointer;
    font: normal normal 12px/20px Helvetica;
    padding-bottom: 10px;
}

#quickLinks a
{
    color: #575757;
    display: block;
    padding: 2px 0px 2px 10px;
    text-decoration: none;
	text-transform: uppercase;
	width: 100%;
}

#quickLinks a:hover
{
    color: #365f85;
}

#quickLinks ul
{
    margin: 0;
    padding: 0;
	list-style: none;
	width: 200px;
}

#quickLinks ul li  
{
	position: relative;
}

#quickLinks ul li ul 
{
    background: #e6e6e6;
	left: 0px;
	padding: 0px;
	position: absolute;
    text-align: left;
    top: 16px;
}

#quickLinks ul li ul li:hover 
{
    background: #A9A9A9;
}


/* display none */
div#quickLinks ul ul
{display: none;}
                  
/* display block */
div#quickLinks ul li:hover ul
{display: block;}