/**********************************
*             Navigation
*/

.navigation.horizontal {
    width: 100%;
    height: 27px;
    margin: 0;
    padding: 4px 0 0 0;
}
.navigation.horizontal ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.navigation.horizontal ul li {
    float: left;
    margin: 0;
    padding: 0;
    background: transparent url(images/bg-navigation-button.gif) top left no-repeat;
}

#nav_container{
    position:relative;
    left:-90px;

}

.navigation.horizontal ul li a {
    display: block;
    height: 27px;
    padding-left: 13px;
    float: left;
    text-transform: uppercase;
    font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
    font-size: 10px;
    font-weight:bold;
    color: #FFFFFF;
    text-decoration: none;
}

.navigation.horizontal ul li a span.menu_ar {
    display: block;
    float: left;
    height: 15px;
    padding-top: 9px;
    padding-right: 13px;
    cursor: pointer;
    color:#FFF;
}


/**********************************
*            Right Side Navigation
*/

#maps
{
  display: block;
  width: 151px;
  height: 28px;
  background: url("../images/template_imgs/directions.gif") no-repeat 0 0;

}

#maps:hover
{
  background-position: 0 -27px;
}

#maps span
{
  display: none;
}

#hours
{
  display: block;
  width: 151px;
  height: 28px;
  background: url("../images/template_imgs/hours_pricing.gif") no-repeat 0 0;

}

#hours:hover
{
  background-position: 0 -27px;
}

#hours span
{
  display: none;
}

#specials
{
  display: block;
  width: 151px;
  height: 28px;
  background: url("../images/template_imgs/specials_and_events.gif") no-repeat 0 0;

}

#specials:hover
{
  background-position: 0 -27px;
}

#specials span
{
  display: none;
}

#loca
{
  display: block;
  width: 151px;
  height: 54px;
  background: url("../images/template_imgs/select_location_on.gif") no-repeat 0 0;

}

#loca:hover
{
  background-position: 0 -57px;
}

#loca span
{
  display: none;
}