#templateContentArea  {position: absolute; left: 180; top: 160; width: 620;}  
#templatebanner {position: absolute; left: 0; top: 0; } 
#templatemenu  {position: absolute; left: 3; top: 127; width: 150; } 
#breadcrumbtrail {position: absolute; left: 180; top: 130; width: 420; }  
#searchBox {position: absolute; left: 600; top: 130;  width: 200;}  
#templateCopyright {position: relative;} 


td,table,body{Font-Family:Arial, Verdana; }

TH {text-align:left; }

.templateContentArea { padding-top: 10; padding-left:10px; }

.resinfoprompt {font-size: 90%; color: #363; text-align:right; width: 150;}

#menu {
        border-right: 0px solid #000;
        padding: 0 0 0 0;
        margin-bottom: 0;
        font-family: Arial;  
        font-size : 12pt;
        font-weight:bold;
        background-color: #ffffff;
        color: #000000;
      width: 150px; 
}

        #menu ul {
                list-style: none;
                margin: 0;
                padding: 0;
                border: none;
                }

        #menu li {
border-bottom: 1px solid #ffffff;
margin-bottom: 0;
list-style: none;}

        #menu li a {
                display: block;
                padding: 5px 5px 5px 5px;
                border-left: 0px solid #1958b7;
                border-right: 0px solid #508fc4;
                background-color: #009900;
                color: #fff;
      width: 150px; 
                text-decoration: none;
                                }

#menu li a:hover {
                border-left: 0px solid #1c64d1;
                border-right: 0px solid #5ba3e0;
                background-color: #000000;
                color: #fff;
                }

        #menu li #active {
                border-left: 0px solid #1c64d1;
                border-right: 0px solid #5ba3e0;
                background-color: #020390;
                color: #fff;
                }




#menu li ul { /* this one is the dropdown */ 
visibility: hidden;
position: absolute; /* so we can hide it */ 
left: -999em; /* by default it is hidden */ 
width: 120px; /* width of the entire dropdown */ 
margin-left: 150px; /* relative position of the menu to the button... 0=tight on bottom.. */ 
margin-top:-28px; 
background-color: #99cc00; /* color of the entire dropdown */ 
}