.ttstravel {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 1em;
 	font-weight: bold;
}

.ttstravel ul {
	border-bottom: 0px none;
}

.ttstravel li { /* ALAP MENÜ */
	background-image: url(img/custom/menu-normal.gif);
	width: 115px;
	margin-right:1px;
	margin-top:0px;
	height:25px;
	padding:10px 10px 0px 10px;
}

.ttstravel li.hover { /* ALAP MENÜ */
	background-image: url(img/custom/menu-hover.gif);
	width: 115px;
	margin-right:1px;
	height:25px;
	padding:10px 10px 0px 10px;
	color:#FFF;
}


.ttstravel a { /* ALAP MENÜ */
	text-decoration: none;
	color: #FFF;
	line-height: 21px;
	padding: 0px;
	border:0px;
	cursor: pointer;
	text-align:center;
}

.ttstravel a.hover { /* ALAP MENÜ HOVER */
	color: #FFFFFF;
}



/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */ 
.ttstravel ul li {  /* ALMENÜ ALAP */
	margin-bottom:1px;
 	width: 135px;
 	border: 0px;
	padding:0px;
	height:22px;
	
}

.ttstravel ul li.hover { /* ALMENÜ HOVER */
 	width: 135px;
 	border: 0px;
	padding:0px;
	height:22px;
}


.ttstravel ul a { /* ALMENÜ LINK */
 	border: none;
 	color: #FFFFFF;
	line-height: 22px;
	background-color:#66CCFF;
}


.ttstravel ul a.hover { /* ALMENÜ LINK HOVER */
  	color: #FFFFFF !important;
	background-color:#3399CC;
}


.ttstravel li.selected {
/*	background-position: 0px 25px;
	background-image: url(img/custom/menu-b2.jpg);*/
	background-image: url(img/custom/menu-a-sel.gif);
	width: 115px;
	margin-right:1px;
	height:25px;
	padding:10px 10px 0px 10px;

}


.ttstravel ul li.selected {
	color: #333333;
}


.ttstravel a.selected {
	color:#FFF;
	font-weight:bold;
}


.ttstravel ul a.selected {
	color: #333333;
}

/* MENÜ NYIL */
.ttstravel .arrow {
/*	background-image: url(img/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;*/
}

.ttstravel .hover ul .arrow,
.ttstravel ul .arrow {
/*	background-image: url(img/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;*/
}

.ttstravel .hover .arrow {
	/*background-image: url(img/arrow_hover.gif);*/
}

.ttstravel ul .hover .arrow {
	/*background-image: url(img/arrow.gif);*/
}

/*************************************************************************
* This is the LAYOUT style definition for the CSS menu                   *
* DO NOT alter this section, unless you know what you're doing           *
*************************************************************************/
div.horizontal {
	clear: both;
}
div.horizontal br {
	clear: both;
}
div.horizontal ul {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	clear: both;
}
div.horizontal li {
	list-style-type: none;
	display: block;
	float: left;
	clear: none;
	text-align: left;
    position: static;
}
div.horizontal li img {
	border: none;
}
div.horizontal a {
	clear: both;
	display: block;
	margin: 0px;
}
div.horizontal ul li ul {
	position: absolute;
	left: -5000px;
	top: -5000px;
	visibility: hidden;
	clear: both; 
}
div.horizontal ul li ul li {
	clear: both; 
}
div.horizontal ul li ul li a {
	clear: both;
}
.hasImg,
.hasImg a {
	padding: 0px !important;
	margin:	0px	!important;
	border:	none !important;
	outline: none !important;
	background:	transparent !important;
	width: auto !important;
}