.menu {
  position: relative;
  float: left;
	text-transform: lowercase;
  background: url(/images/bg-panel.png) repeat-x;
  width: 215px;
	height: 505px;
	overflow: hidden;
	z-index: 101;
	/*visibility:hidden;*/
}
#menu-right {
  text-align: right;
}

  .menu p {
    margin: 0;
    padding: 0;
    line-height: 20px;
  }

  .menu p.active {
    font-weight: bold;
    font-size: 10px;
    color: #2B200D !important;
  }

  .menu p.complete {
    font-size: 10px;
    font-weight: normal;
    color: #2B200D !important;
  }

  .menu p.checkout-menu-item {
    cursor: default;
  }

  .menu p.inactive {
    color: #726854;
    cursor: default !important;
  }

  .menu p.optional {
    display: none;
  }

  .menu a.small {
    font-size: 11px;
    margin: 0;
    padding: 0;
    color: #2B200D;
  }
  .menu a.small.overrider {
  	font-size: 10px;
  }
  #menu-left a.small {
   padding-right: 12px;  
  }

  #menu-right a.small {
   padding-left: 12px;  
  }

/* Main menu */
.menu .main {
  position: absolute;
  font: 12px/20px "Verdana";
  padding: 48px 29px 0 52px;
  width: 134px;
  height: 456px;
}
#menu-right .main {
  right: 0px;
}

  .menu a {
    position: relative;
    color: #2B200D;
    text-decoration: none;
    z-index: 100001;
  }

  .menu a.menuheader {
    font-size: 12px;
    color: #89693b;
    cursor: text;
  } 

  #menu-left a.menuheader {
    background: right 5px url(/images/menu-submenu-left-highlight.gif) no-repeat;
  }

  #menu-right .menuheader {
    background: 0 2px url(/images/menu-submenu-right-highlight.gif) no-repeat;
  }

  #menu-left .menuindent {
    padding-left: 15px;
  }

  #menu-right .menuindent {
    padding-right: 15px;
  }

  .menu .menulessheight {
    line-height: 18px;
  }

  .menu .menularge {
    font-size: 12px;
  }

  .menu p.menubottomspace {
    padding-bottom: 25px;
  }

  .menu p.menubottomhalfspace {
    padding-bottom: 10px;
  }

  .menu p.menubottomquarterspace {
    padding-bottom: 4px;
  }

  div.menu a.mixedcase {
  	text-transform: none;
  }

  #menu-left a {
    padding-right: 12px;

  }

  #menu-right a {
    padding-left: 12px;
  }

  .menu a:hover {
    color: #9D713A;
  }

  #menu-left a.submenu:hover {
    background: right 5px url(/images/menu-submenu-left-highlight.gif) no-repeat;
  }

  #menu-right a.submenu:hover {
    background: 0 5px url(/images/menu-submenu-right-highlight.gif) no-repeat;
  }

/* Scrolling part */
.menu .scroll {
  position: absolute;
  left: 0;
  background: transparent url(/images/menu-background.gif) repeat-x 0 0;
  width: 430px;
  height: 505px;
  overflow: hidden;
}

#menu-right .scroll {
  left: auto;
  right: 0px;
}

.menu div.submenu, 
.menu div.pagemenu {
	position: absolute;
	left: 215px;
	padding-left: 52px;
	padding-top: 48px;
	font: 11px/20px "Verdana";
	width: 163px;
	height: 456px;
}

.menu div.pagemenu {
  left: 472px;
}

#menu-right div.submenu, 
#menu-right div.pagemenu {
  padding-right: 36px;
  padding-left: 0px;
}

#menu-right div.pagemenu {
  left: 0;
}

.menu div.submenu p.level-up a, 
.menu div.pagemenu p.level-up a {
  position: absolute;
  top: 460px;
  left: 36px;
  background: url(/images/menu-level-up-left.gif) no-repeat 0 7px;
  padding-left: 12px;
}

#menu-right .menu div.submenu p.level-up a, 
#menu-right.menu div.pagemenu p.level-up a {
  left: 39px;
}

.menu div.submenu p.level-up a:hover, 
.menu div.pagemenu p.level-up a:hover {
  background: url(/images/menu-level-up-left-highlight.gif) no-repeat 0 7px;
}

#menu-right div.submenu p.level-up a, 
#menu-right div.pagemenu p.level-up a {
  background: url(/images/menu-level-up-right.gif) no-repeat right 6px;
}

#menu-right div.submenu p.level-up a:hover, 
#menu-right div.pagemenu p.level-up a:hover {
  background: url(/images/menu-level-up-right-highlight.gif) no-repeat right 6px;
}

#menu-right div.submenu p.level-up a, 
#menu-right div.pagemenu p.level-up a {
  padding-right: 13px;
  width: 135px;
}

div.pagemenu div.title {
  font-size: 12px;
  color: #89693b;
  cursor: text;
}

div.pagemenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #2B200D;
  width: 161px;
}

div.pagemenu ul li {
  text-indent: -15px;
  margin-left: 15px;
}

.menu a.active {
  cursor:default;
  color: #2B200D;
  font-weight: bold;
  font-size: 10px;
}

.menu .main a.active {
  font-size: 11px;
}

div.pagemenu ul.subselection {
  position: absolute;
  left: 51px;
  top: 59px;
}

div.pagemenu ul.filters {
  position: absolute;
  left: 36px;
  bottom: 140px;
}

div.pagemenu ul.filters-full {
  position: absolute;
  left: 51px;
  top: 165px;
}

div.pagemenu ul.actions {
  position: absolute;
  left: 36px;
  bottom: 60px;
}

#menu-right div.pagemenu ul.subselection,
#menu-right div.pagemenu ul.filters-full {
  left: 24px;
}

#menu-right div.pagemenu ul.filters,
#menu-right div.pagemenu ul.actions {
  left: 39px;
}

div#overlay_screen {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	color: #eee;
	z-index: 200000;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}

div#overlay_panel {
	position: absolute;
	margin: 0;
	padding: 10px;
	background: #C2A378;
	color: #2C200A;
  	width: 400px;
	text-align: center;
	z-index: 200010;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}

div#coverlay_display a.country {
	color: #2C200A;
	line-height: 25px;
	font-size: 12px;
	text-decoration: none;
	/*display: none;*/
}

div#coverlay_display a.country:hover {
	color: #89693b;
}

