body
{background: #FFFFFF;
color: #000000;
font: 12px "Times New Roman";}

.topbar
{position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 20px;
background: #000000;
color: #FFFFFF;
font: 20px "Times New Roman";
text-align: right}

.navbar
{position: absolute;
top: 20px;
left: 0px;
width: 100%;}

.navbar2
{position: absolute;
top: 175px;
left: 20px;
width: 250px}

.main
{position: absolute;
top: 45px;
left: 5px;
right: 5px;
width: 905px;}

.updates
{position: absolute;
top: 50px;
left: 350px;
width: 555px}

.copyright
{position: absolute;
bottom: 0;
right: 0;
text-align: right;
font: 10px "Times New Roman";}

.imgone
{width: 300px;
float: right;}

.imgright
{position: absolute;
top: 150px;
right: 0px}

h1
{font: bold 12px "Times New Roman";
color: #888888}

h2
{font: bold 12px "Times New Roman";
color: #888888;
text-align: right}

h3
{font: italic 12px "Times New Roman";
color: #888888;
margin-left: 15px}

dt
{font-weight: bold}

dd
{margin-left: 15px}

a
{color: #888888; text-decoration: none}

.i
{font-style: italic}

/* ================================================================ 
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/dd_valid.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 */
.menu {font: 12px "Times New Roman"; width:100%; position:relative; margin:0; margin:2px 0 100px 0; z-index:100;}
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; width:150px; height:20px; text-align:center; color:#000000; border:1px solid #000000; background:#888888; line-height:20px; font-size:11px; overflow:hidden;}
.menu ul {padding:0; margin:0;list-style-type: none; }
.menu ul li {float:left; margin-right:1px; position:relative;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {color:#000000; background:#FFFFFF;}
.menu ul li:hover ul {display:block; position:absolute; top:21px; left:0; width:150px;}
.menu ul li:hover ul li a.hide {background:#FFFFFF; color:#000000;}
.menu ul li:hover ul li:hover a.hide {background:#FFFFFF; color:#000000;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#DDDDDD; color:#000000;}
.menu ul li:hover ul li a:hover {background:#FFFFFF; color:#000000;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:151px; top:0;}