
/********************************************** Button Styles ************************************/
a:hover { background-position: 0 0; color:33CCCC; }

.dropit{
position:relative;
top: 15px;
}
.nav_box .nav{
text-decoration:none;
}

.home{
height: 55px;
width: 120px;
float: left;
padding: 0px 0px 0px 0px;
overflow: hidden;
background: transparent url(img/but_home.png) top left no-repeat;
display:block;
text-indent: 70px;
text-decoration:none;
}
.home:hover{
background-position: bottom left;
}
.services{
height: 55px;
width: 120px;
float: left;
padding: 0px 0px 0px 0px;
overflow: hidden;
background: transparent url(img/but_services.png) top left no-repeat;
display:block;
text-indent: 70px;
text-decoration:none;
}
.services:hover{
background-position: bottom left;
}

.rates{
height: 55px;
width: 120px;
float: left;
padding: 0px 0px 0px 0px;
overflow: hidden;
background: transparent url(img/but_rates.png) top left no-repeat;
display: block;
text-indent: 70px;
}
 
.rates:hover{
background-position: bottom left;
}
.store{
height: 55px;
width: 120px;
float: left;
padding: 0px 0px 0px 0px;
overflow: hidden;
background: transparent url(img/but_store.png) top left no-repeat;
text-indent: 70px;
display: block;
}
 
.store:hover{
background-position: bottom left;
}

.about{
height: 55px;
width: 120px;
float: left;
padding: 0px 0px 0px 0px;
overflow: hidden;
background: transparent url(img/but_about.png) top left no-repeat;
text-indent: 70px;
display: block;
}
 
.about:hover{
background-position: bottom left;
}

.partners{
height: 55px;
width: 120px;
float: left;
padding: 0px 0px 0px 0px;
overflow: hidden;
background: transparent url(img/but_partners.png) top left no-repeat;
text-indent: 70px;
display: block;
}
 
.partners:hover{
background-position: bottom left;
}

.contact{
height: 55px;
width: 120px;
float: left;
padding: 0px 0px 0px 0px;
overflow: hidden;
background: transparent url(img/but_contact.png) top left no-repeat;
text-indent: 70px;
display: block;
}
 
.contact:hover{
background-position: bottom left;
}
/************************************************end button nav *********************/


