/***************** MAIN MENU **********************************/


.intro
{
    background-image: url("../images/menu_intro.gif");
    background-repeat: no-repeat;
    width:52px;
    margin-left: 3px;
}

.pre1,
.intro:hover
{
    background-image: url("../images/menu_intro2.gif");
}

.vip
{
    background-image: url("../images/menu_vip.gif");
    background-repeat: no-repeat;
    width:34px;
}
.pre2,
.vip:hover
{
    background-image: url("../images/menu_vip2.gif");
}

.club
{
    background-image: url("../images/menu_club.gif");
    background-repeat: no-repeat;
    width:80px;
}

.pre3,
.club:hover
{
    background-image: url("../images/menu_club2.gif");
}

.guestlist
{
    background-image: url("../images/menu_guest.gif");
    background-repeat: no-repeat;
    width:88px;
}

.pre4,
.guestlist:hover
{
    background-image: url("../images/menu_guest2.gif");
}

.hire
{
    background-image: url("../images/menu_hire.gif");
    background-repeat: no-repeat;
    width:45px;
}

.pre5,
.hire:hover
{
    background-image: url("../images/menu_hire2.gif");
}

.funk
{
    background-image: url("../images/menu_funk.gif");
    background-repeat: no-repeat;
    width:91px;
}

.pre6,
.funk:hover
{
    background-image: url("../images/menu_funk2.gif");
}

.nights
{
    background-image: url("../images/menu_nights.gif");
    background-repeat: no-repeat;
    width:64px;
}

.pre7,
.nights:hover
{
    background-image: url("../images/menu_nights2.gif");
}

.members
{
    background-image: url("../images/menu_members.gif");
    background-repeat: no-repeat;
    width:85px;
}

.pre8,
.members:hover
{
    background-image: url("../images/menu_members2.gif");
}

.photo
{
    background-image: url("../images/menu_photos.gif");
    background-repeat: no-repeat;
    width:67px;
}

.pre9,
.photo:hover
{
    background-image: url("../images/menu_photos2.gif");
}

.contact
{
    background-image: url("../images/menu_contact.gif");
    background-repeat: no-repeat;
    width:77px;
}

.pre10,
.contact:hover
{
    background-image: url("../images/menu_contact2.gif");
}

.mon
{
    background-image: url("../images/menu_mon.gif");
    background-repeat: no-repeat;
    width:54px;
}

.wed
{
    background-image: url("../images/menu_wed.gif");
    background-repeat: no-repeat;
    width:77px;
}

.thurs
{
    background-image: url("../images/menu_thurs.gif");
    background-repeat: no-repeat;
    width:65px;
}

.fri
{
    background-image: url("../images/menu_fri.gif");
    background-repeat: no-repeat;
    width:46px;
}

.sat
{
    background-image: url("../images/menu_sat.gif");
    background-repeat: no-repeat;
    width:65px;
}

/********************** These are standard sIFR styles... do not modify ********************/

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
        margin: 5px 0px 5px 0px;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
        margin: 5px 0px 5px 0px;

}

.sIFR-hasFlash h4 {
	visibility: hidden;
        margin: 0px;
        font-size: 18px;
}
/************************* TEXT ********************************/

.text
{
    color: #b19056;
    font-size: 12pt;
    text-align: left;
}

h1
{
    padding:0px;
    margin:0px;
    font-size: 24pt;
    color: #B19056;
}

.nights_content,
.hire_content
{
    color: #b19056;
    font-size: 14pt;  
}

.content_box_main_text p,
.content_box_text p
{
    margin:0px;
    padding: 5px 0px 5px 0px;
}

.content_box_main_text,
.content_box_text
{
    font-size: 12pt;
    text-align:left;
    color: #b19056;
}

.content_box_main_text h2,
.content_box_text h2
{
    margin: 0px;
    padding: 10px 0px 10px 0px;
}

.content_box_footer a:link,
.content_box_footer a:active,
.content_box_footer a:visited,
.content_box_main_text a:link,
.content_box_main_text a:active,
.content_box_main_text a:visited,
.content_box_text a:link,
.content_box_text a:active,
.content_box_text a:visited
{
    color: #b19056;
    text-decoration: none;
}

.content_box_footer a:hover,
.content_box_text a:hover,
.content_box_main_text a:hover
{
    text-decoration: underline;   
}

.content_box_footer
{
    font-size: 12px;
    text-align:center;
    color: #b19056;
}

/************************* MEMBERS **************************/

.members_gold ul
{
    padding: 0px;
    margin:0px;
}

.members_gold ul li
{
    list-style: none;
    background-image: url("../images/bullit_gold.gif");
    background-repeat: no-repeat;
    height: 29px;
    padding:5px 0px 5px 35px;
}

.members_plat ul
{
    padding: 0px;
    margin:0px;
}

.members_plat ul li
{
    list-style: none;
    background-image: url("../images/bullit_plat.gif");
    background-repeat: no-repeat;
    height: 29px;
    padding: 5px 0px 5px 35px;
}