@charset "utf-8";

/* MENU */


.menu_border {
	display: block;
	width:962px;
	margin: 0;
	padding: 0;
	background: #575e68;
	height:6px !important;
}
#menu {

	display: block;
		width:962px;
	margin: 0;
	padding: 0;
	background: #909090 url('../images/mnu_gradien_2.png');
	height:64px !important;
	
}

#menu ul {

	border-bottom: 0px solid #858585;
	overflow: hidden;
	height:64px !important;
}

#menu ul li {
	font-size:14.5px!important;
	
	padding-top:20px;
	float: left;
	width: 321.3px;
	overflow: hidden;
	border-left: 0px solid #858585;
	white-space: nowrap;
	list-style: none;
	text-align: center;
	cursor: pointer;
	height:64px !important;
	color: #fff;	
	font-size: 14px;
	
	
}

#menu ul li:hover {
	color:#ebebeb;	
}




#menu ul li a {
	color: #ffffff;
	letter-spacing: 1px;
	height:33px !important;
	
}
/*
#menu_1, li:hover{
	border-top: 3px solid #FF0000;
}

#menu_2, li:hover {
	border-top: 3px solid #049904;
}

#menu_3, li:hover {
	border-top: 3px solid #003399;
}

#menu_4, li:hover{
	border-top: 3px solid #999999;
}
*/

.subfocus {
	/*border-top: 3px solid #892428;*/

	
	background-image: url('../images/mnu_active.png');
}





/* SUBMENU */
#submenu_container {
	margin: 0;
	padding: 0;
	height: 0;
	width: 100%;
	clear: both;
	overflow: hidden;
	
}
#submenu_close {
	float: right;
	margin: 0;
	padding: 0;
	margin-right: 5px;
	padding-right: 17px;
	height: 20px;
	background-image: url('../images/trip_submenu_close_red.gif');
	background-position: center right;
	background-repeat: no-repeat;
	color: #FFF;
	line-height: 18px;
	text-align: right;
	cursor: pointer;
}
#submenu_close a {
	color: #FFF;
	text-decoration: none;
}
#submenu_inner {
	margin: 0;
	padding: 0;
	height:30px;
	background-image: none;
	background-position: 0 0;
	background-repeat: no-repeat;
	overflow: hidden;
}
#submenu {
	margin: 0;
	padding: 0;
	height: 0;
	background-color: #fff;	
	background-position: bottom right;
	background-repeat: no-repeat;
	clear: both;
	overflow: hidden;
	font-size:15px!important;
}

#submenu ul {

	float: left;
	height: 132px;
	width: 30%;
	/*width: 293px;*/
	color: #FFF;
	/*margin-top: 12px;*/
/*	margin-left: 13.5px;
	padding-left: 13.5px;*/
	padding-left: 0px;
}
#submenu ul li {
	list-style-type: none;
		
		
	/*text-align: justify;*/
	
}
#submenu ul li.hassub {

		

	 
	/*list-style-image: url('../images/trip_submenu_item.gif') 20%;*/
}
#submenu ul li.activesub {
	background:url(../images/trip_submenu_highlight.gif) left top no-repeat; 
	
		background-position:0px 4px;
	
	/*list-style-image: url('../images/trip_submenu_highlight.gif');*/
}
#submenu ul li.activesubli {

	background:url(../images/trip_submenu_highli.gif) left top no-repeat; 
	background:url('../images/gray_ball.gif') no-repeat;
	
	
	
	/*list-style-image: url('../images/trip_submenu_highli.gif');*/
}

#submenu ul li.activesubli a {
color:#727272;
}

#submenu ul li a {

	display: block;
	color: #000;
	color: #FE7A16;
	text-decoration: none;
}
#submenu ul li a:hover {
	color: #FE7A16;
	text-decoration: underline;
}
#submenu div.subitem {
	display: none;
	float: right;
	margin-top: 14px;
	padding: 5px;
	height: 98px;
	width: 65%;
	/*width: 646px;*/
	border: 1px solid #FFF;
	border-right: none;
	background-color: #b0b0b0;
	color: #FFF;
}
#submenu div.subitem ul {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}
#submenu div.subitem ul  li{
	float: left;
	margin: 0;
	padding: 0;
	margin-left: 0.5%;
	padding-left: 0.5%;
	width: 32%;
}

#submenu div.subitem ul  li a{
	padding:0px;
}
#submenu div.subitem ul  li.activesubitem{
	font-weight: bold;
}

.sub_menu_items  {
	margin-top:5px;
	width:960px !important;
}
.sub_menu_items  li {
	background:url('../images/orange_ball.gif') no-repeat;
	margin-left:10px;
	margin-top:5px;
	float:left;
	
}



.sub_menu_items  li a{
	margin-left:25px;
	margin-right:20px;
	padding:0px!important;
	

}

