/*
	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;
 	border-top: 1px solid #9babbc;
 	border-bottom: 1px solid #9babbc;
	font-weight:bold;
}

#dropdown ul {
	width:945px;
	min-height: 30px;
	height: 30px;
	list-style-type: none;
	padding: 0;
	padding-left: 15px;
	z-index: 500;
}


#dropdown li {
	display: inline;
	float: left;
	xmin-height: 20px;
	position: relative;
	text-align: left;
	padding: 7px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
}

#dropdown li a {

	padding-right: 0px;

}

#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: block;
  display:none;
}


#dropdown ul li a {
	font-size: .85em;
	
}

/* colors */

#dropdown {
	color: #FFFFFF;
}

#dropdown ul{
	background: #002064;
	-moz-opacity:0.95; /* for mozilla */
	opacity: 0.95; /* for safari */
	khtml-opacity: 0.95 /* for konquerer and older safari */
}

#dropdown ul ul {
	background: #002064;
}
#dropdown ul li {
	background: #002064;
}


#dropdown h2 {
	color: #FFFFFF;
}

#dropdown a {
	color: #FFFFFF;
	}
	

#dropdown ul li.page-item-581:hover { 
	
	background-image:url(../../images/bg_nav_hover.png);
	background-repeat:no-repeat;
	}

#dropdown ul li.page-item-601:hover {  
	
	background-image:url(../../images/bg_nav_hover_4.png);
	background-repeat:no-repeat;
}

#dropdown ul li.page-item-6:hover {  
	
	background-image:url(../../images/bg_nav_hover_6.png);
	background-repeat:no-repeat;
}

#dropdown ul li.page-item-8:hover {  
	
	background-image:url(../../images/bg_nav_hover_8.png);
	background-repeat:no-repeat;
}

#dropdown ul li.page-item-10:hover {  
	
	background-image:url(../../images/bg_nav_hover_10.png);
	background-repeat:no-repeat;
}

#dropdown ul li.page-item-83:hover {  
	
	background-image:url(../../images/bg_nav_hover_83.png);
	background-repeat:no-repeat;
}



#dropdown ul li:hover {  
	
	xbackground: #666666;
}

#dropdown ul li.page_item{  
	
	background-image:url(../../images/bg_nav_static.png);
	background-repeat:no-repeat;
	xmin-height: 200px;

}


#dropdown ul li.page-item-581{  
	
background-image: none;
}


#dropdown ul li.page-item-581.current_page_item {  
	
background-image:url(../../images/bg_nav_hover.png);
}

#dropdown ul li.page-item-601.current_page_item {  
	
background-image:url(../../images/bg_nav_hover_4.png);
}

#dropdown ul li.page-item-6.current_page_item {  
	
background-image:url(../../images/bg_nav_hover_6.png);
}

#dropdown ul li.page-item-8.current_page_item {  
	
background-image:url(../../images/bg_nav_hover_8.png);
}

#dropdown ul li.page-item-10.current_page_item {  
	
background-image:url(../../images/bg_nav_hover_10.png);
}

#dropdown ul li.page-item-83.current_page_item {  
	
background-image:url(../../images/bg_nav_hover_83.png);
}



#dropdown ul li ul {


}

#dropdown ul li ul li {
	background: #002064;
}

#dropdown ul li ul li:hover {
	background: #666666;
}

#dropdown ul li ul ul li{
	background: #002064;
	
}

#dropdown ul li ul ul li:hover {
	background: #999999;
}
