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