/* CSS Document */

.tab {
background-image: url("../images/tab.gif");
background-repeat: no-repeat;
background-position:top center;
text-align: center;
display: block;
text-decoration: none;
color:#CC0000;
font-weight:bold;
padding-top: 8px;
padding-bottom: 5px;
/*border: 1px solid #176292;*/
border-bottom: 0px;
}

/* remove list formatting */
ul {
margin: 0 0 0 0;
padding: 0 0 0 0;
list-style: none;
/*border-bottom: 1px solid #176292;*/
text-align: left;
}

/*format list level 1*/
li {
float: left;
position: relative;
width: 80px;
}

/*format list level 2*/
li ul {
position: absolute;
left: 0;
top: 30px;
display: none;
}

/*display menu */
li:hover ul, li.over ul{ display: block; }

/*style of links */
.menu_links {
display: block;
text-decoration: none;
color:#CCCCCC;
text-align: center;
padding-top: 75px;
padding-bottom: 15px;
/*border: 1px solid #176292;*/
background-color: #000000;
border-bottom: 0px;
background-image: url("../images/services.jpg");
background-repeat: no-repeat;
background-position:top center;
}

.weddings_links {
display: block;
text-decoration: none;
color:#CCCCCC;
text-align: center;
padding-top: 50px;
padding-bottom: 15px;
/*border: 1px solid #176292;*/
background-color: #000000;
border-bottom: 0px;
background-image: url("../images/weddings.jpg");
background-repeat: no-repeat;
background-position:top center;
}

.mitzvahs_links {
display: block;
text-decoration: none;
color:#CCCCCC;
text-align: center;
padding-top: 50px;
padding-bottom: 15px;
/*border: 1px solid #176292;*/
background-color: #000000;
border-bottom: 0px;
background-image: url("../images/bar_mitzvahs.jpg");
background-repeat: no-repeat;
background-position:top center;
}

.occasions_links {
display: block;
text-decoration: none;
color:#CCCCCC;
text-align: center;
padding-top: 50px;
padding-bottom: 15px;
/*border: 1px solid #176292;*/
background-color: #000000;
border-bottom: 0px;
background-image: url("../images/special_occasions.jpg");
background-repeat: no-repeat;
background-position:top center;
}

.business_links {
display: block;
text-decoration: none;
color:#CCCCCC;
text-align: center;
padding-top: 50px;
padding-bottom: 15px;
/*border: 1px solid #176292;*/
background-color: #000000;
border-bottom: 0px;
background-image: url("../images/business_events.jpg");
background-repeat: no-repeat;
background-position:top center;
z-index: 5;
}

.featured_links {
display: block;
text-decoration: none;
color:#CCCCCC;
text-align: center;
padding-top: 50px;
padding-bottom: 15px;
/*border: 1px solid #176292;*/
background-color: #000000;
border-bottom: 0px;
background-image: url("../images/featured_services.jpg");
background-repeat: no-repeat;
background-position:top center;
}

.staff_links {
display: block;
text-decoration: none;
color:#CCCCCC;
text-align: center;
padding-top: 50px;
padding-bottom: 15px;
/*border: 1px solid #176292;*/
background-color: #000000;
border-bottom: 0px;
background-image: url("../images/staff.jpg");
background-repeat: no-repeat;
background-position:top center;
}

.vendors_links {
display: block;
text-decoration: none;
color:#CCCCCC;
text-align: center;
padding-top: 50px;
padding-bottom: 15px;
/*border: 1px solid #176292;*/
background-color: #000000;
border-bottom: 0px;
background-image: url("../images/vendors.jpg");
background-repeat: no-repeat;
background-position:top center;
}

.equipment_links {
display: block;
text-decoration: none;
color:#CCCCCC;
text-align: center;
padding-top: 50px;
padding-bottom: 15px;
/*border: 1px solid #176292;*/
background-color: #000000;
border-bottom: 0px;
background-image: url("../images/equipment.jpg");
background-repeat: no-repeat;
background-position:top center;
letter-spacing: -1px;
}

.faq_links {
display: block;
text-decoration: none;
color:#CCCCCC;
text-align: center;
padding-top: 50px;
padding-bottom: 15px;
/*border: 1px solid #176292;*/
background-color: #000000;
border-bottom: 0px;
background-image: url("../images/faq.jpg");
background-repeat: no-repeat;
background-position:top center;
}


.contact_links {
display: block;
text-decoration: none;
color:#CCCCCC;
text-align: center;
padding-top: 50px;
padding-bottom: 15px;
/*border: 1px solid #176292;*/
background-color: #000000;
border-bottom: 0px;
background-image: url("../images/contact.jpg");
background-repeat: no-repeat;
background-position:top center;
}

.survey_links {
display: block;
text-decoration: none;
color:#CCCCCC;
text-align: center;
padding-top: 50px;
padding-bottom: 15px;
/*border: 1px solid #176292;*/
background-color: #000000;
border-bottom: 0px;
background-image: url("../images/survey.jpg");
background-repeat: no-repeat;
background-position:top center;
}

ul ul li a:link, ul ul li a:visited, ul ul li a:hover {
color:#FFFFFF;
text-decoration:underline;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */
