﻿
#companymenu {
	height: 29px;
	overflow: hidden;
	font-size: 85%;
}

#companymenu ul {
	float: right;
	margin: 4px 20px 0 0;
	padding: 0;
}

#companymenu li {
	float: left;
	display: block;
	margin: 2px 0;
	padding: 0 5px;
	list-style-type: none;
	border-right: solid 1px #999999;
}

#companymenu a {
	text-decoration: none;
	color: #444444;
}

#companymenu a:hover {
	text-decoration: underline;
}

#companymenu a.active {
	font-weight: bold;
}

div.leftmenu
{
	width: 196px;
	margin: 0 8px 0;
	_margin: 0;
	min-height: 10px;
	border-bottom: solid 1px #cccccc;
}

div.leftmenu ul
{
	margin: 10px 0 20px 0;
	padding: 0;
}

div.leftmenu li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div.leftmenu a
{
	background: url(../images/leftmenu_bullet1.gif) no-repeat 4px 0.5em;
	display: block;
	color: #484848;
	text-decoration: none;
	padding: 1px 3px 3px 12px;
	font-size: 80%;
	font-weight: bold;
}

div.leftmenu a.active
{
	color: black;
}

div.leftmenu a.current
{
	background-color: #d5e0ee;
}

div.leftmenu a:hover 
{
	background-color: #d5e0ee;
}

div.leftmenu li li a {
	font-weight: normal;
	padding-left: 20px;
	background: url(../images/leftmenu_bullet2.gif) no-repeat 12px 0.5em;
}

div.leftmenu li li li a {
	font-weight: normal;
	padding-left: 30px;
	background: url(../images/leftmenu_bullet3.gif) no-repeat 22px 0.6em;
	color: #777777;
}

div.leftmenu li ul {
	margin-top: 0px;
	margin-bottom: 8px;
	display: none;
}

div.leftmenu li.active ul {
	display: block;
}

div.leftmenu li.active ul li ul {
	display: none;
}

div.leftmenu li.active ul li.active ul {
	display: block;
}



#header_menu 
{
	background: url(../images/headermenu_bg.gif) repeat-x left center;
	clear: both;
	height: 32px;
	margin: 0 12px;
	padding-left: 216px;
}

#header_menu ul 
{
	margin: 0px;
	padding: 0px;
	float: left;
}

#header_menu li 
{
	float: left;
	list-style-type: none;
	margin: 0px;
	height: 32px;
	background: url(../images/headermenu_spacer.gif) no-repeat left top;
}

#header_menu a
{
	display: block;
	color: #002967;
	text-decoration: none;
	padding: 12px 8px 0 8px;
	height: 20px;
	float: left;
}

#header_menu a.last 
{
	background: url(../images/headermenu_spacer.gif) no-repeat right top;
}

#header_menu a:hover.last2 
{
	background: url(../images/headermenu_active_last.gif) no-repeat right top;
}

#header_menu li:hover 
{
	background: url(../images/headermenu_active.gif) no-repeat left top;
	_background: url(../images/headermenu_spacer.gif) no-repeat left top;
}

#header_menu a.active 
{
	background: url(../images/headermenu_active.gif) no-repeat left top;
}

#header_menu li.active.last
{
	background: url(../images/headermenu_active_last.gif) no-repeat right top!important;
	_background: url(../images/headermenu_spacer.gif) no-repeat left top;
}

#header_menu li.active.last a {
	background: url(../images/headermenu_spacer.gif) no-repeat left top;
}

#header_menu li.last a.active {
{
	_background: url(../images/headermenu_active_last.gif) no-repeat right top!important;
}
