﻿/* Menu Styles - used in SiteMaster */
#menucontainer {height: 28px; position:relative; background-color:#44000a;}
#menuroot, #menuroot ul {list-style: none none outside; margin: 0; padding: 0; font-weight: bold; text-transform: uppercase;}
#menuroot ul {background-color: #6c0000;z-index:1;}
#menuroot {position:absolute; right: 10px; }
#menuroot a { color: #FFF; display: block; padding: 7px 10px; text-decoration: none; }
#menuroot li { float: left; position: relative; width: auto; }
#menuroot ul li a { border-right: 0 none; color: #fff; padding: 5px 12px 5px 12px; white-space: nowrap; }
#menuroot li ul { display: none; position: absolute; }
#menuroot li a:hover { color: #ff7f00; background-color: #6c0000; }
#menuroot a img { border: none 0; }
.menuclosed {width:13px; height: 13px; background: #440000 url('../images/action_dn.gif'); margin-right: 3px; display:inline-block;}
.menuopen {width:13px; height: 13px; background: #440000 url('../images/action_up.gif'); margin-right: 3px; display:inline-block;}

