body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family:Garamond, "Times New Roman", Times, serif;
	font-size:12px;
}

a
{
	color: #372e24;
	text-decoration:none;		
}

a.product
{
	color: #372e24;
	text-decoration:none;
	font-weight:bold;	
	font-size:14px;	
}

a:hover
{
 color: #a29668;
}

.tagline
{
	font-size: 11px;
	color:#817446;
	vertical-align:top;
}
.error 
{
    padding:5px;
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    line-height: 13px;
    color: #ff0000;
    font-weight:bold;
    margin-bottom:10px;
}

.hours
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	vertical-align:top;
	padding-top:5px;
	color:#4c5451;
}

.hours a, .hourswithborder a
{
	color:#4c5451;
}

.hourswithborder
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	vertical-align:top;
	padding-top: 6px;
	border-top: #c9c9c8 1px solid;
	color:#4c5451;
}

.tiletitle
{
	color:#454545;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 3px;
	border-bottom: #c9c9c8 1px solid;
}

.tiledesc, .tiledesc a
{
	color:#454545;
	font-size: 12px;
	vertical-align:top;
}

.floatleft
{
	float:left;
}

/* Menu */
/* All <ul> tags in the menu including the first level */

.topmenupos
{
	vertical-align: top;
	padding-right:2px;
}

.menulist, .menulist ul {
 text-align: left;
 margin: 0;
 padding: 0;
 width: 78px;
 list-style: none;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned across from their parent */
.menulist ul {
 display: none;
 position: absolute;
 top: 30px;
 left: 35px;
 width: 125px;
 letter-spacing: normal;
}

.menulist ul ul {
 top: 0;
 left: 126px;
}


/* All menu items (<li> tags) are relatively positioned (to correctly offset submenus). */
.menulist li {
 position: relative;
 font-size: 12px;
 font-weight: bold;
 background-image: url(images/menu_back.png);
}

.menulist ul li {
 border-bottom: #d7d7d6 1px solid;
}

.menulist ul li ul li, .menulist li.last
{
	border-bottom: none;
}

/* Links inside the menu */
.menulist a {
 display:block;
 padding: 0;
 margin: 0;
 text-decoration: none;
  width: 100%;
 height: 20px;
}

/*
 Lit items: hover/focus = the current item. 'highlighted' = parent items to visible menus.
 Here, active items are given a border, and a padding tweak to 'elevate' the text within.
 Feel free to use background-image:url(file.gif) instead of background-color:#nnn here...
*/

.menulist li#vop { width: 78px; }

    .menulist a#vop {
      background-image: url(images/menu/statements_menu_03.gif);
	  background-repeat:no-repeat;
    }
	
	.menulist a#vop:hover, .menulist a.highlighted#vop, .menulist a#vop:focus {
     background-image: url(images/menu/statements_menu_03.gif);
	  background-repeat:no-repeat;
    }
	
    /*.menulist a#vop:hover, .menulist a.highlighted#vop, .menulist a#vop:focus {
     background-image: url(images/menu/statements_menuON_03.gif);
	  background-repeat:no-repeat;
    } */
    
    .menulist a#about {
      background-image: url(images/menu/statements_menu_07.gif);
	  background-repeat:no-repeat;
    }
	
    .menulist a#about:hover, .menulist a.highlighted#about, .menulist a#about:focus {
     background-image: url(images/menu/statements_menuON_07.gif);
	  background-repeat:no-repeat;
    }

/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/

.menulist ul a {
display: block;
padding: 3px 0 4px 3px;
color: #372e24;
height: 1%;
}

.menulist ul ul a {
display: block;
padding: 3px 0 4px 9px;
color: #372e24;
}

.menulist ul a:hover {
 color: #a29668;
}

/* 'subind' submenu indicators, which are automatically prepended to 'A' tag contents. */
.menulist a .subind {
 float: right;
}