body {
height:100%;

  background-color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:0.9em;
}
.menu {
width:946px; 
font-size:0.9em;
position:relative;
z-index:100;
float:center;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:140px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:140px;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:1em;
text-decoration:none; 
color:#fff; 
width:140px; 
height:25px; 
padding-left:5px; 
padding-right:5px; 
padding-top:2px;
line-height:25px
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:140px;
w\idth:140px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a:visited.drop {
background:#006699 url('images/plus.gif') no-repeat right 0%;

}
/* style the second level hover */
.menu ul ul a:hover.drop{
background:#006699 url('images/plus.gif') no-repeat right 0%;
}
.menu ul ul :hover > a.drop {
background:#006699 url('images/plus.gif') no-repeat right 0%;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background-position: 0% 0%; background-image:url('none'); background-repeat:repeat; background-attachment:scroll
}
/* style the third level hover */
.menu ul ul ul a, .menu ul ul ul a:hover {
background:#006699;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:25px;
left:0; 
width:150px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:15px;
t\op:15px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:140px; 
top:0;
width:140px;
}
/* another hack for IE5.5 */
* html .menu ul ul ul{
left:150px;
}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-150px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
border-bottom:1px solid #E6E6E6; border-right:1px solid #E6E6E6;background:#006699; float:left;
font-size:1em;
color:#fff; 
height:auto; 
line-height:1em; 
padding:5px; 
width:140px
/* yet another hack for IE5.5 */; border-left-width:1; border-top-width:1; border-right-width:1px
}
* html .menu ul ul a{
width:140px;
w\idth:140px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
background-position: 0% 0%;
text-decoration:none; background-image:url('none'); background-repeat:repeat; background-attachment:scroll; 
}
.menu :hover > a, .menu ul ul :hover > a {
background-position: 0% 0%; color:#FFD93E;
background-image:url('none'); background-repeat:repeat; background-attachment:scroll
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
background-color:#006699 ;
visibility:visible 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
.main_title {color: #FFFFFF; background-color: #3B7C8B; font-size:1.2em; letter-spacing:2; font-weight:bold}
.ergent {color: #FFFFFF; background-color: #C94836; font-size:1.2em; letter-spacing:1; font-weight:bold}
.header {letter-spacing: 1; font-weight: bold; border-bottom: 1px solid #C0C0C0; 
               margin-left: 4; font-size:0.9em;}
.header2 {border-bottom:1px solid #808080; font-size:1em; color:#C94836; text-align:left; border-left-width:1; border-right-width:1; border-top-width:1; font-weight:bold; margin-left:7}
.text {font-size:0.75em; text-align:left}
.text_2 {font-size:0.8em; text-align:left}
.legend {font-size:0.75em; text-align:center; color:#336600}
.list_r {font-size: 0.75em; color: #3D5A46; text-align:right}
.hlight {padding:2; background-color: #760F00; font-size:0.7em; color:#E1E1E1; text-align:center }
.hlight a {color:#E1E1E1; text-decoration:none }
.hlight a:hover {color:#FFFFFF; text-decoration:underline }
.hlight a:visited {color:#E1E1E1; text-decoration:none }
.right_date {background-color: #3B7C8B; color:#DDDDDD; font-style:italic; font-size:0.9em;text-align:right}
.right_date_ergent {background-color: #C94836; color:#DDDDDD; font-style:italic; font-size:0.9em;text-align:right}
input, textarea, select{
	color : #000000;
	border-collapse: collapse; border: 1px solid #999; font-size:1em; padding:3px 4px 2px 6px; background-color:#eee;font-size:13px;
}
.input7 {background-color: #777; color:#ddd; font-weight:bod; border:3px solid #999}
.table {border: 1px solid #FFFFFF; padding: 2; background-color: #E2DED1}
img.left {
 float: center;
 border: 1px outset #808080;
}