div#menu ul ul {
left:auto;
top:auto;
}

div#menu {
width:100%;
}

/* General link style */
a:link, a:visited {
text-decoration:underline;
 font-weight: bold;
 color:#339999;
}

a:hover, a:active {
color:#000000; 
}

h1 {
 font-size: 150%;
 margin: 10px 0px;
 line-height: 1.5em;
 color: #000;
 font-weight: bold;
}
h2 {
 font-size: 110%;
 /*line-height: 1.5em;*/
 color: #33999;
 font-weight: bold;
 margin-bottom:-0.125em;
}
h3 {
 font-size: 100%;
 line-height: 1.5em;
 color: #336666;
 font-weight: bold;
}


/* Div specific links */


#maincontent a:hover{color:#000000;}

#tagline {
 position: absolute;
 bottom: 10px;
 left: 500px;
 font-family: "Arial", sans-serif;
 font-weight: bold;
 font-size: 1.5em;
 text-align: right;
 width: 440px;
 border-bottom: 15px solid #ffcc33;
}

#maincontent h2{color:#339999;}

#rightcontent { 
 }
 
.rightbox {
	margin-top:10px;
 }
 
.table-edge {border:1px solid #66CCCC;}