
/* Moz fix 
html>body  {margin-bottom:10px; height:auto; min-height:75px;}*/



/*****************************************************/

#topNav  {
padding: 0em;
}
#topNav ul {
  font-weight: bold;
  text-align: right;
  font-size: 1em;
}

/* any li element within .nav container */
#topNav li {
  float: left;
  margin: 0;   
  padding: 0em .5em 0em 1.5em; /* space left and right of menu */
  list-style: none; /* no bullet markers */
  text-align:right;

}

/* any anchor in a .nav list item element */
#topNav li a {
  display: block;         /* expand to fill parent li */
  margin: 0;  /* no space between anchors */
  padding: 1em .5em .2em .5em; /* space above and below text */
  text-decoration: none;  /* no underline */
  color: #FFFFFF;         /* override default link color */
  background-image: url(../images/topBullets.gif); /* image */
  background-repeat: no-repeat;
  background-position: -4px -20px;  /* x, y positioning */
}

#topNav a:current { 
background-image: url(../images/topCurrent.gif); /* image */
background-repeat:no-repeat;
}


/*********************************************** LEFT MENU **************************************************/
#leftnav
{
float: left;
width: 240px;
margin: 0;
padding: 0em;
}

#navlist
{
color: #FFFFFF;
background: #DEDEDE;
padding: 0px;
margin-left: 0px;
margin-right: 0px; /* ADDED TODAY */
width: 240px;
font: italic 0.9em , Arial, Verdana, sans-serif;
letter-spacing: 1.5px;
}

#navlist li
{
list-style: none;
margin: 0;
/* font-size: 1em; */ /* REMOVE TODAY */
}


#navlist a 
{
display: block;
text-decoration: none;
margin-bottom: 0.1em;
margin-top: 0.1em;
font-weight: bold;
text-align: right;
color: #000000; 
background: #FFFFFF; 
width: 100%;
padding: 0.1em 3em 0em 0em;
/*padding: 0.2em 2.7em 0.2em 0.75em;*/

}

/*#navlist a
{
/*voice-family: "\"}\"";
voice-family: inherit;
width: 95%;
}
*/


/*#navlist a#current */
#navlist a.current { 
/*border-color: #5bd #035 #068 #000; */
background-image: url(../images/laserMenu3.gif);/* WHITE bg color with Laser symbol for Sub-menu current active button */
/*background-repeat:no-repeat;*/
}


/*#navlist a:hover, #navlist a#current:hover*/
#navlist a:hover
{
background-image: url(../images/laserMenu3.gif);/* WHITE bg color with Laser symbol for Sub-menu current active button */
background-repeat:no-repeat;
padding: 0.1em 3em 0em 0em;
/*color: 000000;
font-weight: bold;
border-color: #669999 #669999 #669999 #fc0;*/

}

/*#navlist a:active, #navlist a#current:active*/
#navlist a:active
{
/*background: #FFFFFF;
color: 000000;
font-weight: bold;
border-color: #669999 #669999 #669999 #fc0;*/
padding: 0.1em 3em 0em 0em;
background-image: url(../images/laserMenu.gif);/* WHITE bg color with Laser symbol for Main Menu current active button */
background-repeat:no-repeat;
}




/**********************************************************************/

#navlistTreat
{
float: left;
width: 240px;
margin: 0;
padding: 0em;
}

#navlistTreat
{
color: #FFFFFF;
background: #DEDEDE;
padding: 0px;
margin-left: 0px;
margin-right: 0px; /* ADDED TODAY */
width: 240px;
font: italic 0.9em , Arial, Verdana, sans-serif;
letter-spacing: 1.5px;
}

#navlistTreat li
{
list-style: none;
margin: 0;
/* font-size: 1em; */ /* REMOVE TODAY */
}


#navlistTreat a 
{
display: block;
text-decoration: none;
margin-bottom: 0.1em;
margin-top: 0.1em;
font-weight: bold;
text-align: right;
color: #000000; 
background: #FFFFFF; 
width: 100%;
padding: 0.1em 3em 0em 0em;
/*padding: 0.2em 2.7em 0.2em 0.75em;*/

}

/*#navlist a
{
/*voice-family: "\"}\"";
voice-family: inherit;
width: 95%;
}
*/


/*#navlist a#current */
#navlistTreat a.current { 
/*border-color: #5bd #035 #068 #000; */
background-image: url(../images/laserMenu3.gif);/* WHITE bg color with Laser symbol for Sub-menu current active button */
/*background-repeat:no-repeat;*/
}


/*#navlist a:hover, #navlist a#current:hover*/
#navlistTreat a:hover
{
background-image: url(../images/laserMenu3.gif);/* WHITE bg color with Laser symbol for Sub-menu current active button */
background-repeat:no-repeat;
padding: 0.1em 3em 0em 0em;
/*color: 000000;
font-weight: bold;
border-color: #669999 #669999 #669999 #fc0;*/

}

/*#navlistTreat a:active, #navlist a#current:active*/
#navlistTreat a:active
{
/*background: #FFFFFF;
color: 000000;
font-weight: bold;
border-color: #669999 #669999 #669999 #fc0;*/
padding: 0.1em 3em 0em 0em;
background-image: url(../images/laserMenu.gif);/* WHITE bg color with Laser symbol for Main Menu current active button */
background-repeat:no-repeat;
}






