﻿body
{
}
#navbar {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 10px;
	text-transform: uppercase;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	height: 30px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	width: 650px;
	font-style: normal;
	display: block;
	list-style-image: none;
	list-style-type: none;
	font-weight: normal;
	z-index: 1050;
}
.header_container {
	width: 800px;
	clear: both;
	text-align: left;
}
.header_graphic {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	height: 120px;
	width: 800px;
}
.LiveChat_holder {
	height: 35px;
	width: 120px;
	padding-top: 65px;
	padding-left: 500px;
}
#navbar li {
	float: left;
	display: block;
}
#navbar li a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	border-left-style: none;
	border-left-width: 1px;	
	padding-right: 15px;
	padding-left: 15px;
	list-style-image: none;
	list-style-type: none;
}
#navbar li a:hover {
	display: block;
	color: #C7C7C7;
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	background-image: url(images\nav_hover.png);
	background-repeat: repeat-x;
}
#navbar li ul {
	display: none;
	background-color: #000000;
	text-align: left;
	width: 265px;
	list-style-image: none;
	list-style-type: none;
}
#navbar li:hover ul, #navbar li.hover ul {
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
}
#navbar li:hover li, #navbar li.hover li {
	float: none; }
#navbar li:hover li a, #navbar li.hover li a {
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#navbar li li a:hover {
	color: #5f7c8d;
	background-image: url(images\nav_hover.png);
	background-repeat: repeat-x;
}

