
.ccc_menu 
{
	background:#090b0f;
	margin:0;
	padding:0;
}

/* remove all the bullets, borders and padding from the default list styling */
.ccc_menu ul 
{
	background:#090b0f;
	position:relative;
	z-index:500;
	padding:0;
	margin:0;
	list-style-type:none;

}
/* style the list items */
.ccc_menu li 
{
	background:#009966;
	padding:3px;
	/*border-bottom:1px solid #000;
	border-top:1px solid #1c1e20;*/
	margin-bottom:2px;
	/* for IE7 */
	float:left;
}
.ccc_menu li.sub {no-repeat right center;} 

/* get rid of the table */
.ccc_menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.ccc_menu a, .ccc_menu a:visited 
{
	display:block; 
	text-decoration:none;
	color:#ffffff;
	line-height:20px;
	width:170px;
	text-indent:5px;

}
/* hack for IE5.5 */
* html .ccc_menu a, * html .ccc_menu a:visited {width:220px; w\idth:220px;}
/* style the link hover */
* html .ccc_menu a:hover {color:#ccc; ; 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:#6b7481;}

/* retain the hover colors for each sublevel IE7 and Firefox etc */
.ccc_menu li:hover > a {color:#ccc; }
 
/* 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:-30px;
	/* set up the overlap (minus the overrun) */
	left:150px;
	/* set up the overrun area */
	padding:30px;
	/* this is for IE to make it interpret the overrrun padding */
	background:transparent url(transparent.gif);
	
	
}

.ccc_menu li ul li
{
/*border-left:1px solid #1c1e20;*/
margin-left:1px;	

margin-bottom:1px!important;
}

/* 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;
}

