/* MAIN MENU ROLLOVERS */


#home a {
text-indent: -1000em;
background: url(../images/home.gif) no-repeat left top;
width: 190px;
height: 39px;
display: inline;
float: left;
border-bottom: none;
overflow: hidden; /* For nested divs in Safari */
}

/*  IE 5 hack \*/
#home a {overflow: hidden;}
/* end hack */ 

#home a:hover {
background-position: -191px 0px;
border-bottom: none;
}

#home-on {
background: url(../images/home_on.gif) no-repeat left top;
width: 190px;
height: 41px;
display: inline;
float: left;
}

#range a {
text-indent: -1000em;
background: url(../images/range.gif) no-repeat left top;
width: 190px;
height: 41px;
display: inline;
float: left;
border-bottom: none;
overflow: hidden; /* For nested divs in Safari */
}

/*  IE 5 hack \*/
#range a {overflow: hidden;}
/* end hack */ 

#range a:hover {
background-position: -191px 0px;
border-bottom: none;
}

#range-on {
background: url(../images/range_on.gif) no-repeat left top;
width: 190px;
height: 41px;
display: inline;
float: left;
}

#features a {
text-indent: -1000em;
background: url(../images/features.gif) no-repeat left top;
width: 190px;
height: 29px;
display: inline;
float: left;
border-bottom: none;
overflow: hidden; /* For nested divs in Safari */
}

/*  IE 5 hack \*/
#features a {overflow: hidden;}
/* end hack */ 

#features a:hover {
background-position: -191px 0px;
border-bottom: none;
}

#features-on {
background: url(../images/features_on.gif) no-repeat left top;
width: 190px;
height: 29px;
display: inline;
float: left;
}

#order a {
text-indent: -1000em;
background: url(../images/order.gif) no-repeat left top;
width: 190px;
height: 35px;
display: inline;
float: left;
border-bottom: none;
overflow: hidden; /* For nested divs in Safari */
}

/*  IE 5 hack \*/
#order a {overflow: hidden;}
/* end hack */ 

#order a:hover {
background-position: -191px 0px;
border-bottom: none;
}

#order-on {
background: url(../images/order_on.gif) no-repeat left top;
width: 190px;
height: 35px;
display: inline;
float: left;
}

#venues a {
text-indent: -1000em;
background: url(../images/venues.gif) no-repeat left top;
width: 190px;
height: 43px;
display: inline;
float: left;
border-bottom: none;
overflow: hidden; /* For nested divs in Safari */
}

/*  IE 5 hack \*/
#venues a {overflow: hidden;}
/* end hack */ 

#venues a:hover {
background-position: -191px 0px;
border-bottom: none;
}

#venues-on {
background: url(../images/venues_on.gif) no-repeat left top;
width: 190px;
height: 43px;
display: inline;
float: left;
}

#news a {
text-indent: -1000em;
background: url(../images/news.gif) no-repeat left top;
width: 190px;
height: 35px;
display: inline;
float: left;
border-bottom: none;
overflow: hidden; /* For nested divs in Safari */
}

/*  IE 5 hack \*/
#news a {overflow: hidden;}
/* end hack */ 

#news a:hover {
background-position: -191px 0px;
border-bottom: none;
}

#news-on {
background: url(../images/news_on.gif) no-repeat left top;
width: 190px;
height: 35px;
display: inline;
float: left;
}

#contact a {
text-indent: -1000em;
background: url(../images/contact.gif) no-repeat left top;
width: 190px;
height: 26px;
display: inline;
float: left;
border-bottom: none;
overflow: hidden; /* For nested divs in Safari */
}

/*  IE 5 hack \*/
#contact a {overflow: hidden;}
/* end hack */ 

#contact a:hover {
background-position: -191px 0px;
border-bottom: none;
}

#contact-on {
background: url(../images/contact_on.gif) no-repeat left top;
width: 190px;
height: 26px;
display: inline;
float: left;
}

