a {
	color: #920000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #e15e24;
	text-decoration: underline;
}

/*
Lenyíló menű:
*/

div.mainMenu {
	display: block;
	text-align: right;
	padding-left: 16px;
	padding-top: 64px;
}

div.menuPopup { /*a jobboldali menu felirat, amire lejöny a menűsor*/
	position: absolute;
	top: 103px;
	right: 20px;
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	text-transform: uppercase;
	cursor: pointer;
}
/*főmenüpontok*/
div.menu {
	display: block;
	float: left;
	width: 156px;
	margin-right: 2px;
	text-align: left;
}
/*a főmenüpont linkje*/
a.mainMenu, a.mainMenu:visited {
	display: block;
/*	float: right;*/
	height: 24px;
	font-size: 14px;
	font-weight: bold;
	color: #b92700;
	text-align: left;
	text-decoration: none;
	margin: 1px;
	width: 156px;
	text-indent: 16px;
	padding-top: 3px;
	background-position: left top;
	background: url("../image/orange/menuBg.gif") no-repeat;		/*ha < IE7 */
}
a.mainMenu[class]{
	background: url("../image/orange/menuBg.png") no-repeat;		/*ha IE7 vagy FF*/
}

a.mainMenu:hover {
	background: url("../image/orange/menuBgHover.gif") no-repeat;	/*ha < IE7 */
	color: #ffa63e;
}
a.mainMenu:hover[class]{
	background: url("../image/orange/menuBgHover.png") no-repeat;	/*ha IE7 vagy FF*/
}


/*a felugró almenü*/
div.popup {
	display: none;
	background: url("../image/orange/popupMenuBackground.png");
/*	float: left;*/
	width: 100%;
	width: 156px;
	_width: 147px;
	_margin-left:-1px;
	padding-top: 8px;
	border-bottom: 2px solid #FF9900;
	border-left: 2px solid #FF9900;
	border-right: 2px solid #FF9900;
	position:absolute;
	
}

/*egy almenüpont*/
div.submenu{
	 position:relative;
	 width:100%;
	 height:25px;
}

/*az almenüpont sora*/
a.subMenu, a.subMenu:visited, a.quickMenu, a.quickMenu:visited, .subMenuSeparator {
	display: block;
	font-weight: bold;
	width: 100%;
	text-indent: 0px;
	font-size: 12px;
	color: #FFFFFF;
	height: 20px;
	padding-top: 4px;
	padding-left:10px;
	cursor: pointer;
}
a.subMenu:hover, a.quickMenu:hover {
	background: url("../image/orange/subMenuBg.png") no-repeat;
}

.subMenuSeparator{
	text-align:center;
	text-transform:uppercase;
	text-indent: 0px;
	padding-left:0px;
	cursor: auto;
	border-bottom:1px white solid;
}

/*2. szintű almenü*/
div.popup2 {
	display: none;
	position:absolute;
	left:100%;
	top:0px;
	background: url("../image/orange/popupMenuBackground.png");
/*	float: left;*/
	width: 110%;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top: 2px solid #FF9900;
	border-bottom: 2px solid #FF9900;
	border-left: 2px solid #FF9900;
	border-right: 2px solid #FF9900;
}
/*annak a menüpontja*/
a.sub2Menu, a.sub2Menu:visited{
	display: block;
	font-weight: bold;
	width: 100%;
	text-indent: 16px;
	font-size: 10px;
	color: #FFFFFF;
	height: 20px;
	padding-top: 5px;
	cursor: pointer;
}
a.sub2Menu:hover{
	background: url("../image/orange/subMenuBg.png");
}


