
#nav, #nav ul{
margin:0;
padding:0px;
list-style-type:none;
list-style-position:outside;
position:relative;
line-height:1.5em; 
}

#nav a
{
display:block;
padding:0px 5px;
background:#fde7d2 url('../images/nav_line.gif') no-repeat left;
color:#5c5c5c;
text-decoration:none;
}

#nav a.mainTopFirst
{
display:block;
padding:0px 5px;
background: none !important;
color:#003cff;
text-decoration:none;
}
#nav a.mainTopFirst:hover
{
background-color:Transparent;
color:#f87b0f;
}

#nav a.mainTop
{
display:block;
padding:0px 5px;
background: url('../images/nav_line.gif') no-repeat left;
color:#003cff;
text-decoration:none;
}
#nav a.mainTop:hover
{
    background-color:Transparent;
    color:#f87b0f;
}

#nav a:hover{
background-color:#a2b9ff;
color:#5c5c5c;
}

#nav li{
float:left;
position:relative;
}

#nav ul {
position:absolute;
display:none;
width:10em;
top:1.5em;
}


#nav li ul a{
width:10em;
height:auto;
float:left;
}
#nav li ul li
{
    border-top: 1px solid #f1780e;
    border-right: 1px solid #f1780e;
}
#last
{
     border-right:none !important;
     height:30px !important;
     width:171px !important;
}
#last a
{
    width:171px !important;
    height:30px !important;
    background: url('../images/bottom_orange.gif') no-repeat bottom left !important;
}
#last a:hover
{
    width:171px !important;
    height:30px !important;
    background: url('../images/bottom_blue.gif') no-repeat bottom left !important;
}

#nav ul ul{
top:auto;
}	

#nav li ul ul {
width:10em;
margin:0px 0 0 0px;
}
#sideUL
{
float:right!important;
position:absolute !important;
display:none;
width:10em;
left:170px;
}
#sideUL li a.sublvl
{
    width:179px!important;
}
#sideUL li.lastInner a.sublvl
{
    height:30px !important;
    width:180px !important;
    background: url('../images/bottom_sublvl_orange.gif') no-repeat bottom left !important;
}
#sideUL li.lastInner a.sublvl:hover
{
    height:30px !important;
    width:180px !important;
    background: url('../images/bottom_sublvl_blue.gif') no-repeat bottom left !important;
}
#sideUL li.lastInner
{
    border-right:none !important;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}
#maintext
{
    font-family:Arial;
    font-size:13px;
    font-weight:bold;
    letter-spacing:0.8px;
}
