﻿
#header_menu {
}

#header_menu ul {
	margin: 0;
	padding: 9px 0 0 0;
	float: right;
	clear: both;
}

#header_menu ul li {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	width: 146px;
	height: 39px;
	list-style-type: none;
	overflow: hidden;
	line-height: 139px;
}

#header_menu ul li a {
	display: block;
	width: 146px;
	height: 39px;
	background-color: Red;
}

#header_menu li.item_home a { background: url(../images/header_menu_home.gif) no-repeat left top; }
#header_menu li.item_products a { background: url(../images/header_menu_products.gif) no-repeat left top; }
#header_menu li.item_services a { background: url(../images/header_menu_services.gif) no-repeat left top; }
#header_menu li.item_vendors a { background: url(../images/header_menu_vendors.gif) no-repeat left top; }
#header_menu li.item_company a { background: url(../images/header_menu_company.gif) no-repeat left top; }
#header_menu li.item_contact a { background: url(../images/header_menu_contact.gif) no-repeat left top; }

#header_menu li.item_home a.active { background-image: url(../images/header_menu_home_hi.gif); }
#header_menu li.item_products a.active { background-image: url(../images/header_menu_products_hi.gif); }
#header_menu li.item_services a.active { background-image: url(../images/header_menu_services_hi.gif); }
#header_menu li.item_vendors a.active { background-image: url(../images/header_menu_vendors_hi.gif); }
#header_menu li.item_company a.active { background-image: url(../images/header_menu_company_hi.gif); }
#header_menu li.item_contact a.active { background-image: url(../images/header_menu_contact_hi.gif); }



#sub_menu {
	width: 239px;
	float: left;
	min-height: 40px;
	_height: 40px;
	margin: 0 10px;
	_margin: 0 10px 0 5px;
}

#sub_menu ul {
	margin: 0;
	padding: 10px;
	background-color: #e9eefb;
	border: solid 1px #005cc1;
	width: 217px;
}

#sub_menu li {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none;
}

#sub_menu li a {
	color: #464648;
	display: block;
	padding: 2px 2px 2px 16px;
	background: url(../images/submenu_arrow.png) no-repeat 2px 3px;
	_background: url(../images/submenu_arrow.gif) no-repeat 2px 3px;
	text-decoration: none;
	font-weight: bold;
}

#sub_menu li ul {
	padding: 1px 0 6px 16px;
	background: transparent;
	border: none;
	width: auto;
}

#sub_menu li li a {
	color: #848491;
	padding: 1px 1px 1px 14px;
	background: url(../images/submenu_arrow_sub.png) no-repeat 1px 2px;
	_background: url(../images/submenu_arrow_sub.gif) no-repeat 1px 2px;
	font-weight: normal;
}

#sub_menu li a.current {
	background-color: #bdd9fe;
	font-weight: bold;
}

#sub_menu li ul {
	display: none;
}

#sub_menu li.active ul {
	display: block;
}

