﻿

#companymenu {
	float: right;
	width: 721px;
	height: 29px;
	overflow: hidden;
	font-family: Arial;
}

#companymenu ul {
	float: right;
	margin: 0;
	padding: 0;
}

#companymenu li {
	float: left;
	display: block;
	margin: 2px 0;
	padding: 0 5px;
	list-style-type: none;
	border-right: solid 1px #cbcde1;
}

#companymenu li.last {
	border-right: none;
	padding-right: 0;
}

#companymenu a {
	text-decoration: none;
}

#companymenu a:hover {
	text-decoration: underline;
}

#companymenu a.active {
	font-weight: bold;
}

#header_menu {
	width: 992px;
	height: 37px;
	overflow: hidden;
	background: url(../images/topmenubar_bg.gif) no-repeat left top;
	padding: 0 0 0 8px;
}

#header_menu ul {
	margin: 0;
	padding: 0;
}

#header_menu ul li {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	width: 101px;
	height: 37px;
	background: url(../images/topmenu_item_low.gif) no-repeat left top;
	overflow: hidden;
	text-align: center;
	list-style-type: none;
}

#header_menu ul li.active {
	background: url(../images/topmenu_item_hi.gif) no-repeat left top!important;
}

#header_menu ul li:hover {
	background: url(../images/topmenu_item_hover.gif) no-repeat left top;
}

#header_menu li a {
	display: block;
	width: 100px;
	height: 21px;
	padding: 15px 1px 0 0;	
	text-decoration: none;
	font-size: 100%;
	color: #666666;
}

#header_menu li a.active {
	color: White;
}

#header_menu span.start {
	display: block;
	float: left;
	width: 3px;
	height: 37px;
	background: transparent url(../images/topmenu_start.gif) no-repeat left top;
}

#header_menu span.end {
	display: block;
	float: left;
	width: 8px;
	height: 37px;
	background: transparent url(../images/topmenu_end.gif) no-repeat left top;
}


#sub_menu {
	width: 996px;
	height: 33px;
	background: url(../images/submenubar_bg.gif) no-repeat left top;
	overflow: hidden;
}

#sub_menu ul {
	margin: 0 0 0 10px;
	padding: 0;
}

#sub_menu li {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	list-style-type: none;
	background: url(../images/submenu_spacer.gif) no-repeat right center;
}

#sub_menu li.last {
	background: none;
}

#sub_menu li a {
	display: block;
	padding: 0 0 0 6px;
	margin-right: 3px;
	margin-left: 1px;
	color: White;
	text-decoration: none;
	font-weight: normal;
	background: transparent url(../images/sub_left_low.png) no-repeat top left;
	_background: transparent;
	height: 27px;
	_width: 1px;
	white-space: nowrap;
}

#sub_menu li a span {
	display: block;
	padding: 6px 8px 0 2px;
	height: 21px;
	background: transparent url(../images/sub_right_low.png) no-repeat top right;
	_background: transparent;
	cursor: pointer;
}

#sub_menu li a.active {
	background: transparent url(../images/sub_left_hi.png) no-repeat top left;
	_background: url(../images/submenu_active.gif) repeat-x center top;
	font-weight: bold;
}

#sub_menu li a.active span {
	background: transparent url(../images/sub_right_hi.png) no-repeat top right;
	_background: transparent;
}
