/*----------------------- MENU ---------------------------*/

.ccc_menu{
	padding:0;
	margin:0;
}

.ccc_menu ul li{
	padding:0;
	margin-left:-40px;
	list-style:none;
	text-decoration:none !important;
}

.ccc_menu li a{
	display:inline-block;
	width:70%;
	padding:25px 45px;
	background:#509dd1;
	color:#fff !important;
	border-bottom:1px solid #f1f1f1;
	text-decoration:none !important;
	font-size:1.3em;
	list-style:none;
}





/* hack for IE5.5 */
* html .ccc_menu a, * html .ccc_menu a:visited {width:193px;}
/* style the link hover */
* html .ccc_menu a:hover {color:#000 !important; background-color:#2B74A5 !important; position:relative; }

.ccc_menu li:hover {position:relative;}

/* For accessibility of the top level menu when tabbing */
.ccc_menu a:active, .ccc_menu a:focus {color:#000 !important; background-color:#2B74A5 !important;  }

/* retain the hover colors for each sublevel IE7 and Firefox etc */
.ccc_menu li:hover > a {color:#000 !important; background-color:#2B74A5 !important; }
 
/* hide the sub levels and give them a positon absolute so that they take up no room */
.ccc_menu li ul 
{
	visibility:hidden;
	position:absolute;
	top:-31px;
	/* set up the overlap (minus the overrun) */
	left:312px;
	/* set up the overrun area */
	padding:30px;
	width:220px;
	
}
.ccc_menu li ul li
{
	font-size:13px;
}

/* for browsers that understand this is all you need for the flyouts */
.ccc_menu li:hover > ul {visibility:visible;}


/* for IE5.5 and IE6 you need to style each level hover */

/* keep the third level+ hidden when you hover on first level link */
.ccc_menu ul a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
.ccc_menu ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
.ccc_menu ul a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}

/* make the second level visible when hover on first level link */
.ccc_menu ul a:hover ul {
visibility:visible;
}
/* make the third level visible when you hover over second level link */
.ccc_menu ul a:hover ul a:hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level link */
.ccc_menu ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
.ccc_menu ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
.ccc_menu ul a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul{ 
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
.ccc_menu ul a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul  a:hover ul{ 
visibility:visible;
}

