
#menu
{
    padding-left: 7px;
    padding-bottom: 0px;
    background-image: url(../Images/menubkg1.gif);
    z-index: 30;
}

#menu UL
{
    display: block;
    margin: 0px;
    padding: 0px;
    line-height: 1.5em;
    list-style-type: none;
    font-family: Trajan Pro Arial;
    font-size: 12px;
    float: left;
}

/* this part for home menu start this called first level */
#menu UL LI
{
    padding: 0px;
    margin: 0px;
    font-size: 11px;
    float: left;
    list-style-type: none;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
}

/* this part for home menu text change color of the link etc */
#menu UL LI A
{
    padding-right: 0.8em;
    display: block;
    padding-left: 1em;
    font-weight: bold;
    background: none transparent scroll repeat 0% 0%;
    float: left;
    padding-bottom: 0.5em;
    margin: 0px;
    width: auto;
    color: #fff;
    padding-top: 0.5em;
    text-decoration: none;
    font-size: 11px;
    font-family: Arial;
    padding-top: 0.8em;
}

#menu UL LI A:hover
{
    color: #c0c0c0 ;
    text-decoration: none;
}
#menu UL LI.sep
{
    padding-right: 0em;
    padding-left: 0em;
    padding-bottom: 0.5em;
    color: white;
    padding-top: 0.8em;
}
#menu UL LI A
{
    float: none;
}
#menu UL.level2
{
    border-right: #fff 1px solid;
    border-top: #fff 1px solid;
    background: #0064b0;
    left: 0px;
    visibility: hidden;
    border-left: #fff 1px solid;
    position: absolute;
    top: 0px;
}
#menu UL.level3
{
    border-right: #fff 1px solid;
    border-top: #fff 1px solid;
    background: #5c9fd0;
    left: 0px;
    visibility: hidden;
    border-left: #fff 1px solid;
    position: absolute;
    top: 0px;
}


/*this part for level 1*/
#menu UL.level2 LI
{
    padding-right: 0px;
    padding-left: 0px;
    float: none;
    padding-bottom: 0px;
    margin: 0px;
    width: 200px;
    padding-top: 0px;
    border-bottom: #fff 1px solid;
    font-family: Verdana;
    font-size: 11px;
}
/*this part for level 2*/
#menu UL.level3 LI
{
    padding-right: 0px;
    padding-left: 0px;
    float: none;
    padding-bottom: 0px;
    margin: 0px;
    width: 190px;
    padding-top: 0px;
    border-bottom: #fff 1px solid;
}

/*this part for level 2 for text change*/

#menu UL.level2 LI A
{
    padding-right: 2px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 2px;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    position: relative;
}

#menu UL.level3 LI A
{
    padding-right: 9px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 2px;
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    background: #0064b0;
}

#menu UL.level2 LI A:hover
{
    font-weight: normal;
    background-image: none;
    background-color: #5C9FD0;
}

#menu UL.level3 LI A:hover
{
    font-weight: normal;
    background-image: none;
    background-color: #5C9FD0;
}



#menu div a
{
    position: relative;
    display: block;
    margin: 0;
    border-bottom: 0.025em solid #FFFFFF;
    padding: 2px 10px;
    width: 155px;
    white-space: nowrap;
    text-align: left;
    text-decoration: none;
    background: #5c9fd0;
    color: #FFFFFF;
    font: 11px arial;
}

#menu div a:hover
{
    border-bottom: 0.025em solid #FFFFFF;
}

