html, body {
padding:0px;
margin:0px;
}

body {
text-align:center;
font-family:Verdana;
}

#nav {
width:600px;
margin:0 auto;
background:url("menu.gif");
background-repeat:no-repeat;
text-align:left;
height:50px;
}

#nav a {
font-size:14px;
text-decoration:none;
color:#fff;
display:block;
width:100px;
float:right;
margin-top:10px;
text-align:center;
}

#nav a:hover {
color:#aaa;
}

#container {
font-size:12px;
text-align:left;
width:780px;
margin:0 auto;
background:#d2d5e1;
}

#header {
margin-top:48px;
height:120px;
background:url("/themes/header.png");
width:780;
border-bottom:solid 1px #9faaca;
}

a {
color:#5C5C5C;
}

#content {
padding:10px;
}

#contentLeft {
float:left;
width:560px;
background:#fff;
padding:10px;
}

#contentRight {
float:right;
background:#fff;
width:160px;
padding:5px;
}

#contentRight a {
color:#156652;
text-decoration:underline;
}

#contentRight a:hover {
color:#00210a;
}



.heading, .heading a {
text-decoration:none;
font-size:18px;
color:#152966;
border-bottom:solid 1px #aaa;
}

#bodytext {
width:540px;
}

.actions {
float:right;
}

img {
border:none;
}

.clear {
clear:both;
}



.menu {
position:absolute;
top:0px;
left:0px;
right:0px;
font-family:Verdana, sans;
z-index:500;
background:url("/themes/menu_top.png");
background-repeat:repeat-x;
}
/* hack to correct IE5.5 faulty box model */
* html .menu {
}
/* 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:135px;
}
/* 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:135px;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
text-align:center;
display:block;
font-size:14px;
text-decoration:none;
color:#fff;
width:135px;
border-width:1px 0 1px 1px;
height:50px;
line-height:36px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:135px;
w\idth:140px;
}
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
}
/* style the second level hover */
.menu ul ul a.drop:hover{
}
.menu ul ul :hover > a.drop {
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
}
/* style the third level hover */
.menu ul ul ul a:hover {
}
/* 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:43px;
left:0;
width:149px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:40px;
t\op:41px;
}
/* position the third level flyout menu */
.menu ul ul ul{
left:149px;
top:-1px;
width:149px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-149px;
}
/* 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;
border-collapse:collapse;;
}
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#fff;
border-top:solid 1px #ddd;
border-left:solid 1px #ddd;
border-right:solid 1px #ddd;
color:#5c5c5c;
height:auto;
line-height:1em;
padding:10px 10px;
width:113px;
height:18px;
font-size:9px;
text-align:left;
display:block;
}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
width:132px;
w\idth:132px;
}
/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#ddd;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#35fa00;
}
/* 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;
}