

.ccc_menu {width:100%; height:30px; position:relative; z-index:100;font-family:Arial;}
/* 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 {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;position:relative; background:transparent url(../images/mline.jpg) no-repeat top left; padding-left:10px;}
.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; display:block; color:#8c8c8c; text-transform:uppercase; height:17px;border-width:1px 0 1px 1px; background:transparent; font-family:arial;  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: 60px; w\idth:60px;}

/* style the second level background */
.ccc_menu ul ul a.drop, .ccc_menu ul ul a.drop:visited {}
/* style the second level hover */
.ccc_menu ul ul a.drop:hover{}
.ccc_menu ul ul :hover > a.drop {background:url(../images/hover.jpg) top repeat-x;}
/* style the third level background */
.ccc_menu ul ul ul a, .ccc_menu ul ul ul a:visited {background:#333333;}
/* style the third level hover */
.ccc_menu ul ul ul a:hover {background:#333333;color:#cccccc;}


/* 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:36px;left:0; width:149px;}
/* another hack for IE5.5 */
* html .ccc_menu ul ul {top:18px;t\op:18px;}

/* position the third level flyout ccc_menu */
.ccc_menu ul ul ul{left:171px; top:0; 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:#333333; color:#ffffff; height:auto; line-height:1em; padding:5px 10px; width:128px; border:#5D5D5D 1px solid; border-top:none;}
.ccc_menu ul ul li.first a, .ccc_menu ul ul li.first a:visited{border-top:#5D5D5D 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 :hover > a{color:#fff; background:url(../images/r_m_h.gif) no-repeat right top;text-decoration:none; display:block;}

.ccc_menu :hover > a span{color:#fff; background:url(../images/l_m_h.gif) no-repeat left top;text-decoration:none;}

.ccc_menu ul ul :hover > a {color:#cccccc; background:#6B6B6B; text-decoration: none;}
.ccc_menu ul ul ul :hover > a {color:#cccccc; background:#6B6B6B; text-decoration: none;}
.ccc_menu ul ul ul a:hover{background:#6B6B6B;}

/* 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;}


.ccc_menu :hover > a{color:#fff; background:url(../images/r_m_h.gif) no-repeat right top;text-decoration:none; display:block;}

.ccc_menu :hover > a span{color:#fff; background:url(../images/l_m_h.gif) no-repeat left top;text-decoration:none;}

.ccc_menu li#current a, .ccc_menu li.current a:visited {color:#fff; background:url(../images/r_m_h.gif) no-repeat right top;text-decoration:none; display: block;}

.ccc_menu li#current a span, .ccc_menu li.current a:visited span {color:#fff; background:url(../images/l_m_h.gif) no-repeat left top;text-decoration:none; }
