	ul.makeMenu, ul.makeMenu ul {
  width: 181px;                /* sets the size of the menu blocks */
  border: 0px solid #000000;   /* puts a black border around the menu blocks */
  background-color: #F6F6F6;   /* makes the menu blocks mint green - a bg-color MUST be included for IE to work properly! */
  padding-left: 0px;           /* stops the usual indent from ul */
  cursor: default;             /* gives an arrow cursor */
  margin-left: 0px;            /* Opera 7 final's margin and margin-box model cause problems */
  border-collapse:collapse;
}
ul.makeMenu li {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  list-style-type: none;       /* removes the bullet points */
  margin: 0px;                 /* Opera 7 puts large spacings between li elements */
  padding: 1px;
  position: relative;          /* makes the menu blocks be positioned relative to their parent menu item */
  border: 1px solid #000000;   /* the lack of offset makes these appear normal, but it will make a difference */
  border-top: 0px solid #000000;/*  to the absolutely positioned child blocks */
  color: #000000;				/* sets the default font colour to white */
  /*text-shadow:black 3px 2px;*/
}
ul.makeMenu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
ul.makeMenu li > ul {			/* using the > selector prevents many lesser browsers (and IE - see below) hiding child ULs */
  display: none;				/* hides child menu blocks - one of the most important declarations */
  position: absolute;			/* make child blocks hover without leaving space for them */
  top: 2px;						/* position slightly lower than the parent menu item */
  left: 179px;                  /* this must not be more than the width of the parent block, or the mouse will */
  text-decoration: none;		/* have to move off the element to move between blocks, and the menu will close */
}
ul.makeMenu li:hover, ul.makeMenu li.CSStoHighlight {
  background-color: #C4C4FF;   /* gives the active menu items a yellow background */
  color: #000000;              /* makes the active menu item text black */ 
}
ul.makeMenu ul.CSStoShow {     /* must not be combined with the next rule or IE gets confused */
  display: block;              /* specially to go with the className changes in the behaviour file */
}
ul.makeMenu li:hover > ul {    /* one of the most important declarations - the browser must detect hovering over arbitrary elements
                                  the > targets only the child ul, not any child uls of that child ul */
  display: block;              /* makes the child block visible - one of the most important declarations */
}
/* and some link styles */
ul.makeMenu li a { color: #000000; display: block; width: 100%; text-decoration: underline; }
ul.makeMenu li a:hover, ul.makeMenu li a.CSStoHighLink { color: #000000; }
ul.makeMenu li:hover > a { color: #000000; } /* supports links in branch headings - must not be display: block; */

.loc_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.loc_link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #000000;
}
.menu_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}
.big_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
}
.big_link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	text-decoration: underline;
}
.menu_link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #000000;
	font-weight:bold;
}
.editfld
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    COLOR: black;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
}
.list_table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	border: solid #666666;
	border-width: 1px;
}
.list_table_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	border-width: 1px;
}
.in_table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	border: solid #666666;
	border-width: 1px;
	border-top-width: 0px;
}

}
.readonly_td {
    FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    color: #a3a3a3;
    font-family: Arial, Helvetica, sans-serif;
}

.list_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #F6F6F6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.list_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-color: #F6F6F6;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
.header_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.header_link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}
.legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}
.list_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.list_link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}
.list_link_disabled {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #666666;
}
.normalText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.search_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #0066CC;
	text-decoration:none;
	font-style:italic;
}
.search_link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #0066CC;
	text-decoration:underline;
}
.stat_menu_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.list_legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	border: solid #666666;
	border-width: 1px;
}


.hidden{

	display:none
}

.visible{

	text-align:justify;
}

div#usrmenu {
	position:absolute;
	top:450px;
	left: 10px; 
	width: 175px; 
	height: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #f6f6f6;
	border-collapse:collapse;
}
div#usrmenu img {
	border-right: #000000 1px solid; 
	display: block; 
	border-left: #000000 1px solid;
	background: #f6f6f6;
	border-top: #000000 1px solid;
	color: #000000;
	text-align: left;
	text-decoration: none;
	border-collapse:collapse;
}
div#usrmenu a {
	border-right: #000000 1px solid; 
	padding-right: 10px;
	display: block; 
	padding-left: 10px;
	border-left: #000000 1px solid;
	background: #f6f6f6;
	border-bottom: #000000 1px solid;
	border-top: #000000 1px solid;
	padding-bottom: 5px;
	margin: 0px 0px 0px;
	color: #000000;
	padding-top: 5px;
	text-align: left;
	text-decoration: none;
	border-collapse:collapse;
}
div#usrmenu a:hover {
	background: #ffffff;
}
.error_table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
	background-color: #FFFFFF;
	border: solid #666666;
	border-width: 1px;
}