<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.lower_menu {
    font-family:tahoma;
    font-size:11px;
	font-weight:normal;
	color:#767676;
	text-decoration:none;
}
.lower_menu:link {
    font-family:tahoma;
    font-size:11px;
	font-weight:normal;
	color:#767676;
	text-decoration:none;
}
.lower_menu:visited {
    font-family:tahoma;
    font-size:11px;
	font-weight:normal;
	color:#767676;
	text-decoration:none;
}
.lower_menu:hover {
    font-family:tahoma;
    font-size:11px;
	font-weight:normal;
	color:#da6406;
	text-decoration:none;
}
.lower_menu:active {
    font-family:tahoma;
    font-size:11px;
	font-weight:normal;
	color:#da6406;
	text-decoration:none;
}
.left_menu {
    font-family:tahoma;
    font-size:11px;
	font-weight:bold;
	color:#094287;
	text-decoration:none;
	line-height:21px;
}
.left_menu:link {
    font-family:tahoma;
    font-size:11px;
	font-weight:bold;
	color:#094287;
	text-decoration:underline;
	line-height:21px;
}
.left_menu:visited {
    font-family:tahoma;
    font-size:11px;
	font-weight:bold;
	color:#094287;
	text-decoration:underline;
	line-height:21px;
}
.left_menu:hover {
    font-family:tahoma;
    font-size:11px;
	font-weight:bold;
	color:#032e12;
	text-decoration:none;
	line-height:21px;
}
.left_menu:active {
    font-family:tahoma;
    font-size:11px;
	font-weight:bold;
	color:#032e12;
	text-decoration:none;
	line-height:21px;
}
.lower_menu_line {
    font-family:tahoma;
    font-size:11px;
	font-weight:normal;
	color:#767676;
	text-decoration:none;
}
.copyright {
    font-family:tahoma;
    font-size:11px;
	font-weight:normal;
	color:#767676;
	text-decoration:none;
}
.text {
    font-family:tahoma;
    font-size:11px;
	font-weight:normal;
	color:#787f65;
	text-decoration:none;
}
.cotation {
    font-family:tahoma;
    font-size:11px;
	font-weight:normal;
	color:#094287;
	text-decoration:none;
}
.a:link {
    font-family:tahoma;
    font-size:11px;
	font-weight:normal;
	color: #0066FF;
	text-decoration: underline;
}
.a:visited {
    font-family:tahoma;
    font-size:11px;
	font-weight:normal;
	color: #0066FF;
	text-decoration: underline
}
.a:hover {
    font-family:tahoma;
    font-size:11px;
	font-weight:normal;
	color: #787f65;
	text-decoration: underline;
}

/* The rest of the CSS is for the drop down menus */

/* Framing Elements */

#mainnav {
	font-family:tahoma;
   	font-size:11px;
	font-weight:normal;
	color: #666666;
	padding: 7px 10px;
	width: 841px;
	height: 35px;
	background: url(/images/menu_rep.gif) repeat-x; }


/* Overall main navigation styles */
#nav, #nav ul {
	float: left;
	list-style: none;
	/* line-height: 1em; */
	color: #666666;
	background-color: transparent;
	padding: 0;
	margin: 0;}
	
/* The top main navigation links */
#nav a {
	display: block;
	padding: 5px 20px;
	color: #666666;	
	background-color: transparent;
	text-decoration: none;}
	
#nav a.navlink {
	text-align:  center;
	font-size: 11px;}
	
#nav li {
	float: left;
	padding: 0;
	width: 120px;}
	
/* The dropdown links lists */
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 140px; 
	font-weight: normal;
	border: 1px solid #999999;
	background-color: #EFF0F1;
	margin: 0;}
	
#nav li li {
	padding: 0;
	width: 140px;}
	
#nav li ul a {
	padding: 5px 10px;
	width: 120px;
	* html width: 100px;
	border-bottom: 1px solid #666666;
	text-align: left;}

/* This controls the flyout location of the second level dropdowns */
#nav li ul ul {
	margin: -2em 0 0 140px;}
	
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;}
	
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	margin-left: -25px;}


/* Here is the background of the main nav link while looking at the dropdown */
#nav li:hover, #nav li.sfhover {
	background-color: tranparent;
	color: #000000;}
	
/* The dropdown links list colors */
#nav li ul.under a {
	color: #000;
	background-image: none;}

#nav li ul.under a:hover {
	background: #666666;
	color: #FFFFFF;}

/* The background of the second level links while looking at the dropdown under it... */

#nav li ul.under li:hover a.daddy, #nav li ul.under li.sfhover a.daddy {
	color: #FFFFFF;}

#nav li ul.under li:hover, #nav li ul.under li.sfhover {
	color: #FFFFFF;
	background-color: #666666;
	border-bottom: 1px solid #FFFFFF;}

-->