

/* ================================================================ 
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 */
.menu2 {
	font-weight: normal;
	width:850px;
	height:100%;
	position:relative;
	font-size:12px;
	z-index:100;
	margin-left:20px;
}

.menu2 ul li a, .menu ul li a:visited {
	display:block;
	text-decoration:none;
	width:110px;
	height:35px;;
	text-align:center;
	color:#988f7a;
	border-left: 0px solid #c2cab7;
	border-right: 0px solid #c2cab7;
	background: #4b3227;
	line-height:34px;
	font-size:12px;
	overflow: hidden;
	cursor: pointer;
	cursor: hand;

	
}

.menu2 a.sitemenuitem-submenu {
  background-image: url(./images/menu-arrow-normal.gif) !important;
  background-repeat: no-repeat !important;
  background-position: 125px center !important;
}

.menu2 ul {padding:0; margin:0; list-style: none;}
.menu2 ul li {float:left; position:relative; font-size: 10px; text-align: left;}
.menu2 ul li ul {display: none;}

/* specific to non IE 6 browsers */
.menu2 ul li:hover a {color:#ffffff; background:#c3bdb0; width:110px;} /* active menu element */
.menu2 ul li:hover ul {display:block; position:absolute; top:35px; left:0; width:172px;} /* active submenu of menu element */
.menu2 ul li:hover ul li a.hide {background:#666666; color:#ffcc00; width:172px;} /* this submenu has a (sub)submenu */
.menu2 ul li:hover ul li:hover a.hide {
  color:white; width:172px;
  background-image: url(./images/menu-arrow-hover.gif) !important;
  background-repeat: no-repeat !important;
  background-position: 125px center !important;
  
  } /* submenu when its (sub)submenu is active */
.menu2 ul li:hover ul li ul {display: none;}
.menu2 ul li:hover ul li a {display:block; background:#c3bdb0; color:#38261e; width:172px; }
.menu2 ul li:hover ul li a:hover {background:#9d9583; color:white; width:172px;}
.menu2 ul li:hover ul li:hover ul {display:block; position:absolute; left:173px; top:0;}

/* submenu text style */
.menu2 ul li:hover ul, .menu2 ul li:hover ul li a.hide, .menu2 ul li:hover ul li:hover a.hide, .menu2 ul li:hover ul li ul, .menu2 ul li:hover ul li a, .menu2 ul li:hover ul li a:hover, .menu2 ul li:hover ul li:hover ul {
  font-size: 13px;
  text-align: left;
  text-indent: 8px;
  border: 0px solid #f0f0f0;
font-family: 'Century Gothic', sans-serif;



}

#menu {
margin-top:-2px;
  position: relative;
  width: 800px;
  height: 28px;
  padding-top: 0px;
  background: transparent url(./images/menubg-line.png) no-repeat top left;
  margin: 0 auto 0 auto;
  z-index: 100;
  font-family: 'Century Gothic', sans-serif;
    color:#ffffff;
	
	float:left;
	
}


.pocok
{
vertical-align:top;margin-top:4px;margin-left:10px;margin-right:10px;
}
