/* #shadowblock {height:7px;width:980px;background:white;position:absolute;z-index:99} */ 

#mega li .nav {
border-radius:6px;
padding:1px;
cursor:pointer;
}

#mega li #top {background: url(arrowDown.png) no-repeat  121px 7px;}
#mega li:hover #top, #mega li.active #top {background:url(arrowDownBlack.png) no-repeat 121px 7px #fff;}
#mega li #top.selected {background: white url(arrowUp.png) no-repeat 121px 7px;color:black;}

#mega li #limited {background: url(arrowDown.png) no-repeat  167px 7px;}
#mega li:hover #limited, #mega li.active #limited {background:url(arrowDownBlack.png) no-repeat 167px 7px #fff;}
#mega li #limited.selected {background: white url(arrowUp.png) no-repeat 167px 7px;color:black;}

#mega li #misc {background: url(arrowDown.png) no-repeat 132px 7px;}
#mega li:hover #misc, #mega li.active #misc {background:url(arrowDownBlack.png) no-repeat 132px 7px #fff;}
#mega li #misc.selected {background: white url(arrowUp.png) no-repeat 132px 7px;color:black;}


.menu { 
background:white; 
position:absolute;z-index:999;border:1px solid grey;
font-size:14px;
padding:25px;
padding-top:0px;
clear:both;
text-align:left;
border:0;
border-radius:0 8px 8px 8px;
box-shadow:0 1px 8px #999;
display:none;
width:77 0px;
margin-left:61px;
} 

table.menu1 tr td { 
 font-size: 14px;
}

/*
table.menu1 a {font-size: 14px;}
table.menu1 a:link {color: #fa7403;;}
table.menu1 a:visited {color: #fa7403;}
*/
/* table.menu1 a:hover {color: #FF0000;} */
/*
table.menu1 a:active {color: #fa7403;}
table.menu1 a:focus {color: #fa7403;}
*/

.menu p {
margin-top:25px;
}
.menu b {
clear:both;color: black;
width:200px;
}
.menu a { color: #fa7403;
    margin-right:20px;
    text-decoration:none;
    padding:3px 9px 3px 9px;
}
.menu a:hover { 
    color: white; 
    background-color:#fa7403; 
    border-radius:6px;
    -webkit-transition: color .1s, background-color .1s;
    transition: color .1s, background-color .1s;
    padding:3px 9px 3px 9px;
}

#menulimited {width:300px;margin-left:444px}
#menumisc    {width:300px;margin-left:600px}
