/**************************/
/* THE SLIDER MENU STYLE */
/************************/
.slider-menu {
	font-family: Arial, Helvetica, sans-serif;				/* The Defaulte Font Type for the Menu */
					/* The Background color of the Menu */
	z-index:10;		
	line-height: 1;
	margin-top: 35px; 
	margin-left: 60px; 
	font-size: 12px;
}
/***************************/
/* Remove the List Styles */
/***************************/
.slider-menu ol, ul { 
    list-style: none; 
}
.slider-menu ul{
	width:auto;
}
/***************************************************************/
/* To Set the Width of the SubMenus with Image in the SubMenus */
/***************************************************************/
.slider-menu .img_head_description {
	width:300px;
	height:auto;
	
}


/********************************************************************************/
/* To Set the Width of the SubMenus without Images, but with Content and Title */
/* If you set the height,than all Submenu LI will have the same height !	 */
/********************************************************************************/
.slider-menu .head_description{
	width:260px;
	height:auto;
}
/************************************************/
/* Margin  left-right between the submenu items */
/************************************************/
.slider-menu ul li >ul >li{
	font-size:15px;		
	margin-left:5px;
	margin-right:5px;	
}
/*****************************************************/
/*	FIRST LEVEL MENU SHOULD HAVE DIFFERENT MARGINS  */
/***************************************************/
.slider-menu >ul>li {
	margin-left:0px;	
}
/**************************************/
/* TURN OFF LINK DECORATION OF MENUS */
/************************************/
.slider-menu  >ul>li a:link {
	color:#FFF/*E4E4E4*/ !important;
	text-decoration:none;	
}
.slider-menu >ul >li a:visited {
	color:#FFF/*E4E4E4*/ !important;
}
.slider-menu >ul >li a:hover {
	color:#fdb414 !important;
}
/***************************************************/
/*	FLOAT THE SUBMENUS NEXT TO EACH OTHER,        */
/*	START POSITION DIRECT UNDER THE 1 LEVEL MENU */
/***************************************************/
.slider-menu ul li ul {
/*	margin-top:20px;*/
	padding-top:10px;		/* TO START THE SUBMENUS UNDER THE MAIN MENU - Set this Value to increase / decreas the space between the 1st and 2nd level Menu*/	
	padding-bottom:20px;	/* LEAVE PLACE UNDER THE SUBEMENUS */
	display:none;			/* DONT SHOW IT AT START */
	font-size:10px;		
	background-color: #375383;/*#1F2120;
	/*Dont Touch the following settings*/
	position:absolute;		
	float:left;			
	box-shadow:none;
	z-index:10;
	height:auto;			
}
.slider-menu ul li:hover ul {
	display:block;
	z-index:10;
}
/************************************************/
/* DRAW THE BACKGROUND AROUND THE SUBMENU ITEM */
/************************************************/
.slider-menu ul li ul li >div {
	position:relative;
	background-color:#7f8db3;/*#353736;	*/
	-webkit-border-radius:0px;
	-moz-border-radius: 0px;
	border-radius: 0px;	
	
}
/********************************/
/*  SET THE IMAGE MARGINS HERE */
/********************************/
.slider-menu ul li ul li .img_holder {
	margin-left:16px;
	margin-top:16px;
	margin-bottom:16px;
}
/****************/
/* THE SUBMENU */
/****************/
.slider-submenu {	
	float:left;	
}
/***********************************/
/* THE TITLE STYLE IN THE SUBMENU */
/*********************************/
.slider-submenu .menu-head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;		
	z-index:8;			
	margin-left:16px;
	margin-top:16px;
	margin-right:16px;
	margin-bottom:16px;
}
/*************************************/
/* THE CONTENT STYLE IN THE SUBMENU */
/************************************/
.slider-submenu .menu-content {	
	font-family:  Helvetica, Arial, sans-serif;
	text-transform:none;
	font-size: 12px;
	z-index: 10;	
	margin-top:-6px;	
	overflow:hidden;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;	
	letter-spacing:1px;
}
/*********************************************************/
/* HEAD TYPES AND CONTENT TYPES ALTERNATIVS FOR THE MENU */
/*********************************************************/
.main_type_1 {
	color: #375383;/*fdb414;333333;*/
	font-size:18px;	
}
a:hover .main_type_1{
	color:#375383;/*434242;*/
}
