/* CRAZY NAV */
#mainnav{
width: 100px;
_width: 85px;
padding: 0;
margin-left:55px;
font-size: 12px;
text-transform:uppercase;
float: left;
}

* html #mainnav{ /*IE 6 only */
w\idth: 85px; /*Box model bug: 180px minus all left and right paddings for #blueblock  from the UL and LI */
}

#mainnav ul{
list-style: none;
padding: 0;
margin: 25px 0 0 0;
border: none;
width: 100px;
_width: 85px;
float:left;
}

#mainnav li {
margin: 0;
}

li a.mainnav {
display: block;
padding: 5px 8px;
.padding: 4px 8px;
color: #ffffff;
.height:17px;
text-decoration: none;
width: 100px;
_width: 85px;
}

li a.mainnav_clicked {
display: block;
padding: 5px 8px;
.padding: 4px 8px;
color: #ed9c01;
.height:17px;
text-decoration: none;
width: 100px;
_width: 85px;
background: URL('/graphics/main-page.gif') no-repeat;
}
li a.mainnav_clicked:hover {
display: block;
color: #ed9c01;
text-decoration: none;
}

li a.nosub {
display: block;
padding: 5px 8px;
.padding: 4px 8px;
color: #ed9c01;
.height:17px;
text-decoration: none;
width: 100px;
_width: 85px;
background: URL('/graphics/mainbg-on.gif') no-repeat;
}

html>body li a.mainnav { /*Non IE6 width*/
width: auto;
}

li a.mainnav:hover{
color: #ed9c01;
background: URL('/graphics/mainbg-on.gif') no-repeat;
text-decoration: none;
}





#div0{
display:none;
width:160px;
 margin-top: 25px;
 float: left;
visibility: hidden; 
 line-height:14px;
}

#div1{
display:none;
width:160px;
 margin-top: 25px;
 float: left;
visibility: hidden; 
 line-height:14px;
}

#div2{
display:none;
width:160px;
 margin-top: 18px;
 float: left;
 visibility: hidden; 
 line-height:14px;

}

#div3{
display:none;
width:160px;
 margin-top: 25px;
 float: left;
 visibility: hidden; 
 line-height:14px;
}


#div4{
display:none;
width:160px;
 margin-top: 55px;
 float: left;
  visibility: hidden; 
 line-height:14px;
}

#subnav{
width: 150px;
padding: 5px 0 0 0;
font-size: 11px;
text-transform:uppercase;
border-left: solid 1px #ffffff;
float: left;
background: URL("/graphics/line.gif") no-repeat;
}

* html #subnav{ /*IE 6 only */
w\idth: 145px; /*Box model bug: 180px minus all left and right paddings for #blueblock  from the UL and LI */
}

#subnav ul{
list-style: none;
padding: 0 0 5px 0;
margin: 0;
border: none;
width:150px;
background: URL("/graphics/line.gif") bottom left no-repeat;
}

#subnav li {
margin: 0;
}

li.subnav {
display: block;
padding: 5px 5px;
.padding: 3px 5px;
.height:17px;


}

a.sub {
color: #ffffff;
padding: 5px 10px 4px 7px;
text-decoration: none;
}

html>body li a.subnav { /*Non IE6 width*/
width: auto;
}

a.sub:hover{
color: #ed9c01;
background:#ffffff;
text-decoration: none;
}
