﻿
#companymenu {
	height: 29px;
	overflow: hidden;
	font-family: Arial;
}

#companymenu ul {
	float: right;
	margin: 0 10px 0 0;
	padding: 0;
}

#companymenu li {
	float: left;
	display: block;
	margin: 0 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: 996px;
	height: 37px;
	overflow: hidden;
	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: 93px;
	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: 92px;
	height: 21px;
	padding: 15px 1px 0 0;	
	text-decoration: none;
	font-size: 100%;
	color: #666666;
}

#header_menu li.twoline a {
	padding: 7px 1px 0 0;
	height: 29px;
}

#header_menu li.active a {
	color: White;
	font-weight: bold;
}

#header_menu span.start {
	display: block;
	float: left;
	width: 3px;
	height: 37px;
	background: url(../images/topmenu_start.gif) no-repeat left top;
}

#header_menu span.end {
	display: block;
	float: left;
	width: 8px;
	height: 37px;
	background: url(../images/topmenu_end.gif) no-repeat left top;
}


#sub_menu {
	width: 996px;
	height: 16px;
	background: url(../images/submenu_bg.gif) no-repeat left top;
	overflow: hidden;
}

#catMenu {
	float: left;
	width: 233px;
	padding-left: 1px;
}

#catMenu div.top {
	width: 233px;
	height: 8px;
	background: transparent url(../images/category_box_top.gif) no-repeat left top;
	overflow: hidden;
}

#catMenu div.bottom {
	width: 233px;
	height: 11px;
	background: transparent url(../images/category_box_bottom.gif) no-repeat left top;
	overflow: hidden;
}

#catMenu div.mid {
	width: 214px;
	background: transparent url(../images/category_box_bg.gif) repeat-y left top;
	padding: 0 17px 0 2px;
}

#catMenu ul {
	margin: 0;
	padding: 0 0 6px 0;
}

#catMenu ul ul {
	background-color: #fbe7e6;
	padding: 1px 0 6px 0;
	border-bottom: solid 1px #aaaaaa;
}

#catMenu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#catMenu a {
	font-size: 90%;
	display: block;
	padding: 1px 5px 1px 5px;
	text-decoration: none;
	color: Black;
}

#catMenu li li a {
	padding: 1px 5px 1px 20px;
	font-size: 80%;
}

#catMenu a.active {
	background-color: #aaaaaa;
	color: White;
	font-weight: bold;
}

#catMenu a.current {
	background-color: #fbff9d;
	border-top: solid 1px #f44144;
	border-bottom: solid 1px #f44144;
	color: Black;
	font-weight: bold;
}