.menutext
{
    color: #ffffff !important;
    font-family: Calibri;
    font-size: 14px;
    font-style: normal;
    text-align: left;
}

.menu
{
    border: none;
    border: 0px;
    margin: 0px;
    padding: 0px;
    font: 67.5% "Lucida Sans Unicode" , "Bitstream Vera Sans" , "Trebuchet Unicode MS" , "Lucida Grande" , Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
}
.menu ul
{
    background: none repeat scroll 0 0 #4e78cc;
    color: #ffffff;
    height: 0;
    list-style: none outside none;
    margin: 0 0 0 61px;
    padding: 0;
}
.menu li
{
    float: left;
    padding: 0px;
    border-bottom: 1px white;
}
.menu li a
{
    background: #4e78cc url("images/seperator1.gif") bottom right no-repeat;
    color: #ffffff;
    display: block;
    font-weight: bold;
    line-height: 35px;
    margin: 0px;
    padding: 0px 25px;
    text-align: center;
    text-decoration: none;
}
.menu span
{
    color: #fff !important;
}
.menu li a:hover, .menu ul li:hover a
{
    background: #2058ce url("images/hover.gif") bottom center no-repeat;
    color: #FFFFFF;
    text-decoration: none;
}
.menu li ul
{
    background: #2759c1;
    display: none;
    height: auto;
    padding: 0px;
    margin: 0px;
    border: 0px;
    position: absolute;
    width: 225px;
    z-index: 200; /*top:1em; 		/*left:0;*/
}
.menu li:hover ul
{
    display: block;
}
.menu li li
{
    background: url('images/sub_sep.gif') bottom left no-repeat;
    display: block;
    float: none;
    margin: 0px;
    padding: 0px;
    width: 225px;
}
.menu li:hover li a
{
    background: none;
}
.menu li ul a
{
    display: block;
    font-size: 12px;
    font-style: normal;
    margin: 0px;
    padding: 0px 10px 0px 15px;
    text-align: left;
}
.menu li ul a:hover, .menu li ul li:hover a
{
    background: #1241a4 url('images/hover_sub.gif') center left no-repeat;
    border: 0px;
    color: #ffffff;
    text-decoration: none;
}
.menu li
{
    border-right: 1px solid;
    float: left;
    padding: 0;
}
.menu li a
{
    background: url("images/seperator1.gif") no-repeat scroll right bottom #4e78cc;
    color: #ffffff;
    display: block;
    font-weight: bold;
    line-height: 35px;
    margin: 0;
    padding: 0 12px;
    text-align: center;
    text-decoration: none;
}
.menu li a:hover, .menu ul li:hover a
{
    background: #2058ce url("images/hover.gif") bottom center no-repeat;
    color: #FFFFFF;
    text-decoration: none;
}
.menu li ul
{
    background: #2759c1;
    display: none;
    height: auto;
    padding: 0px;
    margin: 0px;
    border: 0px;
    position: absolute;
    width: 225px;
    z-index: 200; /*top:1em; 		/*left:0;*/
}
.menu li:hover ul
{
    display: block;
}
.menu li li
{
    background: url("images/sub_sep.gif") no-repeat scroll left bottom rgba(0, 0, 0, 0);
    border-bottom: 1px solid;
    border-left: 0 none !important;
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    width: 225px;
}
.menu li:hover li a
{
    background: none;
}
.menu li ul a
{
    color: #fff !important;
    display: block;
    font-size: 12px;
    font-style: normal;
    margin: 0;
    padding: 0 10px 0 15px;
    text-align: left;
}

.menu li ul a:hover, .menu li ul li:hover a /*over over*/
{
    background: #256789 url('images/hover_sub.gif') center left no-repeat;
    border: 0px;
    color: #ffffff;
    text-decoration: solid;
}


.menu ul li:hover ul li ul
{
    background: #2759c1;
    display: none;
    height: auto;
    padding: 0px;
    margin-left: 200px;
    margin-top: -35px;
    border: 0px;
    position: absolute;
    width: 225px;
    z-index: 100;
}

.menu ul li:hover ul li:hover ul
{
    display: block;
    background: #2759c1;
    height: auto;
    padding: 0px;
    margin-left: 200px;
    margin-top: -35px;
    border: 0px;
    position: absolute;
    width: 225px;
    z-index: 100;
}

.menu ul li:hover ul li:hover ul a
{
    background: #1241a4 url("images/seperator1.gif") bottom right no-repeat;
    color: #ffffff;
    display: block;
    font-style: normal;
    line-height: 35px;
    margin: 0px;
    padding: 0px 10px;
    text-align: left;
    text-decoration: none;
}

.menu ul li:hover ul li:hover ul a:hover /*over over*/
{
    background: #256789 url('images/hover_sub.gif') center left no-repeat;
    border: 0px;
    color: #ffffff;
    text-decoration: solid;
}

.menu li li:hover ul
{
    display: block;
}
.menu p
{
    clear: left;
}

