﻿/************************* SECONDARY NAV ***************************/
#secondary
{
    position: absolute;
    right: 0;
    width: 229px;
    top: 137px;
}

#secondary p
{
	margin: 0px;
	padding: 0px;
	font-size: 0px;
}

#secondary a
{
    display: block;
    padding-bottom: 5px;
    width: 197px;
    background-repeat: no-repeat;
    clear: both;
}
#secondary .banquet
{
    background-position: 0px 0px;
    margin-top: -5px;
    height: 197px;
    background-image: url(../images/layout/but-banquet-info.gif);
}
#secondary .catering
{
    background-position: -1px 0px;
    height: 89px;
    background-image: url(../images/layout/but-catering.gif);
}
#secondary .overtime
{
    background-position: 12px 0px;
    height: 175px;
    background-image: url(../images/layout/but-overtime-bar-at-hard-hat.gif);
}
#secondary .calendar
{
    background-position: 12px 0px;
    height: 172px;
    background-image: url(../images/layout/but-event-calendar.gif);
}
#secondary .specials
{
    background-position: 12px 0px;
    height: 170px;
    background-image: url(../images/layout/but-hard-hat-specials.gif);
}

#secondary.inner
{
    position: absolute;
    right: 0;
    width: 184px;
    top: 137px;
}
#secondary.inner a
{
    display: block;
    padding-bottom: 5px;
    width: 154px;
    background-repeat: no-repeat;
    clear: both;
   
}
#secondary.inner .banquet
{
    background-position: 0px 0px;
    
    height: 157px;
    background-image: url(../images/layout/but-banquet-info-inner.gif);
}
#secondary.inner .catering
{
    background-position: 0px 0px;
    height: 75px;
    background-image: url(../images/layout/but-catering-inner.gif);
}
#secondary.inner .overtime
{
    background-position: 10px 0px;
    height: 139px;
    background-image: url(../images/layout/but-overtime-bar-at-hard-hat-inner.gif);
}
#secondary.inner .calendar
{
    background-position: 10px 0px;
    height: 136px;
    background-image: url(../images/layout/but-event-calendar-inner.gif);
}
#secondary.inner .specials
{
    background-position: 10px 0px;
    height: 135px;
    background-image: url(../images/layout/but-hard-hat-specials-inner.gif);
}

#secondary.inner .locations
{
    background-position: 1px 0px;
    height: 73px;
    background-image: url(../images/layout/but-locations-inner.gif);
}

