/*menu*/
.ddsmoothmenu{
	float:left;
	padding: 0px 0 0 0px;
	margin: 0;
	width: 1000px;
	height: 41px;
}
.ddsmoothmenu ul {
	z-index:100;
	margin:0; padding: 0 12px;
	list-style-type:none;
	height: 41px;
}

.ddsmoothmenu ul li.group ul {
	padding: 0;
}

.ddsmoothmenu ul li.group-long ul {
	padding: 0;
}

/*top level list items*/
.ddsmoothmenu ul li {
	position:relative;
	float:left;
	display:inline;
	margin: 0;
	height: 41px;
}

.ddsmoothmenu ul li.last {
	border: none;
}

/*top level menu link items style*/
.ddsmoothmenu ul li a {
	display: block;
	background: transparent; /*background of menu items (default state)*/
	padding: 0px;
	color: #000;
	text-decoration: none;
	height: 41px;
	font-weight: bolder;
}
* html .ddsmoothmenu ul li a{ /*ie6 hack to get sub menu links to behave correctly*/
	display:inline-block;
}
.ddsmoothmenu ul li a:hover{
	color: white; 
	background: #BDD748; /*background of menu items during onmouseover (hover state)*/
}	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
	position:absolute; left:0;
	display:none; /*collapse all sub menus to begin with*/
	visibility:hidden;
	height: 41px;
	z-index: 100;
}
/*sub level menu list items (undo style from top level list items)*/
.ddsmoothmenu ul li ul li{
	float: none;
	display: list-item;
	height: 32px;
}
/*all subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
	top:0;
}
/* sub level menu links style */
.ddsmoothmenu ul li ul li a {
	width: 200px; /*width of sub menus*/
	margin: 0 0 0 0; 
	padding:0px;
}

.ddsmoothmenu ul li.group-long ul li a {width: 300px !important;}

.ddsmoothmenu ul li a span {
	padding: 13px 10px 10px 10px;
	display: block;
}
.ddsmoothmenu ul li ul li a span {padding:  9px 10px 7px 10px;} /* расстояния для выпадающих пунктов */

/* ######### css classes applied to down and right arrow images  ######### */
.downarrowclass{
	position:absolute; top:12px; right:7px;
}
.rightarrowclass{
	position:absolute; top:6px; right:5px;
}
/* ######### css for shadow added to sub menus  ######### */
.ddshadow{
	position:absolute; left:0; top:0;
	width:0; height:0;
	background: transparent;
}
.toplevelshadow{ /*shadow opacity. doesn't work in ie*/
	width: 200px !important;
}
/*/menu*/

.ddsmoothmenu li.level-first:hover {background: #BDD748;}
.ddsmoothmenu li.group li.level-second {border: none;}

.ddsmoothmenu li.group li {background: url(images/menu-group.gif) no-repeat !important;}
.ddsmoothmenu li.group li:hover {background: url(images/menu-group.gif) no-repeat !important;}
.ddsmoothmenu li.group li a {background: transparent !important;}
.ddsmoothmenu li.group li a:hover {background: transparent !important;}
.ddsmoothmenu li.group li a span {background: transparent !important;}
.ddsmoothmenu li.group li a span:hover {background: transparent !important;}
.ddsmoothmenu li.group li.group-first {background: url(images/menu-up.gif) no-repeat transparent !important;}
.ddsmoothmenu li.group li.group-first:hover {background: url(images/menu-up.gif) no-repeat transparent !important;}
.ddsmoothmenu li.group li.group-last {background: url(images/menu-down.gif) no-repeat transparent !important;}
.ddsmoothmenu li.group li.group-last:hover {background: url(images/menu-down.gif) no-repeat transparent !important;}
.ddsmoothmenu li.group li.group-last a:hover {background: transparent !important;}
.ddsmoothmenu li.group li.group-first a:hover {background: transparent !important;}

.ddsmoothmenu li.group-long li {background: url(images/menu-group-long.gif) no-repeat !important;}
.ddsmoothmenu li.group-long li:hover {background: url(images/menu-group-long.gif) no-repeat !important;}
.ddsmoothmenu li.group-long li a {background: transparent !important;}
.ddsmoothmenu li.group-long li a:hover {background: transparent !important;}
.ddsmoothmenu li.group-long li a span {background: transparent !important;}
.ddsmoothmenu li.group-long li a span:hover {background: transparent !important;}
.ddsmoothmenu li.group-long li.group-first-long {background: url(images/menu-up-long.gif) no-repeat transparent !important;}
.ddsmoothmenu li.group-long li.group-first-long:hover {background: url(images/menu-up-long.gif) no-repeat transparent !important;}
.ddsmoothmenu li.group-long li.group-last-long {background: url(images/menu-down-long.gif) no-repeat transparent !important;}
.ddsmoothmenu li.group-long li.group-last-long:hover {background: url(images/menu-down-long.gif) no-repeat transparent !important;}
.ddsmoothmenu li.group-long li.group-last-long a:hover {background: transparent !important;}
.ddsmoothmenu li.group-long li.group-first-long a:hover {background: transparent !important;}
