
TD {align=left; COLOR:#003d6e; FONT-FAMILY: Arial,Helvetica; FONT-SIZE: 90%}
A:link {COLOR: #00458F; FONT-WEIGHT: normal; TEXT-DECORATION: underline; FONT-SIZE: 95%}
A:visited {COLOR: #00458F; FONT-WEIGHT: normal; TEXT-DECORATION: underline; FONT-SIZE: 95%}
A:active {COLOR: #00458F; FONT-WEIGHT: normal; TEXT-DECORATION: underline; FONT-SIZE: 95%}
A:hover {COLOR: #e77844; FONT-WEIGHT: normal; TEXT-DECORATION: underline; FONT-SIZE: 95%}
h3 {COLOR: #00458F; FONT-WEIGHT: bold; TEXT-DECORATION: none; FONT-SIZE: 95%}
h2 {COLOR: #00458F; FONT-WEIGHT: bold; TEXT-DECORATION: none; FONT-SIZE: 95%}
h4 {COLOR: #00458F; FONT-WEIGHT: bold; TEXT-DECORATION: none; FONT-SIZE: 87%}
h1 {COLOR: #00458F; FONT-WEIGHT: bold; TEXT-DECORATION: none; FONT-SIZE: 120%}
h5 {COLOR: #00458F}
strong {TEXT-DECORATION: none; FONT-SIZE: 99%}

/* ================================================================ 
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/example_flyout.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.
=================================================================== */

/* common styling */
.menu1{ width:200px; height:200px; background:#C3D9FF;  font-size:100%; border:1px solid #003d6e;}

.menu1 ul {padding:0; margin:0;}

.menu1 ul li ul {
visibility:visible; position:relative; height:0; overflow:hidden; top:-190px; left:199px;}

.menu1 ul li {
float:left; position:relative;
}

.menu1 ul li a, .menu1 ul li a:visited {
display:block; float:left; text-decoration:none; color:#003d6e; width:100px; height:30px; line-height:29px; font-size:100%; background:transparent; padding-left:10px;
}

* html .menu1 ul li a, .menu1 ul li a:visited {width:200px; w\idth:200px;}

.menu1 ul li.menu {background:url(menu/back.gif);}

.menu1 ul li ul li.sub {background:url(menu/back.gif) no-repeat;}


.menu1 table {
border-collapse:collapse; border:0; padding:0; font-size:1em; position:absolute; left:0; top:0;
}

.menu1 ul li:hover a,
.menu1 ul li a:hover{
text-decoration:underline; border:0; color: #e77844;
}

.menu1 ul li a:hover {position:relative; z-index:100;}

.menu1 ul li:hover ul,
.menu1 ul li a:hover ul {
visibility:visible; width:170px; height:auto; border:1px solid #003d6e; z-index:10; overflow:visible;
}
.menu1 ul li:hover ul li a,
.menu1 ul li a:hover ul li a{
display:block; color:#003d6e; width:200px; line-height:15px; padding:5px 0 5px 10px; height:auto; text-decoration:none;
}
* html .menu1 ul li a:hover ul li a {width:200px; w\idth:200px;}

.menu1 ul li:hover ul li a:hover,
.menu1 ul li a:hover ul li a:hover {
text-decoration:underline; border:0; color: #e77844;
}
.menu1 ul li:hover ul li ul,
.menu1 ul li a:hover ul li a ul {
visibility:hidden; position:absolute; height:0; overflow:hidden; top:0; left:151px;
}
.menu1 ul li:hover ul li:hover ul,
.menu1 ul li a:hover ul li a:hover ul {
visibility:visible; position:absolute; width:150px; height:auto; color:#003d6e; padding:0; border:1px solid #003d6e; list-style-type:none; background:#eee;
}
.menu1 ul li:hover ul li:hover ul li a,
.menu1 ul li a:hover ul li a:hover ul li a {
display:block; width:115px; color:#003d6e;
}
* html .menu1 ul li a:hover ul li a:hover ul li a {width:150px; w\idth:115px;}

.menu1 ul li:hover ul li:hover ul li a:hover,
.menu1 ul li a:hover ul li a:hover ul li a:hover {
background:#ddd; text-decoration:underline;
}
