/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */

.clear { clear:both;	line-height:0; font-size:0; }

.menu { 
  position:relative; 
  margin:auto;
  width:1016px;
  height:67px;
  z-index:100;
}
.menu ul {padding:0; margin:18px 0 0 35px; list-style: none;}
.menu ul li {float:left; position:relative;}
.menu ul li ul {display: none;}

.menu ul li a, .menu ul li a:visited {
  display:block; 
  float:left;
  padding:0 9px;
  height:31px;  
  line-height:31px; 
  text-align:center; 
  color:#fff; 
  font-weight:bold;
  text-decoration:none; 
  font-size:13px; 
  overflow:hidden;
}
.menu ul li a.selected {
  color:#000 !important; 
  background:#ffddcb;
}
/* specific to non IE browsers */
.menu ul li:hover a {
  color:#000; 
  background:#ffddcb;
  border:solid #ff7a2f;
  border-width:0 0 3px 0;
}
.menu ul li:hover ul {
  position:absolute; 
  display:block; 
  margin:0;
  padding:0;
  top:34px; 
  left:0; 
  width:228px;
  border:1px solid #ae9282;
}
.menu ul li:hover ul li {
  display:block; 
  width:228px;
  height:29px;
  background:url("../images/submenu-bg.png") repeat-y left top !important;
}
/*.menu ul li:hover ul li a.hide {background:red; color:#fff;}
.menu ul li:hover ul li:hover a.hide {background:red; color:#000;}*/
.menu ul li:hover ul li a {
  display:block; 
  padding:0 0 0 39px;
  width:189px;
  height:29px;
  line-height:29px;
  border:none;
  color:#222;
  text-align:left;
  background:url("../images/submenu-sipka.gif") no-repeat 16px center;
}
.menu ul li:hover ul li a:hover {
  padding:0 0 0 39px;
  width:189px;
  height:29px;
  line-height:29px;
  background:#fff url("../images/submenu-sipka-hover.gif") no-repeat 16px center;
}
