BODY, TD {
	font-family : Arial, Verdana, sans-serif ;
	font-size : 9pt;
	color:#535353
}

INPUT, SELECT, TEXTAREA {
	font-family : Arial, Verdana, sans-serif ;
	font-size : 8pt;
	color: #1C5397;
	font-weight : 700;
}

HR {
	color: #333399;
}

H2 {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 14pt;
	font-weight : 200;
}

H3 {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 11pt;
	font-weight : 700;
}

A {
	text-decoration: none;
	color: #BC0000;
}

A:Hover {
	text-decoration: none;
	color: red;
}

.small_header {
	font-weight : 700;
	color: Gold;
}

.largetableheader {
	font-size : 10pt;
	font-weight : 700;
	color: #ffffff;
}

.small_header2 {
	font-weight : 700;
	color: #eeeeee;
}

.main_header {
	font-size : 11pt;
	font-weight : 700;
	color: #1C5397;
}

.nav_header {
	font-size : 9.5pt;
	font-weight : 900;
	color: #000066;
}

.nav {
	font-size : 8pt;
	color: #ffffff;
	font-weight : 700;
}

.error {
	font-weight : 700;
	color: #ff3333;
}

#menu {
background: #eee;
float: left;
height:33px;
}
 
#menu ul {
list-style: none;
margin: 0;
padding: 0;
float: left;
}
 
#menu a, #menu h2 {
display: block;
margin: 0;
}
 
#menu h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}
 
#menu a {
color: #fff;
text-decoration: none;
font-size:12px;
border:0px;
height:15px;
}

div#menu ul li:hover ul { background: #3D5172;  opacity:0.8;filter:alpha(opacity=80); }
div#menu ul ul li:hover { background: #61728C; opacity:1;filter:alpha(opacity=100);  }
div#menu ul ul li:hover ul { background: #61728C; }
div#menu ul ul ul li:hover { background: #92A2B9; }
div#menu ul ul ul li:hover ul { background: #92A2B9; }

div#menu ul ul ul ul li:hover { background: #D5DBE3; }


#menu a:hover {
color: #fff;
text-decoration: none;
border:0px;
} 
 
#menu li {position: relative;}
 
#menu ul ul {
position: absolute;
z-index: 500;
padding-left:0px;
top:33px;
}
 
#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}
 
div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul li a { padding:4px; }

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block; width:72px; }
