/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
width:550px; 
font-family: Tahoma, Verdana, Arial;
font-size: 0.8em;
position:center;
z-index:100;
}
/* 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:80px;
}
/* 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:80px;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:11px;
text-decoration:none; 
color:#ffffff; 
width:80px; 
height:31px; 
background:#004690; 
padding-left:5px; 
padding-right:5px; 
line-height:29px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:80px;
w\idth:80px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#0d6eb9;

}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#0d6eb9;
}
.menu ul ul :hover > a.drop {
background:#0d6eb9;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#0d6eb9;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#0d6eb9;
}


/* 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:31px;
left:0; 
width:80px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:30px;
t\op:31px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:60px; 
top:0;
width:80px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-100px;
}

/* 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 {
background:#062f4e; 
color:#ffffff; 
height:auto; 
line-height:1em; 
padding:5px 5px; 
width:80px
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:80px;
w\idth:80px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#fff; 
background:#062f4e;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#fff;
background:#062f4e;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
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;
}

.style1 {font-family: Tahoma, Verdana, Arial}
.style3 {font-size: 10px}
.style4 {
	font-size: 12px;
	font-weight: bold;
}
.style5 {font-size: 13px; color: #000000;}
.style6 {color: #000000}
.style7 {color: #ffffff; font-size: 11px;}
.style8 {color: #004690}
.style9 {color: #df151b; font-size: 14px}

body,td,th {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #000000;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
a.black {
	font-weight: bold;
}
a.black:link {
	color: #5e67d0;
	text-decoration: bold;
}
a.black:visited {
	color: #5e67d0;
	text-decoration: bold;
}
a.black:hover {
	color: #5e67d0;
	text-decoration: bold, underline;
}
a.black:active {
	color: #5e67d0;
	text-decoration: bold;
}
a.footer2:link {
	color: #000000;
	text-decoration: underline;
}
a.footer2:visited {
	color: #000000;
	text-decoration: underline;
}
a.footer2:hover {
	color: #000000;
	text-decoration: none;
}
a.footer2:active {
	color: #000000;
	text-decoration: underline;
}
a.red:link {
	color: #ff0000;
	text-decoration: underline;
}
a.red:visited {
	color: #ff0000;
	text-decoration: underline;
}
a.red:hover {
	color: #ff0000;
	text-decoration: none;
}
a.red:active {
	color: #ff0000;
	text-decoration: underline;
}
