/*
 * jquery.ui.potato.menu
 * 
 * Copyright (c) 2009 makoto_kw (makoto.kw@gmail.com)
 * Dual licensed under the MIT and GPL licenses.
 * 
 * Version: 1.0
 */
ul.potato-menu {
  margin:0;
  padding:0;
  width:auto;
  list-style:none;
}
ul.potato-menu-vertical 
{
  width: 250px;
}
.potato-menu:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}
ul.potato-menu li.potato-menu-item {
  margin:0;
  padding:0;
  position:relative;
  list-style:none;
  list-style-position:outside;
  display:inline;
  float:left;
}
ul.potato-menu li.potato-menu-item a {
  display:block;
  text-decoration:none;
  white-space:nowrap;
  outline:0;
}
ul.potato-menu ul.potato-menu-group {
  margin:0;
  padding:0;
  -webkit-padding-start:0;
  -webkit-padding-end:0;
  position:absolute;
  display:none;
  z-index:1000;
}

li.potato-menu-item {
    font-size:12px;
}
li.potato-menu-has-vertical.expanded > a {
  /*background-color: #666;*/
}
ul.potato-menu-group {
    border-top: 1px solid #666;
    background: #333;
}
ul.potato-menu-group a {
    width: 160px;
}
.potato-menu a {
    padding:5px 12px 5px 12px;
    background: #333;
    color: #fff;
    padding-right:20px;
}
.potato-menu a:hover {
   /* background: #666;*/
}
.potato-menu-has-vertical > a {
    background: #333 url(/images/icons/fammini/arrow_down.gif) right no-repeat;
     
}
.potato-menu-has-holizontal > a {
    background: #333 url(/images/icons/fammini/arrow_right.gif) right no-repeat;
}
.potato-menu-has-vertical > a:hover {
    background: #666 url(/images/icons/fammini/arrow_down.gif) right no-repeat;
     
}
.potato-menu-has-holizontal > a:hover {
    background: #666 url(/images/icons/fammini/arrow_right.gif) right no-repeat;
}
.potato-menu-vertical {
  clear:both; width:auto; margin-top:10px;
}

.potato-menu-vertical li {
  float: none !important;
}

/* ECOM */
ul.potato-menu > li.potato-menu-item
{
  margin-right: 18px;
}

ul.potato-menu li a
{
  background: none repeat scroll 0 0 #623F48;
}

ul.potato-menu li a:hover
{
  background: none repeat scroll 0 0 #623F48;
}

#navcenter ul.potato-menu-group
{
  background: #FFFFFF;
  background-image: none;
  border-bottom: 5px solid #623F48;
  padding-bottom: 10px;
}

#navcenter .potato-menu-has-vertical li.potato-menu-item a
{
  background: #FFFFFF;
  color: #623F48;
  padding-left: 10px;
  padding-bottom: 10px;
  text-transform: capitalize;
}

#navcenter li.potato-menu-has-vertical li.potato-menu-item a:hover
{
  width: 240px;
  /*font-weight: 700;*/
  background-color: #F6F5E7;
  color: #54363D;
  /*color: #B9CE2A;*/
}

