.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#menupane {
	background-color:#06357a;
	height: 30px;
	width: 800px;
	/* border:1px solid #CC0000; DEBUGGING */
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

#info {
	background:#f8f8f8; 
	border:0;
}

/* ================================================================ 
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-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
	height:28px; 
	position:relative; 
	z-index:100;
	border-right:1px solid #000;
	font-family:Tahoma;
	background-image: url(../images/img_menu_background.gif);
}
/* hack to correct IE5.5 faulty box model */
* html .menu {
	/*  width:754px; w\idth:753px; ORIGINAL	*/
	
	width:800px;   /* FF */
	w\idth:800px;  /* IE6 */
}
/* 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:129px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	text-align: center;
	font-size:11px;
	text-decoration:none; 
	color:#fff; 
	width:129px;
	height:23px;
	border:0px solid #fff;
	padding-left:2px;
	padding-right:2px;
	padding-top:7px;
	font-weight:bold;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	/*	width:132px; w\idth:131px;	*/

	width:131px;  /* FF */
	w\idth:129px; /* IE6 */
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#d4d8bd;
}

/* style the second level hover */
.menu ul ul a.drop:hover{
	background:#1a2051;
}

.menu ul ul :hover > a.drop {
	background:#1a2051;
}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#666666;
}

/* style the third level hover */
.menu ul ul ul a:hover {
	background:#1a2051;
}

/* 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:23px;
	top:30px;
	left:0; 
	width:133px;
	border-top:0px solid #fff;
}
/* another hack for IE5.5 */
* html .menu ul ul {
	top:28px;
	t\op:29px;
}

/* position the third level flyout menu */
.menu ul ul ul{
	left:133px; 
	top:-1px; 
	width:133px;
}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:-162px;
}

/* 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 06357a */
.menu ul ul a, .menu ul ul a:visited {
	background:#666666; 
	filter:alpha(opacity=80); /* IE's opacity*/
	opacity: 0.80;
	color:#fff; 
	height:auto; 
	line-height:1em; 
	padding-bottom:5px;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px; 
	width:113px;
	border-width:0px 0px 1px 0px;
}

.menu li 
{
    color:#000000;
}

/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
	width:162px;
	w\idth:128px;
}

/* style the top level hover e7f1f8 */
.menu a:hover, .menu ul ul a:hover{
	color:#fff; 
	background:#1a2051;
}
.menu :hover > a, .menu ul ul :hover > a {
	color:#fff; 
	background:#1a2051;
}

/* 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;
}
.menulongli a, .menulongli a:visited 
{
    width:162px;
}
body {
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
}
#mainframe {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	margin-top: 5px;
}
#header {
	background-image: url(../images/img_header_background.gif);
	height: 88px;
	width: 800px;
}
#header_logo {
	float: left;
	width: 316px;
}
#header_logo img 
{
    border:none 0px #000000;
}
#header_links {
	float: right;
	width: 300px;
	height: 53px;
	padding-top:35px;
	padding-right:20px;
	font-family: "Tahoma";
	color:#ffffff;
	font-size:90%;
	font-weight:bold;
    text-align:right;
}
#header_links a:link {
	font-family: "Tahoma";
	color:#ffffff;
	font-size:90%;
	font-weight:bold;
	text-decoration:none;
}
#header_links a:hover {
	font-family: "Tahoma";
	color:#cccccc;
	font-size:90%;
	font-weight:bold;
	text-decoration:none;
}
#header_links a:visited {
	font-family: "Tahoma";
	color:#ffffff;
	font-size:90%;
	font-weight:bold;
	text-decoration:none;
}
#header_links a:visited:hover {
	font-family: "Tahoma";
	color:#cccccc;
	font-size:90%;
	font-weight:bold;
	text-decoration:none;
}
#content_left {
	float: left;
	width: 182px;
}
#content_right {
	float: right;
	width: 740px;
	padding: 30px;
	background-color: #FFFFFF;
}
#content {
	background-color: #000066;
}

#content_right h1 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: "Tahoma";
	color:#4f5e68;
	font-size: 115%;
}
#content_right h2 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Tahoma";
	font-weight:bold;
	color:#4f5e68;
	font-size: 105%;
}
#content_right h3 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Tahoma";
	font-weight:bold;
	color:#4f5e68;
	font-size: 95%;
}
#content_right p {
	font-family: "Tahoma";
	color:#4f5e68;
	font-size: 80%;
}
#content_right ul {
	font-family: "Tahoma";
	color:#4f5e68;
	font-size: 90%;
}
#content_right li {
	font-family: "Tahoma";
	color:#4f5e68;
	font-size: 90%;
}

#content_right a:link {
	font-family: "Tahoma";
	color:#4f5e68;
	font-size: 90%;
}
#content_right a:hover {
	font-family: "Tahoma";
	color:#000000;
	font-size: 90%;
}
#content_right a:visited {
	font-family: "Tahoma";
	color:#4f5e68;
	font-size: 90%;
}
#content_right a:visited:hover {
	font-family: "Tahoma";
	color:#000000;
	font-size: 90%;
}
#footer
{
    font-family: "Tahoma";
    font-size:11px; 
    text-align:center; 
    color:#ffffff;
    padding:10px;
}
#footer a:link
{
    text-decoration:none;
    font-size:11px; 
    text-align:center; 
    color:#ffffff;
}
#footer a:visited
{
    text-decoration:none;
    font-size:11px; 
    text-align:center; 
    color:#ffffff;
}
#footer a:hover
{
    text-decoration:underline;
    font-size:11px; 
    text-align:center; 
    color:#CCCCCC;
}
#footer a:visited:hover
{
    text-decoration:underline;
    font-size:11px; 
    text-align:center; 
    color:#ffffff;
}