/* ********************************** LEFT MENUS ********************************** */
/* Hover always needs to be AFTER VISITED because styles stack on top of each other. */
/* for all jsroll menu buttons -- need to have this for Netscape for flyouts to work */
.margins { 
font: 12px/12px verdana, arial, helvetica, sans-serif;
font-weight: bold; text-decoration: none; } 

.margins a, .margins A:VISITED  {
padding: 5px 3px 3px 25px; display: block; width: 180px; color: #006699; text-decoration: none;  } 

.margins A:HOVER  {
padding: 5px 3px 3px 25px; display: block; width: 180px; color: #006699; text-decoration: none; }

/* >>>>>>> Position 1 & 2: No flyout JAVASCRIPT ROLL w/ arrow - function lightup2 <<<<<<<< */
.nofly {
display: block; width: 190px; height: 23px; background: url(/graphics/leftnav.gif) 0 0px no-repeat; } 

/* hovered style */ 
.noflyHov { 
display: block; width: 190px; height: 23px; color: #006699; background: url(/graphics/leftnav.gif) 0 -23px no-repeat;  }

/* >>>>>>> Position 3: no flyout, selected */ 
.noflysel { 
display: block; width: 190px; height: 23px; background: url(/graphics/leftnav.gif) 0 -46px no-repeat; } 

.noflysel a, .noflysel A:HOVER, .noflysel A:VISITED {
display: block; width: 190px; color: #CC6600; text-decoration: none; } 

/* *********** TALL HEIGHT ******************* */
.margins-t { 
font: 12px/13px verdana, arial, helvetica, sans-serif;
font-weight: bold; text-decoration: none; } 

.margins-t a, .margins-t A:VISITED  {
padding: 5px 3px 3px 13px; display: block; width: 180px; color: #ffffff; text-decoration: none;  } 

.margins-t A:HOVER  {
padding: 5px 3px 3px 13px; display: block; width: 180px; color: #39390B; text-decoration: none;  }

/* >>>>>>> Position 1 & 2: No flyout JAVASCRIPT ROLL w/ arrow - function lightup2 <<<<<<<< */
.nofly-t {
display: block; width: 190px; height: 37px; background: #999966; } 

/* hovered style */ 
.noflyHov-t { 
display: block; width: 190px; height: 37px; color: #39390B; background: #C6C6AA; }

/* >>>>>>> Position 3: no flyout, selected */ 
.noflysel-t { 
display: block; width: 190px; height: 37px; background: #666633; } 

.noflysel-t a, .noflysel-t A:HOVER, .noflysel-t A:VISITED {
display: block; width: 190px; color: #ffffff; text-decoration: none; } 


