﻿.menu2 {width:121px; height:30px; font-size:15px;  font-family:Arial; position:relative; z-index:100; border-style: none; text-align:center}
        /* remove all the bullets, borders and padding from the default list styling */
        .menu2 ul {padding:0;margin:0;list-style-type:none; font-family:Arial;width:121px;}
        .menu2 ul ul {width:121px;}
        /* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
        .menu2 li {float:left;width:121px;position:relative;}
        /* style the links for the top level */
        .menu2 a, .menu2 a:visited {display:block;font-size:15px;text-decoration:none; color:#006666; width:121px; height:30px; border-style:none; background:#cccc99; line-height:30px}

        /* style the second level background */
        .menu2 ul ul a.drop, .menu2 ul ul a.drop:visited {background:#006666; color:#C1C599;width:121px;}
        /* style the second level hover */
        .menu2 ul ul a.drop:hover{font-weight:bold;background:#C1C599; color: #006666;width:121px; border-style:none}
        .menu2 ul ul :hover > a.drop {font-weight:bold;background:#C1C599; color: #006666; width:121px; border-style:none}


        /* hide the sub levels and give them a positon absolute so that they take up no room */
        .menu2 ul ul {visibility:hidden;position:absolute;height:0;top:29px;left:0; width:121px;}


        /* style the table so that it takes no ppart in the layout - required for IE to work */
        .menu2 table {position:absolute; top:0; left:0; border-collapse:collapse;}

        /* style the second level links */
        .menu2 ul ul a, .menu2 ul ul a:visited {background:#006666; color:#C1C599; height:auto; line-height:1em; padding-top:2px; padding-bottom:2px; width:121px;border-bottom-style:solid; border-bottom-color:#C1C599; border-bottom-width:1px; font-size:13px; border-left-style:none; border-right-style:none; border-top-style:none}
       

        /* style the top level hover */
        .menu2 a:hover, .menu2 ul ul a:hover{background:#006666; color:#C1C599;width:121px; border-top-style:none}
        .menu2 :hover > a, .menu2 ul ul :hover > a {background:#006666; color:#C1C599;width:121px; border-top-style:none}

        /* make the second level visible when hover on first level list OR link */
        .menu2 ul li:hover ul,
        .menu2 ul a:hover ul{visibility:visible;background:#C1C599; color: #006666;width:121px;}	