
/*Upper
 Menu Bar */

#navup, #navup ul          { font-size: 9pt; background-image: none; list-style: none; margin: 0; padding: 0; width: 750px; float: left }

#navup a      { color: #fff; font-weight: bold; text-decoration: none; text-align: center; letter-spacing: 1px; display: block; padding-top: 5px; padding-bottom: 6px; vertical-align: middle }

#navup a:hover    { color: #fff; font-weight: bold; text-decoration: none; background-image: none }

#navup a.daddy   { background: url("../images/rightarrow.gif") no-repeat right center }

#navup li        { width: 144px; height: inherit; float: left}
#navup li.leftmost  { width: 150px; color: #fff; font-weight: bold; text-decoration: none; text-align: center; letter-spacing: 1px; display: block; padding-top: 5px; padding-bottom: 6px; vertical-align: middle }
#navup li.rightmost  { width: 168px }
/*Child Menu *List* Properties */
#navup li ul        { font-weight: normal; background-image: url("../images/gray_dk.png"); background-repeat: repeat; background-attachment: scroll; background-position: 0 0; margin-top: 0; margin-right: 0; margin-bottom: 0; position: absolute; left: -999em; width: 144px; height: auto }

/*Child Menu *Item* Properties */
#navup li li  { padding: 2px 3px 2px 8px; width: 144px; border-bottom: 1px solid #2f3e3b; w\idth: 133px }

#navup li ul a  { font-weight: normal; line-height: normal; text-align: left; letter-spacing: normal; width: 134px; border: none }

#navup li ul ul  { margin: -23px 0 0 129px }

#navup li:hover ul ul, #navup li:hover ul ul ul, #navup li.sfhover ul ul, #navup li.sfhover ul ul ul {
	left: -999em;
}

#navup li:hover ul, #navup li li:hover ul, #navup li li li:hover ul, #navup li.sfhover ul, #navup li li.sfhover ul, #navup li li li.sfhover ul {
	left: auto;
}
/*Top Row
 Hover Properties */
#navup li:hover, #navup li.sfhover    { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0 }
