/* Main menu settings */

#horizontal-wrapper { 

}
#horizontal-wrapper ul {
list-style-type:none;
}

#horizontal-main-menu {
	display:none;
}


#home-allcontent #horizontal-main-menu {
		margin:0;
	padding:0px;
	display:block;
	position:absolute;
	margin-top:263px;
	z-index:6000;
	text-align:center;
	margin-left:0px;
	width:1200px;
	height:73px;
	background:none;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#horizontal-main-menu ul {
	margin:0;
	padding:0px;
	background:none;
		margin:0;
	padding:0px;
	background:none;
	max-width:1200px;
	min-width:1200px;
		margin-left: 2px;
}

#horizontal-main-menu ul li {
	display:inline;
}

#horizontal-main-menu ul li {
	text-decoration:none;color:#fff;
	font-size:18px;font-weight:500;
	display:inline-block;
	list-style-type:none; 
    padding: 15px;
	text-decoration:none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
	margin:2px;
	color:#fff;
	background:#818285;
	background: -moz-linear-gradient(top, #818285 1%, #636466 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#818285), color-stop(100%,#636466));
	background: -webkit-linear-gradient(top, #818285 1%,#636466 100%);
	background: -o-linear-gradient(top, #818285 1%,#636466 100%);
	background: -ms-linear-gradient(top, #818285 1%,#636466 100%);
	background: linear-gradient(top, #818285 1%,#636466 100%);
	min-width:205px;
	max-width:205px;
   position:relative;
float: left;
}

#horizontal-main-menu ul li:hover,
#horizontal-main-menu ul li:active {
	background:#ed1c24;
	background: -moz-linear-gradient(top, #ed1c24 1%, #b61a20 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ed1c24), color-stop(100%,#b61a20));
	background: -webkit-linear-gradient(top, #ed1c24 1%,#b61a20 100%);
	background: -o-linear-gradient(top, #ed1c24 1%,#b61a20 100%);
	background: -ms-linear-gradient(top, #ed1c24 1%,#b61a20 100%);
	background: linear-gradient(top, #ed1c24 1%,#b61a20 100%);
}



/* Top menu items */


#horizontal-main-menu a#here li {
color:#FC0;
}



/* Submenu items */
#horizontal-main-menu ul ul {
   display:none; /* Sub menus are hiden by default */
   position:absolute;
   top:45px;
   padding:0;margin:0;
   left:0;
right:auto; /*resets the right:50% on the parent ul */
   width:auto; /* width of the drop-down menus */
   height:auto;
   z-index:4000;
background:none;
width:100%;
min-width:100%;
background:blue;
margin-top:5px;
}
#horizontal-main-menu ul ul li
{
   left:auto;  /*resets the left:50% on the parent li */
   margin:0; /* Reset the 1px margin from the top menu */
   padding:0;
   clear:left;
   width:100%;
   max-width:100%;
      text-align:left; 
border-right: none;
font-size:11px;
color:#fff;
clear:both;
margin-top:0px;
line-height:1.2em;
height:auto;
	background:#818285;
	background: -moz-linear-gradient(top, #818285 1%, #636466 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#818285), color-stop(100%,#636466));
	background: -webkit-linear-gradient(top, #818285 1%,#636466 100%);
	background: -o-linear-gradient(top, #818285 1%,#636466 100%);
	background: -ms-linear-gradient(top, #818285 1%,#636466 100%);
	background: linear-gradient(top, #818285 1%,#636466 100%);
font-size:.9em;
}


#horizontal-main-menu ul ul li hover,
#horizontal-main-menu ul li.active ul li:hover,
#horizontal-main-menu ul li:hover ul li:hover,
#horizontal-main-menu ul li.hover ul li:hover { /* This line is required for IE 6 and below */
		background:#ed1c24;
	background: -moz-linear-gradient(top, #ed1c24 1%, #b61a20 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ed1c24), color-stop(100%,#b61a20));
	background: -webkit-linear-gradient(top, #ed1c24 1%,#b61a20 100%);
	background: -o-linear-gradient(top, #ed1c24 1%,#b61a20 100%);
	background: -ms-linear-gradient(top, #ed1c24 1%,#b61a20 100%);
	background: linear-gradient(top, #ed1c24 1%,#b61a20 100%);
}

#horizontal-main-menu ul ul li a {
	padding:.4em;
	display:block;
	color:#fff;
}

/* Flip the last submenu so it stays within the page */
#horizontal-main-menu ul ul.last {
   left:auto; /* reset left:0; value */
   right:0; /* Set right value instead */
}

/* Make the sub menus appear on hover */
#horizontal-main-menu ul li:hover ul,
#horizontal-main-menu ul li.hover ul { /* This line is required for IE 6 and below */
   display:block; /* Show the sub menus */
}

.hide-online-ordering-std {display:none;}