/*

      nav

-------------------------------------------------------------*/

#nav {

margin:0;

padding:0px 0 0 230px;

width:580px;

height:55px;

}



#nav li{

float:left;

overflow:hidden;

text-indent:-5000px;

}



#sol01 {

display:block;

width:106px;

height:55px;

background:url(images/nav1.png) no-repeat;

z-index:100;

}

#sol01:hover{

background:url(images/nav1_o.png) no-repeat;

}

#sol02 {

display:block;

width:106px;

height:55px;

background:url(images/nav2.png) no-repeat;

z-index:100;

}

#sol02:hover{

background:url(images/nav2_o.png) no-repeat;

}

#sol03 {

display:block;

width:106px;

height:55px;

background:url(images/nav3.png) no-repeat;

z-index:100;

}

#sol03:hover{

background:url(images/nav3_o.png) no-repeat;

}

#sol04 {

display:block;

width:106px;

height:55px;

background:url(images/nav4_o.png) no-repeat;

z-index:100;

}



#sol05 {

display:block;

width:106px;

height:55px;

background:url(images/nav5.png) no-repeat;

z-index:100;

}

#sol05:hover{

background:url(images/nav5_o.png) no-repeat;

}





