@charset "utf-8";
/* CSS Document */

#main_nav{
/*border-bottom: #555 dashed 1px; height: 70px;*/
height: 30px;
background: url(../images/navigation/nav_bg2.gif) no-repeat 10px 0px;
}

#nav1 a span, #nav2 a span, #nav3 a span, #nav4 a span, #nav5 a span{
display: none
}

#nav1 a{
background: url(../images/navigation/home1_blk.jpg) no-repeat top left;
height: 65px;
float: left;
width: 83px;
display: block;
}
#nav2 a{
background: url(../images/navigation/about_us1_blk.jpg) no-repeat top left;
height: 65px;
float: left;
width: 139px;
display: block;
}
#nav3 a{
background: url(../images/navigation/classes1_blk.jpg) no-repeat top left;
height: 65px;
float: left;
width: 284px;
display: block;
}

#nav4 a{
background: url(../images/navigation/contact1_blk.jpg) no-repeat top left;
height: 65px;
float: left;
width: 118px;
display: block;

}
#nav5 a{
background: url(../images/navigation/block_blk1.jpg) no-repeat top left;
height: 65px;
float: left;
width: 158px;
display: block;
margin-left: 4px;
}


#nav1 a:hover{
background: url(../images/navigation/home2_blk.jpg) no-repeat top left;
width: 83px;
}
#nav2 a:hover{
background: url(../images/navigation/about_us2_blk.jpg) no-repeat top left;
width: 139px;
}
#nav3 a:hover{
background: url(../images/navigation/classes2_blk.jpg) no-repeat top left;
width: 284px;
}
#nav4 a:hover{
background: url(../images/navigation/contact2_blk.jpg) no-repeat top left;
width: 118px;
}
#nav5 a:hover{
background: url(../images/navigation/block_blk2.jpg) no-repeat top left;
width: 158px;
margin-left: 10px;
}





/*
@charset "utf-8";
/* CSS Document */

/*#main_nav{
/*border-bottom: #555 dashed 1px; height: 70px;*/
/*behavior: url(iepngfix.htc);
height: 30px;
background: url(../ximages/navigation/nav_bg.gif) no-repeat 10px 0px;
}

#nav1 a span, #nav2 a span, #nav3 a span, #nav4 a span{
display: none;
behavior: url(iepngfix.htc);
}

#nav1 a, #nav2 a, #nav3 a, #nav4 a{
behavior: url(iepngfix.htc);
}

#nav1 a{

background: url(../images/navigation/home1.png) no-repeat top left;
height: 65px;
float: left;
width: 83px;
display: block;
}
#nav2 a{
background: url(../images/navigation/about_us1.png) no-repeat top left;
height: 65px;
float: left;
width: 139px;
display: block;
}
#nav3 a{
background: url(../images/navigation/classes1.png) no-repeat top left;
height: 65px;
float: left;
width: 284px;
display: block;
}

#nav4 a{
background: url(../images/navigation/contact1.png) no-repeat top left;
height: 65px;
float: left;
width: 118px;
display: block;
}

#nav1 a:hover, #nav2 a:hover, #nav3 a:hover, #nav4 a:hover{
behavior: url(iepngfix.htc);
}

#nav1 a:hover{
background: url(../images/navigation/home2.png) no-repeat top left;
width: 83px;
}
#nav2 a:hover{
background: url(../images/navigation/about_us2.png) no-repeat top left;
width: 139px;
}
#nav3 a:hover{
background: url(../images/navigation/classes2.png) no-repeat top left;
width: 284px;
}
#nav4 a:hover{
background: url(../images/navigation/contact2.png) no-repeat top left;
width: 118px;
}
*/