#nav
{
    font-family: Arial, Tahoma, Helvetica, sans-serif; /*  box-shadow:2px 2px 8px #000000;  */
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #F1F1F2;
}
#nav, #nav ul
{
    list-style: none;
    padding: 0;
}
#nav ul
{
    position: relative;
    z-index: -1;
}
#nav li
{
    position: relative;
    z-index: 100;
    background-color: #F1F1F2;
    margin-top: 0px;
}
#nav ul li
{
    margin-top: -23px;
    -moz-transition: 0.4s linear 0.4s;
    -ms-transition: 0.4s linear 0.4s;
    -o-transition: 0.4s linear 0.4s;
    -webkit-transition: 0.4s linear 0.4s;
    transition: 0.4s linear 0.4s;
}
#nav li a
{
    background-color: #F1F1F2;
    color: #005B9B;
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    outline: 0;
   /* padding-left: 15px;  */
    text-decoration: none;
}
#nav li a.sub
{
    background: #F1F1F2 url("../images/down.gif") no-repeat; 
   
}

#nav li a + img
{
    cursor: pointer;
    display: none;
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 180px;
    padding-left:20px;
}
#nav li a img
{
    /*   border-width:0px;    height:24px;       line-height:28px;     margin-right:8px;     vertical-align:middle;     width:24px;*/
}
#nav li a:hover
{
    color: #ec1c2e;
}
#nav ul li a
{
    background-color: #F1F1F2; /* border-bottom:1px solid #ccc;  */
    color: #005B9B;
    font-size: 12px;
    line-height: 23px;
}
#nav ul li a:hover
{
    text-decoration: underline;
}
#nav ul li a img
{
    background: url("../images/bulb.png") no-repeat;
    border-width: 0px;
    height: 10px;
    line-height: 22px;
   /* margin-right: 5px;  */
    vertical-align: middle;
    width: 6px;
}
#nav ul li:nth-child(odd) a img
{
}
#nav a.sub:focus
{
    background: #F1F1F2;
    outline: 0;
}
#nav a:focus ~
ul li
{
    margin-top: 0;
    -moz-transition: 0.4s linear;
    -ms-transition: 0.4s linear;
    -o-transition: 0.4s linears;
    -webkit-transition: 0.4s linears;
    transition: 0.4s linear;
}
#nav a:focus + img, #nav a:active + img
{
    display: block;
}
#nav a.sub:active
{
    background: #F1F1F2;
    outline: 0;
}
#nav a:active ul li
{
    margin-top: 0;
}
#nav ul:hover li
{
    margin-top: 0;
}
.Ul_Vertical_Menu
{
    padding-right: 20px;
}

.Ul_Bults
{
    margin-right: 20px;
}
