
.ccc_menu 
{
	
	margin:0;
	padding:0;
	background-color:#090b0f;
	
	
}

/* remove all the bullets, borders and padding from the default list styling */
.ccc_menu ul 
{
	margin:			0;
	padding:        0;
}
/* style the list items */
.ccc_menu li 
{
	width:190px;
	margin:0 auto;
	padding-bottom: 5px;
	font-family:tahoma;
	font-size:11px;
	color:#515135;
	margin-left:7px;
	padding-left:13px;
	padding-top:4px;
	background-color: #f8f9f4;
	border: 1px solid #eeefe7;
	list-style:none;
	background-image:url(../images/bttn.gif);
	background-position:left; 
	background-repeat:no-repeat;
	/* 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:#515135;
	line-height:20px;
	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:#F25A29; text-decoration:underline; }
 
/* 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:164px;
	/* set up the overrun area */
	padding:33px;
	/* this is for IE to make it interpret the overrrun padding */
	
}
.ccc_menu li ul li
{
/*border-left:1px solid #1c1e20;*/
background-color:#f2f3ed;
color:#FFFFFF;
border: 1px solid #d3d4cc;
font-size:11px;
	
}

/* 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;
}

