/* @override http://olcsogsm.hu/css/uvumi-dropdown.css */
/* this is the main UL element*/
.dropdown{
	display:none;
	margin:0;
	padding:0;
	list-style:none;
}

ul#menu_gyarto.dropdown {
	float: left;
	display: none;
	margin-top: 4px;
	height: 23px;
	background: url(http://images.olcsogsm.hu/glass_dropdown.png) no-repeat left top;
}
ul#menu_gyarto.active {
	background: url(http://images.olcsogsm.hu/glass_dropdown_selected.png) no-repeat left top;
}
/* these are the inner menus*/
.dropdown ul{
	padding:0;
	list-style:none;
	width: 92px;
	margin-top: -3px;
	border-left: 1px solid white;	
	border-right: 1px solid white;	
	border-bottom: 1px solid white;
	background: #f58220 url(http://images.olcsogsm.hu/glass_dropdown_white.png) repeat left top;
}

/* these are all the LIs in the menu*/
.dropdown li{
	margin:0px;
	width:95px;
	cursor:pointer;
}

#menu_gyarto li.submenu-down ul li a {
	color: white;
	font-weight: bold;
	font-style: normal; 
}


/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown a{
	text-decoration:none;
	color: #6d6d6d;
	margin-left: 5px;
}

.dropdown a:hover{
	text-decoration:underline;
	color: #ff5c00;
}

/* these are the LIs that only belong to submenu*/
.dropdown ul li{
	border-top:0;
	margin-left:-1px;
	width: 94px;
}
.dropdown ul li:hover{
	background-color: #f4be8f;
}

/* these are the LIs that contains a submenu*/
.dropdown li.submenu-down{
	width:94px;
	height: 23px;
}

#menu_gyarto li.submenu-down a {
	color: white;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	margin-top: 2px;
	width: 100%;
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown li.submenu-left{
	padding-right:20px;
	width:94px;
}