/* ================================================================ 
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/skeleton2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#nav, 
#nav ul {list-style:none; position:relative; z-index:100; display: block; /*padding-left:75px;*/}
#nav {font-family: "Century Gothic"; height: 16px; font-size: 10px; background:#000; float: right; text-transform: lowercase; }

#nav table {border-collapse:collapse;}
#nav li {float:left; background: #EF8C19 url("../img/menu_odd.gif") no-repeat;
	padding-left: 14px;
}
#nav li li {background:white; padding:0; float:none;}
/* a hack for IE5.x and IE6 */
#nav li a li {float:left;}

#nav li a {height: 16px; display:block; float:left; color:black; padding:0 2px; text-decoration:none;}
#nav li li a {height: auto; width: 100px; background: #FFF799; padding: 2px 5px; float:left;}

#nav li:hover {position:relative; z-index:100;}
#nav a:hover {position:relative; z-index:100; text-decoration: underline;}
#nav li li a:hover {background: #D1E39A; text-decoration:none}

#nav :hover  ul {left:14px; top:15px; z-index:300;}
#nav a:hover ul {left:0; top: 16px;}

#nav ul {position:absolute; left:-9999px; top:-9999px;}

#nav li.first {
	background: #EF8C19 url("../img/menu_first.gif") no-repeat;
	/*padding-left:88px;*/
}
#nav li.even {
	background: #BDDE00 url("../img/menu_even.gif") no-repeat;
}
#sub-nav {
	width: 100%;
}





#nav2 li li a { 
                height: auto; 
                width: 61px; 
                background: #FFF799; 
                /*padding: 2px 5px;*/ 
                float:left;
              }


#nav2 li:hover {position:relative; z-index:400;}
#nav2 a:hover {position:relative; z-index:400;}

/* a hack for IE5.x and IE6 */
#nav2 li a li {float:left;}

#nav2 a ul {  
  list-style:none; 
  position:absolute; 
  left:-9999px; 
  top:-9999px; 
  margin: 0;
  padding: 0;
  width: 100px;
}

#nav2 ul {  
  list-style:none; 
  position:absolute; 
  left:-9999px; 
  top:-9999px; 
  margin: 0;
  padding: 0;
  width: 100px;
}

#nav2 li:hover ul {left: 20px; top:26px; z-index:400;}   /* обработчик когда указатаель на мышки*/
#nav2 a:hover ul {left:0px; top:27px; z-index:400;}   /* обработчик когда указатаель на мышки*/


#nav2 li li a:hover {background: #D1E39A; text-decoration:none}


