

.ccc_menu {width:100%; height:50px; position:relative; z-index:100;font-family:Tahoma;}
/* hack to correct IE5.5 faulty box model */
/* remove all the bullets, borders and padding from the default list styling */
.ccc_menu ul {padding:0;margin:0; list-style-type:none;}
.ccc_menu ul ul {width:160px;margin-top:14px; z-index:100000}
.ccc_menu ul ul ul{margin:0;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown ccc_menu positon */
.ccc_menu li {float:left;width:130px;position:relative; background:transparent url(../images/mline.jpg) no-repeat top left; padding-left:3px;}
.ccc_menu li.first, .ccc_menu li ul li{background:none;}


/* style the links for the top level */
.ccc_menu a, .ccc_menu a:visited {display:block;font-size:12px;text-decoration:none; color:#5c5c5c; text-transform:uppercase; width:125px; height:30px; padding-top:15px; border-width:1px 0 1px 1px; background:transparent;  text-align:center; font-weight:bold; }
.ccc_menu ul ul a, .ccc_menu ul ul a:visited{text-align:left; text-transform:none;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .ccc_menu a, * html .ccc_menu a:visited {width:130px; w\idth:130px;}

/* style the second level background */
.ccc_menu ul ul a.drop, .ccc_menu ul ul a.drop:visited {background:#727272 url(../images/arrow.gif) no-repeat 130px center;font-size:11px;}
/* style the second level hover */
.ccc_menu ul ul a.drop:hover{background:#727272 url(../images/arrow.gif) no-repeat 130px center;color:#F8B101;}
.ccc_menu ul ul :hover > a.drop {background:#727272 url(../images/arrow.gif) no-repeat 130px center;}
/* style the third level background */
.ccc_menu ul ul ul a, .ccc_menu ul ul ul a:visited {background:#5c5c5c;}
/* style the third level hover */
.ccc_menu ul ul ul a:hover {background:#727272;color:#F8B101;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.ccc_menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:149px;}
/* another hack for IE5.5 */
* html .ccc_menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout ccc_menu */
.ccc_menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout ccc_menu for a left flyout */
.ccc_menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.ccc_menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.ccc_menu ul ul a, .ccc_menu ul ul a:visited {background:#5c5c5c; color:#ffffff; height:auto; line-height:1em; padding:5px 10px; width:128px; border:#BBB 1px solid; border-top:none;font-size:11px;}
.ccc_menu ul ul li.first a, .ccc_menu ul ul li.first a:visited{border-top:#BBB 1px solid;}
/* yet another hack for IE5.5 */
* html .ccc_menu ul ul a, * html .ccc_menu ul ul a:visited {width:140px;w\idth:128px;}

/* style the top level hover */
.ccc_menu a:hover {color:#F8B101; background:transparent url(../images/m2bg.jpg) repeat center top; text-decoration:none;}
.ccc_menu ul ul a:hover{color:#F8B101; background:#727272;}
.ccc_menu :hover > a{color:#F8B101; background:#727272; background:transparent url(../images/m2bg.jpg) repeat center top; text-decoration:underline;}
.ccc_menu ul ul :hover > a {color:#F8B101; background:#727272; text-decoration: none;}
.ccc_menu ul ul ul :hover > a {color:#F8B101; background:#727272; text-decoration: none;}
.ccc_menu ul ul ul a:hover{background:#727272;}
/* make the second level visible when hover on first level list OR link */
.ccc_menu ul li:hover ul,
.ccc_menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.ccc_menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.ccc_menu ul :hover ul :hover ul{ visibility:visible;}

