﻿.menuAbout {width:80px; height:23px; 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 */
        .menuAbout ul {padding:0;margin:0;list-style-type:none; font-family:Arial;width:80px; padding-top:0px; padding-left:0px}
        .menuAbout ul ul {width:80px; padding-top:3px;}
        /* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
        .menuAbout li {float:left;width:80px;position:relative;}
        /* style the links for the top level */
        .menuAbout a, .menuAbout a:visited {display:block;font-size:15px;text-decoration:none; color:white; width:80px;
                                             height:25px;   line-height:23px; }

        /* style the second level background */
        .menuAbout ul ul a.drop, .menuAbout ul ul a.drop:visited {background:#cc0033; color:white;width:80px;}
        /* style the second level hover */
        .menuAbout ul ul a.drop:hover{font-weight:bold;background:#ffcc00; color: #cc0033;width:80px; border-style:none}
        .menuAbout ul ul :hover > a.drop {font-weight:bold;background:#ffcc00; color: #cc0033; width:80px; border-style:none}


        /* hide the sub levels and give them a positon absolute so that they take up no room */
        .menuAbout ul ul {visibility:hidden;position:absolute;height:0;top:25px;left:0; width:80px;}


        /* style the table so that it takes no ppart in the layout - required for IE to work */
        .menuAbout table {position:absolute; top:0; left:0; border-collapse:collapse;}

        /* style the second level links */
        .menuAbout ul ul a, .menuAbout ul ul a:visited {background:#cc0033; color:white; height:auto; line-height:1em; padding-top:0px; padding-bottom:2px; width:80px;border-bottom-style:solid; border-bottom-color:white; border-bottom-width:1px; font-size:13px; border-left-style:none; border-right-style:none; border-top-style:none}
       

        /* style the top level hover */
        .menuAbout a:hover, .menuAbout ul ul a:hover{ color:#cc0033;width:80px; border-top-style:none}
        .menuAbout :hover > a, .menuAbout ul ul :hover > a { color:#cc0033;width:80px; border-top-style:none}

        /* make the second level visible when hover on first level list OR link */
        .menuAbout ul li:hover ul,
        .menuAbout ul a:hover ul{visibility:visible; color: white;width:80px;}
    	