/*

	CSS files kept in the 'styles' directory can be used to

	costumize your K2 installation without having to mess

	with the core K2 files. This in turn makes it easier to

	upgrade to new K2 versions as well as debug any potential

	problems.



	You select schemes from the K2 Options page in the

	'Presentation' section of your WordPress administration.

	

	Author Name: 	ToRokZoli

	Author Site	: 	http://torokzoli.hu

	Style Name	: 	Dropdown2

	Style URI	:	http://torokzoli.hu/2007/02/25/drop-down-menu-wordpress-k2-hoz/

	Version	: 	1.2

	Comments	: 	Simple and smart, thanks to http://jillij.com

*/



#dropdown {

	display: block;

	z-index: 5;

	margin: 0;
	padding: 0;
	position: relative;
	bottom: 0;
xwidth:610px;
xborder: 1px solid #000;
float: left;
}



#dropdown ul {

	

	min-height: 30px;

	list-style-type: none;

	padding: 0;

	margin: 0;

	z-index: 500;
	


}





#dropdown li {

	display: inline;

	float: left;

	min-height: 20px;

	position: relative;

	text-align: left;

	padding: 7px 18px 5px 18px;

	margin: 0px 0px 0px 0px;
	xfont-size: 1.2em;
	font-weight:700;
	text-transform:uppercase;

}



#dropdown li ul {

	width: 150px;

	height: auto;

	top: 100%;

	left: 0px;

}



#dropdown li ul li {

	text-align: left;

	width: 118px;	

	height: auto;

	min-height: auto;

	display: block;

}



#dropdown a {

	text-decoration: none;

	}



#dropdown li li ul {

	top: 0;

	left: 0;

}



#dropdown li li:hover ul {

	left: 150px;

}



/* initialy hide all sub sidemenus */

#dropdown ul ul,

#dropdown ul li:hover ul ul,

#dropdown ul ul li:hover ul ul,

#dropdown ul ul ul li:hover ul ul,

#dropdown ul ul ul ul li:hover ul ul {

	display: none;

	position: absolute;

}



/* display them on hover */

#dropdown li:hover ul,

#dropdown ul li:hover ul,

#dropdown ul ul li:hover ul,

#dropdown ul ul ul li:hover ul,

#dropdown ul ul ul ul li:hover ul,

#dropdown ul ul ul ul ul li:hover ul {

  display: none;

}



/* colors */



#dropdown {

	color: #FFFFFF;

}



#dropdown ul{

	background: #f39f0d;

	-moz-opacity:0.95; /* for mozilla */

	opacity: 0.95; /* for safari */

	khtml-opacity: 0.95; /* for konquerer and older safari */
	
	width: 100%;

}



#dropdown ul ul {

	background: #f39f0d;

}

#dropdown ul li {

	background: #f39f0d;
	border-right: 2px solid #fff;

}





#dropdown h2 {

	color: #FFFFFF;

}



#dropdown a {

	color: #FFFFFF;

	}



#dropdown ul li:hover {

	background: #465361;

}



#dropdown ul li ul {



}



#dropdown ul li ul li {

	background: #333333;

}



#dropdown ul li ul li:hover {

	background: #666666;

}



#dropdown ul li ul ul li{

	background: #666666;

	

}



#dropdown ul li ul ul li:hover {

	background: #999999;

}

#dropdown ul li.current_page_item, #dropdown ul li.current_page_parent {
	background: #465361;


}

#dropdown ul li ul li.current_page_item {
	background: #f39f0d;


}