/* ================================================================ 
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.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
!!!muudetud!!!
=================================================================== */
.kriips{
	border-right:2px solid #006cfe;
	height:20px;
	width:2px;
	float:left;
	display:inline;
	margin:9px 16px 0 0
}
/*esimese taseme ul*/

ul#dropdownmenu {
	padding:0; 
	list-style:none; 
	text-align:center; 
	margin:0 auto; 
	font-size:1em;
	height:32px;
	width:998px; 
	left:0; 
	top:139px;
	
}
ul#dropdownmenu , x:-moz-any-link {padding-top:6px;}
ul#dropdownmenu , x:-moz-any-link, x:default {padding-top:0px;}
/*teise taseme ul*/

ul#dropdownmenu ul {
	padding:0; 
	margin:0; 
	list-style:none; 
	position:absolute; 
	left:-9999px;
	margin-top:-6px;
	margin-left:7px;
	border-top:1px solid #000;
	z-index:1000;
}
ul#dropdownmenu ul, x:-moz-any-link {margin-top:-27px;}
ul#dropdownmenu ul, x:-moz-any-link, x:default {margin-top:-6px;}
/*ie6 esimese menu tabel*/
ul#dropdownmenu table {
	border-collapse:collapse; 
	font-size:1em; 
	float:left; 
	margin:-1px;
}
/*teise taseme li*/
ul#dropdownmenu ul li {
	float:left; 
	margin:0;
	
	text-align:left;
}
/*teise taseme a*/
ul#dropdownmenu ul li a {
	display:block; 
	line-height:20px; 
	margin:0; 
	padding:0 10px; 
	background:transparent; 
	width:150px;
	text-transform:none
}
/*esimese taseme li*/
ul#dropdownmenu li {
	display:inline; 
	margin:0 -2px;
	text-align:center;
}
/*esimese taseme a*/
ul#dropdownmenu li a {
	display:inline-block; 
	height:30px; 
	margin:5px 0 0 0;
	padding:0 10px;
	background:url(button.gif) right top;
	line-height:30px;
	text-decoration:none;
	color:#fff;
	text-transform:uppercase;
	border-right:2px solid #006cfe;
}
/*kui on vaja lisada eisimese taseme li-le pilt*/
/*ul#dropdownmenu li a.sub {
	background:url(###) right top;
}*/

html>/**/body ul#dropdownmenu li {
	display:inline-block;
	padding:0;
}

* html ul#dropdownmenu li a.sub {
	margin-right:3px;
}
* html ul#dropdownmenu li a {
	margin-bottom:-4px;
}
/*esimese tasema a:hover*/
ul#dropdownmenu li a:hover {
	position:relative; 
	background-position:right bottom;
	color:#92bcff;
}
ul#dropdownmenu li:hover {
	position:relative;
}
/*esimese taseme a:hover (�ldiselt pole vaja n�ppida)*/
ul#dropdownmenu li:hover > a {
	background-position:right bottom;
}
/*teise taseme ul positsioon*/
ul#dropdownmenu :hover ul {
	left:-5px; 
	width:105px; 
	top:41px;
}
* html ul#dropdownmenu :hover ul {
	top:36px;
}
/*teise taseme li*/
ul#dropdownmenu :hover ul li {
	display:block; 
	float:left; 
	margin:0; 
	border-bottom:1px solid #000;
}
/*teise taseme a*/
ul#dropdownmenu :hover ul li a {
	display:block; 
	float:left; 
	margin:0; 
	height:25px; 
	line-height:25px; 
	
	background:#000; 
	color:#fff;
	border-right:none;
	border-left:2px solid #006cfe;
}
/*nool teikitab teisele tasemele juurde*/
ul#dropdownmenu :hover ul li a.fly {
	background:#000 url(imgs/arrow-over.gif) no-repeat right center;
}
/*teise taseme a:hover*/
ul#dropdownmenu :hover ul li a:hover {
	background:#000;
	color:#92bcff;
}
/*sama asi ie6 jaoks*/
ul#dropdownmenu :hover ul li:hover > a{
	background:#000;
	color:#92bcff;
}
/*teise taseme noole hover*/
ul#dropdownmenu :hover ul li a.fly:hover{
	background:#000 url(imgs/arrow-over.gif) no-repeat right center;
}
/*sama asi ie6 jaoks*/
ul#dropdownmenu :hover ul li:hover > a.fly{
	background:#000 url(imgs/arrow-over.gif) no-repeat right center;
}
/*kolmanda taseme ul*/
ul#dropdownmenu :hover ul ul {
	left:-9999px;
	margin-left:-4px;
	margin-top:0;
}
/*kolmanda taseme ul*/
ul#dropdownmenu :hover ul :hover ul {
	left:155px; 
	top:0; 
	width:150px;
}
/*kolmanda taseme li*/
ul#dropdownmenu :hover ul :hover ul li {
	display:block; 
	float:left; 
	margin:0; 
	border-bottom:2px solid #000;
}
/*kolmanda taseme a*/
ul#dropdownmenu :hover ul :hover ul li a {
	display:block; 
	float:left; 
	margin:0; 
	height:25px; 
	line-height:25px; 
	background:#000; 
	color:#fff;
	border:none
}
/*kolmanda taseme a:hover*/
ul#dropdownmenu :hover ul :hover ul li a:hover {
	color:#006cfe; 
	background:#000;
}

