﻿#info {border:0;}


.menu
{
    width: 770px;
    height: 70px;
    position: relative;
    z-index: 100;
    font-family: arial, sans-serif;
    margin-bottom: 20px;
}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:771px; w\idth:770px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:100px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:100px;position:relative; margin-right: 10px;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block; font-size:11px;text-decoration:none; color:#fff; width:90px; height:65px; background:#09c; padding-top:5px; padding-left:5px; padding-right:5px; }
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:100px; w\idth:89px;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:70px;left:0; width:100px;border-top:1px solid #fff;}

/* another hack for IE5.5 */
* html .menu ul ul {top:70px;t\op:71px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {color:#fff; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;}

/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#000;}
.menu :hover > a, .menu ul ul :hover > a {color:#000}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */



#dd1 a { background-color: #006666;}

#dd2 a { background-color: #639c63;}

#dd3 a { background-color: #cece63;}

#dd4 a { background-color: #ffc631;}

#dd5 a { background-color: #ce6331;}

#dd6 a { background-color: #9c0000;}

#dd7 a { background-color: #633163;}