@charset "UTF-8";

/* reset.css - reset the default browser styling
 *
 * Type: transitional
 *
 * (cc) 2006-2008 Tom Lwis (www.lwis.net). Some Rights Reserved.                         
 * This style sheet is licensed under a Creative Commons License
 * http://www.creativecommons.org/licenses/by-nc-sa/3.0/
 */

:link,:visited
{ text-decoration:none }
#nav {
	width: 960px;
	height: 33px;
}

ul.dropdown .main_divider,
ul.dropdown .main_divider:hover {
	width: 1px;
	height: 33px;
	float: left;
	background-image: url(../_images/menu_div.jpg);
	background-repeat: no-repeat;
	position: relative;
	padding: 0;
}

/*almenü főcíme*/
ul.dropdown .title {
	text-decoration: none;
	height: 20px;
	padding-top: 10px;
	/*border-bottom-style: dotted;*/
	border-bottom-color: #999999;
	border-bottom-width: 1px;
	display: block;
	background-color: #000000;
	color: #ecb203;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
	text-align:left;
	/*text-transform: uppercase;*/
}

/**
 * Horizontal CSS Drop-Down Menu Module
 *
 * @file		dropdown.css
 * @package		Dropdown
 * @version		0.7.1
 * @type		Transitional
 * @stacks		597-599
 * @browsers	Windows: IE6+, Opera7+, Firefox1+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2006-2008 Live Web Institute. All Rights Reserved.
 *
 */

ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

ul.dropdown {
	position: relative;
	z-index: 597;
	float: left;
	width: auto;
}

/*FŐMENÜ*/
/* opera + firefox alatt ok, explorerek alatt nincs jobb és baloldali padding a linkterületnél*/
ul.dropdown li {
	zoom: 1;
	padding-right: 15px;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
	font-weight: bold;
	padding-top: 10px;
	color: #FFFFFF;
	height: 33px;
	text-align:center;
	margin: 0px 0px 0px 0px;
	float: left;
	display: block;
	position: relative;
	width: auto;
	padding-left: 15px;
	white-space: nowrap;
}
ul.dropdown li a#kiemelt {
  color: #003c53; 
  font-size: 12px;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
	position: relative;
	z-index: 599;
	cursor: default;
	color: #9E531C;
	/*background-image: url(../_images/menu_bg_on.jpg);
	background-repeat: repeat-x;*/
}

ul.dropdown li a:link,
ul.dropdown li a:visited,
ul.dropdown li a:active{
	color: #FFFFFF;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: -15px;
	margin-right: -15px;
	padding-top: 10px;
	padding-bottom: 0px;
	cursor: pointer;
	/*background-color:#00FF99;*/
	position: relative;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}

ul.dropdown li a:hover {
	color: #003c53;
	text-decoration: none;
	/*background-color:#99CC66;	*/
}




/*ALMENÜ*/
ul.dropdown ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 598;
	background-color: #647e88;
	width: 200px;
	border-color: #375C29;
	border-style: solid;
	border-width: 1px;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0px 0px 0px 0px;
	padding-top: 5px;
	padding-bottom: 2px;
}

/*almenü elem*/
ul.dropdown ul li {
	float: none;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
	text-align: left;
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
	padding-top: 0px;
	display: block;
	height: auto;
	white-space: normal;
}

ul.dropdown ul li a#kiemelt {
  color: #003c53; 
  font-size: 12px;
}

ul.dropdown ul li a {
	display:block;
	height: auto;
	padding-top: 3px;
	color: #FFFFFF;
	/*background-color: #de8b12;*/
	/*border-bottom-style: dotted;*/
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	/*text-transform: uppercase;*/
	padding-left: 10px;
	padding-bottom: 3px;
}

ul.dropdown ul li a:link,
ul.dropdown ul li a:visited{
	color:#FFFFFF;
	margin: 0px 0px 0px 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 10px;	/*background-color:#de8b12;*/
}

ul.dropdown ul li a:hover,
ul.dropdown ul li:hover{
	color:#003c53;
	background-image: url(../_images/menu_sub_on.gif);
	cursor:pointer;
	text-decoration: inherit;
	background-repeat: no-repeat;
	background-position: 0% 9px;
}

ul.dropdown ul li a:active{
	color:#000000;
	font-size: 10px;
	margin: 0px;
	padding: 5px 0px 5px 15px;
	/*background-color: #de8b12;*/
}

	
/*2. SZINTŰ ALMEÜ*/
ul.dropdown ul ul {
	top: 1px;
	left: 100%;
	
}

ul.dropdown li:hover > ul {
 visibility: visible;
}


/* -- Components override -- */

ul.dropdown-horizontal ul *.dir {
 padding-right: 15px;
 background-image: url(../_images/expand30.gif);
 background-position: 100% 50%;
 background-repeat: no-repeat;
}

ul.dropdown-horizontal ul *.dir:hover {
 background-image: url(../_images/expand30.gif);
 background-position: 100% 50%;
 background-repeat: no-repeat;
 background-color:#000000;
 color: #FFFFFF;
}

