
ul {
    margin: 0px;
    list-style: none;        /* removes the bullet points */
    font-size: 9pt;
    font-family: VERDANA;
    padding: 12px 12px 18px 12px;  
    width: 930; 
    border-style: solid;
    border-color: black;
    border-width: 2px 2px 2px 2px;
    background-color: #003399; 
  
   }

li { 
   //padding-right :.5em;       /* pads between each item on 1st level navagation menu */
   color: white;
   float: left;
    
   position: relative;     /* makes the menu blocks be positioned relative to their parent menu item
                                  the lack of offset makes these appear normal, but it will make a difference
                                  to the absolutely positioned child blocks */
    /*  width: 10em;    with of first list */
    /*margin: 0 0 .15em; */  
    z-index: 500;
 
   } 

ul li ul li {width: 100% } /*nested(child) list width*/
 
#menucategory.first { 
   //padding-right :.3em;       /* pads between each item on 1st level navagation menu */
   color: white;
   float: left; 
    
   position: relative;     /* makes the menu blocks be positioned relative to their parent menu item
                                  the lack of offset makes these appear normal, but it will make a difference
                                  to the absolutely positioned child blocks */
    /*  width: 10em;    with of first list */
    /*margin: 0 0 .15em; */ 
   z-index: 500; 
   border-left: none;

   } 
#menucategory { 
   padding-right :.5em;       /* pads between each item on 1st level navagation menu */
   padding-left  :.5em;
   color: white;
   float: left;
    
   position: relative;     /* makes the menu blocks be positioned relative to their parent menu item
                                  the lack of offset makes these appear normal, but it will make a difference
                                  to the absolutely positioned child blocks */
    /*  width: 10em;    with of first list */
    /*margin: 0 0 .15em; */ 
   z-index: 500; 
      border-left: 1px solid #FFFFFF; /* adds pipe line separator between items nav menu*/
  
   }   


li ul {
   display: none;
   position: absolute;
   list-style: none;  
   /*top: 1em; */
   top: 12px;
    
   left: 0;     




   } 
                   
li > ul                /* using the > selector prevents many lesser browsers hiding child ULs */  
 {                               
    top: auto;                    /* position slightly lower than the parent menu item */
    left: auto;                  /* this must not be more than the width of the parent block, or the mouse will
                                  have to move off the element to move between blocks, and the menu will close */
 }
 
li:hover ul, li.over ul{display: block; width:200;}  /* display inline makes the child block visible when over parent*/ 
  

#nav a:hover
   {
    
    background-color: gray;               /* makes the child color change on hover */
   /* color: white;*/
   } 
#nav a
   {
   text-decoration: none;
   color: white; 

   }


.onnow
{
background-color: #FFBB3C;

}

BODY
{
	bgcolor: white;
	link: Blue;
	vlink: Blue;
	alink: Red;
	color: maroon;
}

.ScreenTitle
{
color:black;
font-family: Century Gothic, serif;
font-size:12pt;
font-weight:bold;
}

.MenuTitle
{
font-family: Century Gothic, serif;
font-size: 12pt;
font-weight: bold;
color: teal;
}

.KeyLabel {
   font-family: MS Sans Serif;
   font-size: 8pt;
   color: #000080;
}

.KeyInputField {
   background-color: rgb(217, 217, 255);
   padding: 0pt 0pt 0pt 0pt;
   border-width: 1pt 1pt 1pt 1pt;
   border-style: double;
   border-color: rgb(217, 217, 255);
   font-family: MS Sans Serif;
   font-size: 8pt;
}

.Dropdown {
   background-color: rgb(217, 217, 255);
   padding: 0pt 0pt 0pt 0pt;
   border-width: 1pt 1pt 1pt 1pt;
   border-style: double;
   border-color: rgb(217, 217, 255);
   font-family: MS Sans Serif;
   font-size: 8pt;
}


.Label {
   font-family: MS Sans Serif;
   font-size: 8pt;
}

.OutputField {
   font-family: MS Sans Serif;
   font-size: 8pt;
   color: maroon;
}

INPUT.Key {
   font-family: MS Sans Serif;
   font-size: 8pt;
   background-color: rgb(217, 217, 255);
}

.MultiValue {
   font-family: MS Sans Serif;
   font-size: 8pt;

}

.Button {
   font-family: MS Sans Serif;
   font-size: 8pt;
}

.libfix, .libvar, .radio, .passwd, .edit, .dropdown,
.libNNW, .libNNR, .libNNP, .libNNY, .libNNG, .libNNT, .libNNB,
.libNBW, .libNBR, .libNBP, .libNBY, .libNBG, .libNBT, .libNBB,
.libNUW, .libNUR, .libNUP, .libNUY, .libNUG, .libNUT, .libNUB,
.libNRW, .libNRR, .libNRP, .libNRY, .libNRG, .libNRT, .libNRB,
.libBNW, .libBNR, .libBNP, .libBNY, .libBNG, .libBNT, .libBNB,
.libBBW, .libBBR, .libBBP, .libBBY, .libBBG, .libBBT, .libBBB,
.libBUW, .libBUR, .libBUP, .libBUY, .libBUG, .libBUT, .libBUB,
.libBRW, .libBRR, .libBRP, .libBRY, .libBRG, .libBRT, .libBRB
{
font-family:VERDANA;
font-size:8pt;
color:black;
font-style:normal;
font-weight:normal;
}

.libfix
{
}

.libvar
{
}

.radio
{
}

.passwd
{
}

.edit
{
}

.dropdown
{
}

.libNNW
{
}

.libNNR
{
color:red;
}

.libNNP
{
color:purple;
}

.libNNY
{
color:yellow;
}

.libNNG
{
color:green;
}

.libNNT
{
color:aqua;
}

.libNNB
{
color:blue;
}

.libNBW
{
font-weight:bold;
}

.libNBR
{
color:red;
font-weight:bold;
}

.libNBP
{
color:purple;
font-weight:bold;
}

.libNBY
{
color:yellow;
font-weight:bold;
}

.libNBG
{
color:green;
font-weight:bold;
}

.libNBT
{
color:aqua;
font-weight:bold;
}

.libNBB
{
color:blue;
font-weight:bold;
}

.libNUW
{
font-style:underline;
}

.libNUR
{
color:red;
font-style:underline;
}

.libNUP
{
color:purple;
font-style:underline;
}

.libNUY
{
color:yellow;
font-style:underline;
}

.libNUG
{
color:green;
font-style:underline;
}

.libNUT
{
color:aqua;
font-style:underline;
}

.libNUB
{
color:blue;
font-style:underline;
}

.libNRW
{
background:black;
}

.libNRR
{
color:red;
}

.libNRP
{
color:purple;
background:black;
}

.libNRY
{
color:yellow;
background:black;
}

.libNRG
{
color:green;
background:black;
}

.libNRT
{
color:aqua;
background:black;
}

.libNRB
{
color:blue;
background:black;
}

.libBNW
{
font-weight:bold;
}

.libBNR
{
color:red;
font-weight:bold;
}

.libBNP
{
color:purple;
font-weight:bold;
}

.libBNY
{
color:maroon;
font-weight:bold;
}

.libBNG
{
color:green;
font-weight:bold;
}

.libBNT
{
color:aqua;
font-weight:bold;
}

.libBNB
{
color:blue;
font-weight:bold;
}

.libBBW
{
color:black;
font-weight:bold;
}

.libBBR
{
color:red;
font-weight:bold;
}

.libBBP
{
color:purple;
font-weight:bold;
}

.libBBY
{
color:yellow;
font-weight:bold;
}

.libBBG
{
color:green;
font-weight:bold;
}

.libBBT
{
color:aqua;
font-weight:bold;
}

.libBBB
{
color:blue;
font-weight:bold;
}

.libBUW
{
font-style:underline;
font-weight:bold;
}

.libBUR
{
color:red;
font-style:underline;
font-weight:bold;
}

.libBUP
{
color:purple;
font-style:underline;
font-weight:bold;
}

.libBUY
{
color:yellow;
font-style:underline;
font-weight:bold;
}

.libBUG
{
color:green;
font-style:underline;
font-weight:bold;
}

.libBUT
{
color:aqua;
font-style:underline;
font-weight:bold;
}

.libBUB
{
color:blue;
font-style:underline;
font-weight:bold;
}

.libBRW
{
background:black;
color:white;
font-style:underline;
font-weight:bold;
}

.libBRR
{
background:black;
color:red;
font-style:underline;
font-weight:bold;
}

.libBRP
{
background:black;
color:purple;
font-style:underline;
font-weight:bold;
}

.libBRY
{
background:black;
color:yellow;
font-style:underline;
font-weight:bold;
}

.libBRG
{
background:black;
color:green;
font-style:underline;
font-weight:bold;
}

.libBRT
{
background:black;
color:aqua;
font-style:underline;
font-weight:bold;
}

.libBRB
{
background:black;
color:blue;
font-style:underline;
font-weight:bold;
}


.rowodd
{
background:#DBDBDB;
}

.roweven
{
background:white;
}

.libtbl
{
background:gray;
color:white;
}

.Misc
{
color: maroon;
}