﻿.alphaList
{
	margin-top:59px;
}


/* DROP DOWN - ALL */
#selectServicesAll
{
	position:absolute;
	top:13px;
	left:-12px;
    z-index:9999;
    border: solid 0px red;
}
#selectServicesAll ul
{
    position:relative;
    z-index:9999;
    list-style-type: none;
}
#selectServicesAll li 
{
    position:relative;
    list-style-type: none;
    border: solid 1px #ced1d1;
    background-image:url("../../images/global/global_dropDownArrow_13x13.gif");
    background-repeat:no-repeat;
    background-position:246px center;
    background-color:#ffffff;
    width:260px;
    height:15px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height:15px;
    color: #909292;
    /*padding-left:5px;*/
    text-indent:5px;
}
#selectServicesAll li:hover, #selectServicesAll li.over 
{
    cursor:pointer;
    border: solid 1px #ced1d1;
    background-image:url("../../images/global/global_dropDownArrow_13x13.gif");
    background-repeat:no-repeat;
    background-position:246px center;
    background-color:#ffffff;
    width:260px;
    height:15px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height:15px;
    color: #909292;
    /*padding-left:5px;*/
    text-indent:5px;
}
#selectServicesAll li ul
{
    position: absolute; 
    display: none;    
    z-index:9999; 
    margin-left:-1px;
    margin-top:1px;
    _top:15px;
    _left:0px;
}
#selectServicesAll li > ul 
{
    *top: 15px;
    *left: 0px;
}
#selectServicesAll li:hover ul, #selectServicesAll li.over ul
{
    position:absolute;
    display: block; 
}
#selectServicesAll li ul li
{
    border: solid 1px #ced1d1;
    border-top:0px;
    background-color:#ffffff;
    background-image:none;
    width:260px;
    height:15px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height:15px;
    color: #909292;
    /*padding-left:5px;*/
    text-indent:5px;
}
#selectServicesAll li:hover ul li, #selectServicesAll li.over ul li
{
    border: solid 1px #ced1d1;
    border-top:0px;
    background-color:#ffffff;
    background-image:none;
    width:260px;
    height:15px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height:15px;
    color: #909292;
    /*padding-left:5px;*/
    text-indent:5px;
}
#selectServicesAll a
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height:15px;
    color: #909292;
    text-decoration: none;
    display:block;
    width:260px;
}
#selectServicesAll li ul li:hover, #selectServicesAll li ul li.over
{
    color:#909292;
    background-color:#f6f6f4;
    width:260px;
    height:15px;
}

