

a {

   font-size: 16 px;

   color: #FF7C00;

   font-family: verdana,ariel,helvicta,sans-serif;

}



p {

   font-size: 12px;

   color: #000000;

   font-family: verdana,ariel,helvicta,sans-serif;

}



h1 {

   font-size: 24px;

   color: #FF7C00;

   font-family: verdana,ariel,helvicta,sans-serif;

}



h2 {

   font-size: 14px;

   color: #FFFF00;

   font-family: verdana,ariel,helvicta,sans-serif;

}



h3 {

   font-size: 16px;

   color: #FF7C00;

   font-family: verdana,ariel,helvicta,sans-serif;

}



h4 {

   font-size: 14px;

   color: #000000;

   font-family: verdana,ariel,helvicta,sans-serif;

}



td {

   font-size: 12px;

   color: #000000;

   font-family: verdana,ariel,helvicta,sans-serif;

}



select {

   font-size: 12px;

   color: #000000;

   font-family: verdana,ariel,helvicta,sans-serif;

   background-color: #FF7C00;

}



.footer {

   font-size: 10px;

   color: #000000;

   font-family: verdana,ariel,helvicta,sans-serif;

}



.dropmenu {

   position: absolute;

   left: -1500px;

   visibility: visible;

   z-index: 101;

   float: left;

   width: 127px;



   border-width: 1px;

   border-style: solid;

   border-color: #000000;	

   background-color: #6A6A6A;

}

.dropmenu ul {

   margin: 0;

   padding: 0;

   list-style-type: none;

}

.dropmenu li {

   display: inline;

}

.dropmenu a, .dropmenu a:visited, .dropmenu a:active {

   display: block;

   width: 125px;



   padding: 2px;

   margin: 1px;

   font-family: Verdana;

   font-size: 12px;

   font-weight: normal;

   text-align: left;

   text-decoration: none;



   color: #FF7C00;

   background-color: #6A6A6A;

}

.dropmenu a:hover {

   padding: 2px;

   margin: 1px;

   font-family: Verdana;

   font-size: 12px;

   font-weight: normal;

   text-align: left;

   text-decoration: none;



   color: #000000;

   background-color: #FF7C00;

}



/*- Menu Tabs --------------------------- */



#tabs {

  float:left;

  width:100%;

  font-size:93%;

  line-height:normal;

  border-bottom:1px solid #DD740B;

}



#tabs ul {

  margin:0;

  padding:10px 10px 0 50px;

  list-style:none;

}



#tabs li {

  display:inline;

  margin:0;

  padding:0;

}



#tabs a {

  float:left;

  background:url("./img/tableft.gif") no-repeat left top;

  margin:0;

  padding:0 0 0 5px;

  text-decoration:none;

}



#tabs a span {

  float:left;

  display:block;

  background:url("./img/tabright.gif") no-repeat right top;

  padding:5px 15px 4px 6px;

  color:#FFF;

}



/* Commented Backslash Hack hides rule from IE5-Mac \*/



#tabs a span {float:none;}



/* End IE5-Mac hack */



#tabsI a:hover span {

  color:#FFF;

}



#tabs a:hover {

  background-position:0% -42px;

}



#tabs a:hover span {

  background-position:100% -42px;

}



/* Page Loading Message -------------------------------- */



#loading {

	width: 200px;

	height: 100px;

	background-color: #c0c0c0;

	position: absolute;

	left: 50%;

	top: 50%;

	margin-top: -50px;

	margin-left: -100px;

	text-align: center;

}

.glossymenu, .glossymenu li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 180px; /*WIDTH OF MAIN MENU ITEMS*/
/* border: 1px solid black; */
}

.glossymenu li{
position: relative;
}

.glossymenu li a{
background: white url(./img/graybutton.gif) repeat-x bottom left;
font: bold 14px Verdana, Helvetica, sans-serif;
color: black;
display: block;
width: auto;
padding: 5px 0;
padding-left: 10px;
text-decoration: none;
}

.glossymenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 180px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;
}

.glossymenu li ul li{
float: left;
}

.glossymenu li ul a{
width: 180px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
}

.glossymenu .arrowdiv{
position: absolute;
right: 2px;
background: transparent url(./img/arrow_black.gif) no-repeat center right;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: black;
}

.glossymenu li a:hover{
background-image: url(./img/graybutton2.gif);
}

/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */
