/* Zoom Alternate Stylsheet
This version 2008-03-16 v0.7
Copyright (c) 2008, shoesforindustry.net. All rights Reserved.  
*/
/*=======================*/
@import url("jellobase.css");
@import url("defaultcolor.css");
@import url("alternatecolor.css");
@import url("singlecolumn.css");

/* SETTINGS FOR COLOUR DIFFERENCES WITH ZOOM */
#mainmenuwrapper {background: #362918 ;}
#contentbody{border-right: none;border-left: none;}
#contents{
border-left:none;
border-right: none;
}
#subheader h2, #submenu h2 {
border-top: 1px dotted #574127;
border-bottom: none;
}

/*============================================*/
/*MENUS*/
/* MAIN MENU */

/* Menu UL Container - alter to vertical format */
.menu_horiz{background: transparent; }

.menu_horiz  li a, .menu_horiz li a:link{
padding: 4px 0 4px 20px;
background: transparent;
background-image: url(../images/site/cross.gif);
background-position: left center;
background-repeat: no-repeat;
}

.menu_horiz li a:visited {
padding: 4px 0 4px 20px;
background: transparent;
background-image: url(../images/site/cross.gif);
background-position: left center;
background-repeat: no-repeat;
}

.menu_horiz li a:hover, .menu_horiz li a:focus {
color: #fff;
padding: 4px 0 4px 20px;
background: transparent;
background-image: url(../images/site/crossred.gif);
background-position: left center;
background-repeat: no-repeat;
}

.menu_horiz  li a:active {
background: transparent;
background-image: url(../images/site/fluerdelyssingle.gif);
padding: 4px 0 4px 20px;
background-position: left center;
background-repeat: no-repeat;
}

/* Active Record */
.menu_horiz  li.active a.current,.menu_horiz  li.active a:active.current {

background: transparent;
padding: 4px 0 4px 35px;
background-image: url(../images/site/fluerdelyssingle.gif);
background-position: left center;
background-repeat: no-repeat;
}
