/* Style sheet shiftdownmenu */
#header .mod_navigation{width:100%;height:35px;margin:10px 0;padding:0;background-color:#9cceff;border-top:5px solid #D10000;border-right:0px solid #D10000;border-bottom:0px solid #D10000;border-left:0px solid #D10000;voice-family: inherit;}
#header .mod_navigation ul{margin:0;padding:0;list-style: none;}
#header .mod_navigation li{display:inline;margin:0 2px 0 0;padding:0;text-transform:uppercase;}
#header .mod_navigation a,#header .mod_navigation span{float:left;display:block;margin:0 1px 0 0;padding:5px 10px;background-color:#9cceff;text-decoration:none;color:#29166f;font: bold 12px Arial;/*BELOW 4 LINES add rounded bottom corners to each menu item.  ONLY WORKS IN FIREFOX AND FUTURE CSS3 CAPABLE BROWSERS  REMOVE IF DESIRED*/-moz-border-radius-bottomleft: 5px;border-bottom-left-radius: 5px;-moz-border-radius-bottomright: 5px;border-bottom-right-radius: 5px;}
#header .mod_navigation a:hover,#header .mod_navigation .last a:hover{background-color:#D10000;text-decoration:none;color:#ffffff;}
#header .mod_navigation .active,#header .mod_navigation .trail{padding-top:10px;padding-bottom:0;background-color:#D10000;border-bottom:8px solid #D10000;color:#ffffff;border-bottom-color: #D10000;}

