/* CSS file for the navigation bar only */

#navlist ul {
margin-left: 0px; /*removes indent IE and Opera*/
padding-left: 0px; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
font-size: 8px;
}

#navlist li {
margin: 0px;
}

#navlist a {
display: block;
padding: 4px 2px 5px 18px;
background-color: #000;
background-image:  url(../images/b_down.gif);
background-repeat: no-repeat;
background-position: 0% 0%;
}

#navlist a:link, #navlist a:visited {
color: #fff;
text-decoration: none;
}

#navlist a:hover, #navlist a:active {
background-color: #000;
background-image:  url(../images/b_over.gif);
background-repeat: no-repeat;
background-position: 0% 0%;
color: #fff;
}

/* ======= Contact Link =======*/

#navlistCon ul {
margin-left: 0px; /*removes indent IE and Opera*/
padding-left: 0px; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
font-size: 8px;
}

#navlistCon li {
margin: 0px;
}

#navlistCon a {
display: block;
padding: 4px 2px 5px 18px;
background-color: #000;
background-image:  url(../images/b_down_contact.gif);
background-repeat: no-repeat;
background-position: 0% 0%;
}

#navlistCon a:link, #navlist a:visited {
color: #fff;
text-decoration: none;
}

#navlistCon a:hover, #navlist a:active {
background-color: #000;
background-image:  url(../images/b_over.gif);
background-repeat: no-repeat;
background-position: 0% 0%;
color: #fff;
}

/* ======= Links Link =======*/

#navlistLin ul {
margin-left: 0px; /*removes indent IE and Opera*/
padding-left: 0px; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
font-size: 8px;
}

#navlistLin li {
margin: 0px;
}

#navlistLin a {
display: block;
padding: 4px 2px 5px 18px;
background-color: #000;
background-image:  url(../images/b_down_links.gif);
background-repeat: no-repeat;
background-position: 0% 0%;
}

#navlistLin a:link, #navlist a:visited {
color: #fff;
text-decoration: none;
}

#navlistLin a:hover, #navlist a:active {
background-color: #000;
background-image:  url(../images/b_over.gif);
background-repeat: no-repeat;
background-position: 0% 0%;
color: #fff;
}

/* ======= Catering Link =======*/

#navlistCat ul {
margin-left: 0px; /*removes indent IE and Opera*/
padding-left: 0px; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
font-size: 8px;
}


#navlistCat li {
margin: 0px;
}

#navlistCat a {
display: block;
padding: 4px 2px 5px 18px;
background-color: #000;
background-image:  url(../images/b_down_mult.gif);
background-repeat: no-repeat;
background-position: 0% 0%;
}

#navlistCat a:link, #navlist a:visited {
color: #fff;
text-decoration: none;
}

#navlistCat a:hover, #navlist a:active {
background-color: #000;
background-image:  url(../images/b_over.gif);
background-repeat: no-repeat;
background-position: 0% 0%;
color: #fff;
}


/* ======= Whole Link =======*/

#navlistWho ul {
margin-left: 0px; /*removes indent IE and Opera*/
padding-left: 0px; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
font-size: 8px;
}

#navlistWho li {
margin: 0px;
}

#navlistWho a {
display: block;
padding: 4px 2px 5px 18px;
background-color: #000;
background-image:  url(../images/b_down_merch.gif);
background-repeat: no-repeat;
background-position: 0% 0%;
}

#navlistWho a:link, #navlist a:visited {
color: #fff;
text-decoration: none;
}

#navlistWho a:hover, #navlist a:active {
background-color: #000;
background-image:  url(../images/b_over.gif);
background-repeat: no-repeat;
background-position: 0% 0%;
color: #fff;
}

/* ======= Multi Link =======*/

#navlistMul ul {
margin-left: 0px; /*removes indent IE and Opera*/
padding-left: 0px; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
font-size: 8px;
}

#navlistMul li {
margin: 0px;
}

#navlistMul a {
display: block;
padding: 4px 2px 5px 18px;
background-color: #000;
background-image:  url(../images/b_down_whole.gif);
background-repeat: no-repeat;
background-position: 0% 0%;
}

#navlistMul a:link, #navlist a:visited {
color: #fff;
text-decoration: none;
}

#navlistMul a:hover, #navlist a:active {
background-color: #000;
background-image:  url(../images/b_over.gif);
background-repeat: no-repeat;
background-position: 0% 0%;
color: #fff;
}

<!--[if IE 5]>
#navlist a {
height: 1em;
float: left;
clear: both;
width: 100%;
}
<![endif]-->

<!--[if IE 6]>
#navlist a {height: 1em;}
<![endif]-->