
.ccmenu {

z-index:1000;

font-size:12px;

}



/* remove all the bullets, borders and padding from the default list

styling */

.ccmenu ul {

padding:0;

margin:0;

list-style-type:none;

width:152px;

}

/* hack for IE5.5 */

* html .ccmenu ul {margin-left:-16px;

ma\rgin-left:0;}

/* position relative so that you can position the sub levels */

.ccmenu li {

position:relative;

background: #;

height:165%;

margin: 0;

}



.ccmenu li ul {

background: #;

}







/* get rid of the table */

.ccmenu table {

position:absolute; 

border-collapse:collapse; 

top:0; 

left:0; 

z-index:100; 

font-size: 1em;

}



/* style the links */

.ccmenu a, .ccmenu a:visited {
	display:block; 
	text-decoration:none;
	height:164%;
	line-height:164%;
	width: 152px;
	color: #000000;
	text-indent:3px;
	font-size:12px;
	margin: 0;
}



/* hack for IE5.5 */

* html .ccmenu a, * html .ccmenu

a:visited 

{

background: #;

width:147px;

}



/* style the link hover */

* html .ccmenu a:hover {

font-size:12px;

color: #740403; 

background: #;

margin: 0;

}



.ccmenu :hover > a {

color: #740403;

font-size:12px;

background: #;

}



/* hide the sub levels and give them a positon absolute so that they take

up no room */

.ccmenu ul ul {

visibility:hidden;

position:absolute;

top:0;

left:152px; 

}



/* make the second level visible when hover on first level list OR link

*/

.ccmenu ul :hover ul{

visibility:visible;

}



/* keep the third level hidden when you hover on first level list OR link

*/

.ccmenu ul :hover ul ul{

visibility:hidden;

}



/* keep the fourth level hidden when you hover on second level list OR

link */

.ccmenu ul :hover ul :hover ul ul{

visibility:hidden;

}



/* make the third level visible when you hover over second level list OR

link */

.ccmenu ul :hover ul :hover ul{ 

visibility:visible;

}



/* make the fourth level visible when you hover over third level list OR

link */

.ccmenu ul :hover ul :hover ul :hover ul { 

visibility:visible;

}





* + html .ccmenu li.sub {margin-bottom:-2px;}



#ccmenu ul ul {



display:block;



z-index:2;



}

#ccmenu ul ul ul{



  display: block;



  left:110px;



  width:160px;



  z-index:1;



}


  
  
  
