﻿.dropdown_menu_nav{
    float:left;
    width:100%;
    z-index:1;
}

.dropdown_menu_ul{
    float:left;
    width:100%;
    margin:0px;
    padding:0px;
}
.dropdown_menu_li{
    float:left;
    width:100%;
    margin:0px;
    padding:0px;
    display:inline;
    list-style:none;
    list-style-position:outside;
    text-align:center;
}

.dropdown_menu_list{
    text-align:center;
    font-weight:normal;
}
.dropdown_menu_catalog{
    width:100%;
    height:auto;
    border:1px solid #d4d4d4;
    overflow:hidden;
    overflow-y:hidden;
    filter:Alpha(opacity=70);
    -moz-opacity:0.7;
    background-color:#EEEEEF;
}
.dropdown_menu_item{
    float:left;
    width:100%;
    height:32px;
    line-height:32px;
    overflow:hidden;    
    overflow-y:hidden;
    border-left:1px solid #d4d4d4;
    border-right:1px solid #d4d4d4;
}

.dropdown_menu_a:link{
    float:left;
    text-decoration:none;
    width:100%;
}
.dropdown_menu_a:visited{
    float:left;
    text-decoration:none;
    width:100%;
}
.dropdown_menu_a:hover{
    color:white;
    float:left;
    width:100%;
    text-decoration:none;
    background-color:#539D26;
}
.dropdown_menu_a:active{
    color:white;
    float:left;
    width:100%;
    text-decoration:none;
    background-color:#BD06B4;
}
