/*
DROPDOWN
*/  

.dropHolder-1 {width:58px; float:left; height:1px; margin-right:20px;z-index:3001px;}
  
.dropHolder-2 {width:84px; float:left; height:1px; margin-right:20px;z-index:3002px;}
  
.dropHolder-3 {width:22px; float:left; height:1px; margin-right:0;z-index:3003px;}
  
    
.dropdown-menu {
    position:relative;
    font-size:12px;
    color:#fff;
    cursor:pointer;
    z-index:3000px;
	width:200px;
}

.dropdown-menu a:link, .dropdown-menu a:visited {
    color:#000 !important;
    /*display:block !important;*/
    text-decoration:none !important; 
    margin:0 !important;
}

.dropdown-menu a:hover {
    color:#000 !important;
    text-decoration:underline !important;
}

.dropdown-menu .slide-down {
    /*background-color:#FF0000;*/
}

.menu-first-1 {
    line-height:15px;
    padding:0;
}

.down-list-1 {
    background-color:#000;
    margin:0;
	padding-bottom:5px;
}
.down-list-1 li {
    padding:5px 5px 5px 15px;
    background:#670100 url(../images/list-divider.gif) no-repeat bottom;
}
.down-list-1 .lastLI { background:#FF0000; padding-bottom:2px; }


.menu-first-2 {
    line-height:15px;
    padding:0;
}

.down-list-2 {
    background-color:#000;
    margin:0;
	padding-bottom:5px;
}
.down-list-2 li {
    padding:5px 5px 5px 15px;
    background:#670100 url(../images/list-divider.gif) no-repeat bottom;
}
.down-list-2 .lastLI { background:#670100; padding-bottom:2px; }


.menu-first-3 {
    line-height:15px;
    padding:0;
}

.down-list-3 {
    background-color:#000;
    margin:0 0 0 -120px;
	padding-bottom:5px;
}
.down-list-3 li {
    padding:5px 5px 5px 15px;
    background:#670100 url(../images/list-divider.gif) no-repeat bottom;
}
.down-list-3 .lastLI { background:#670100; padding-bottom:2px; }
