

<style type="text/css">
/* Delcom Menu CCS File - Include in HTML.HEAD section */



.body {		/* global */
  /*margin:5px; */
  font:arial;
  margin-left:10px;
  margin-top:5px;
  }

#DelcomMenuCSS {           /*Class: DelcomMenuCSS */
  margin-left: 10px;        /*Menu left margin */
  margin-top: 0px;         /*Menu top margin */
  padding: 0 0 0px 0;      /*Menu padding(top,bot,right,left) */
  }

#DelcomMenuCSS li {        /* Main Menu List items */
  margin: 0;               /* Margin between items */
  padding: 0;              /* Padding between items */
  list-style: none;        /* Bullets - none */
  float: left;             /* Float to the left*/
  font: bold 11px arial;   /* font */
  }
  /* Margin: area around an element (outside the border). Margin have no background color(transparent).*/
  /* Padding: around the content (inside the border). Padding have BK color of the element.*/


#DelcomMenuCSS li a.menu { /* Main Menu List Hyper Link Item */
  display: block;          /* Display: Block mode */
  text-align: center;      /* Align: center */
  background:transparent;  /* BK Color */
  padding: 4px 10px;       /* Padding around the text (vert, horz)*/
  margin: 0 1px 0 0;       /* Margin between items, color=transparent*/
  color:navy;             /* Text Color*/
  /*width: 60px;*/         /* Width of item, let it auto size*/
  text-decoration: none;   /* Turn off the underline*/
  }

#DelcomMenuCSS li a.menu:hover {    /* Main Menu List hover */
  background: transparent;          /* Hover BK color*/
  color:red;                        /* Text Color*/
  text-decoration: underline;       /* Turn on the underline*/
  }

.submenu {                    /* All submenus */
  background: white;          /* SubMenu BK Color */
  border: 1px solid #5970B2;  /* Submenu border */
  visibility: hidden;         /* Submenu hidden bydefault */
  position: absolute;         /* Submenu position abs */
  z-index: 3;                 /* Submnu z-index ??? */
  }

.submenu a {                  /* Submenu hyper links */
  display: block;             /* turn the submenu on */
  font: 11px arial;           /* submenu text */
  text-align: left;           /* Text align left*/
  text-decoration: none;      /* Turn off the underline */
  padding: 5px;               /* Submenu padding around the text*/
  color: #2875DE;             /* Submenu text color*/
  white-space:nowrap;         /* Display wrapping */
  }

.submenu a:hover {            /* Submenu hyper link hover color */
  background: #49A3FF;        /* BK color */
  color: #FFF;                /* Text Color - White*/
  }


#DelcomMenuCSS .dividerhorz {     /* Sunmenu horizontal spacers */
      font: 1px;                  /* width of line */
      margin:0px 2px;             /* horz margin */
      background: #5970B2;        /* BK color */
	}

#DelcomMenuCSS .dividervert
   {  /* borders only work for UL, not div */
		border-left-width:1px;
		height:15px;
		margin:4px 2px 0px;
		border-color:#d1fd70;
   }

#DPMENUGPS  {	/* DP GPS NAV LOCATION */
   font: bold 10px arial;        /* font */
   color:blue;
   a:link:color:blue;       /* unvisited link */
   a:visited:color:blue;    /* visited link */
   }


#DPListHeader  { /* DP List header - Search */
   font: bold 12px arial;        /* font */
   color:black;
   background-color:#E6E6E6;
   border-style:solid;
   border-width:1px;
   border-color:black;
   margin-left:5px;
   margin-right:5px;
   }

#DPListOdd  {	/* DP List Odd Data - Search */
   font: 12px arial;        /* font */
   color:navy;
   background-color:#F8E0F7;
   }

#DPListEven  {  /* DP List Eve Data - Search */
   font: 12px arial;        /* font */
   color:navy;
   background-color:white;
   }

 .DPLegalTitle {	/* DP Legal title text */
   font: bold 30px arial;        /* font */
   color:black;
   background-color:white;
   }
 
 .DPLegal  {	/* DP Legal body text */
   font: 11px arial;        /* font */
   color:navy;
   background-color:white;
   }

.DPTitle  {	/* DP Legal body text */
   font: 38px arial;        /* font */
   color:GrayText;
   }



 .DPWebPageTitle {	/* DP webpage title text */
	font: bold 25px arial;        /* font */
	color:black;
	background-color:white;
   }
 
 .DPWebPageBody  {	/* DP Webapge body text */
	font: 12px arial;        /* font */
	color:navy;
	background-color:white;
   }

 .DPWebPageBodyBK  {	/* DP Webapge body text */
	font: 12px arial;        /* font */
	color:navy;
	background-color:#F8E0F7;
   }


.DPWebPageList  {	/* DP Webapge body text */
	font: 14px arial;        /* font */
	color:Black;
	text-align:center;
	vertical-align:middle;
	background-color:yellow;
	border-width:10px;
	border-color:black;
   }



	#imagepopupbox 	{	/* Styles for Image PopUp */
	    vertical-align : middle;
	    position : absolute;
	    border: 1px solid #999;
	    background : #FFFFFF; 
	    filter: Alpha(Opacity=100);
	    visibility : hidden;
	    height : 300px;		/*If you change these, need to change */
	    width : 300px;		/* it in the ImagePopUp function too. */
	    z-index : 50;
	    overflow : hidden;
	    text-align : center;
	    border-style:outset;  /* ridge, double, inset, outset, dashed */
	    border-width:1px;  
	    border-color:yellow; 
	    }

</style>




