

.ccc_menu {width:100%; height:100px; position:relative; z-index:100;font-family:monotype Corsiva;}
/* 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; padding-left:15px}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown ccc_menu positon */
.ccc_menu  li img{ padding-left:5px;}
.ccc_menu li.firststamp {float:left;position:relative; background:transparent url(../images/second.gif) no-repeat bottom left;width:80px; padding-top:60px;}
.ccc_menu li.secondstamp {float:left;position:relative; background:transparent url(../images/first.gif) no-repeat top left;width:80px; padding-top:35px;}
/* style the links for the top level */
.ccc_menu a, .ccc_menu a:visited {display:block;font-size:12px;text-decoration:none; color:#000000; text-transform:uppercase; height:30px;text-align:center;background: #FBDC12 url(../images/bottom.gif) no-repeat bottom left; }
/* a hack so that IE5.5 faulty box model is corrected */
* html .ccc_menu a, * html .ccc_menu a:visited {width:80px;; w\idth:80px;}
/* style the top level hover */
.ccc_menu a:hover {color:#A10101; text-decoration:underline;}




