@charset "utf-8";

/* This rule is necessary to get the dropdown hovers to work properly on IE 6. */
body {
	behavior: url("/css/csshover.htc");
}

#navigation .item {
	position: absolute;
}

#nav_bar {
	position: absolute;
	left: 0;
	top: 53px;
	width: 754px;
	height: 27px;
}

#nav_bar .item {
	position: absolute;
	top: 0;
	height: 27px;
}

#nav_bar .item .menu {
	display: none;
}

#nav_bar .item:hover .menu {
	display: block;
	position: absolute;
	left: 0;
	top: 27px;
	width: 150px;
	z-index: 50;
}

#nav_bar .item .menu .item {
	display: block;
	background-color: #FE8A02;
}

#nav_bar .item .menu .item:hover {
	background-color: #B6DA07;
}

#nav_bar .item .menu .item .menu {
	display: none;
}

#nav_bar .item .menu .item:hover .menu {
	display: block;
	position: absolute;
	left: 148px;
	top: 0;
	width: 150px;
	z-index: 100;
}

#nav_bar .item .menu .item .menu .item {
	background-color: #A7B0B5;
}

#nav_bar .item .menu .item .menu .item:hover {
	background-color: #7A8A93;
}

#nav_bar .item .menu .item {
	border-right: 1px solid #DBDBDB;
	border-bottom: 1px solid #DBDBDB;
	border-left: 1px solid #DBDBDB;
}

#nav_bar .item .menu .item {
	position: relative;
	height: 29px;
	/*padding: 5px 13px;*/
}
#nav_bar .item .menu .item a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 137px;
	height: 21px;
	padding: 8px 0 0 13px;
	font: 11px "Tahoma", "Verdana", "Arial", "Helvetica", sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

#nav_logo {
	left: 0;
	top: 0;
	width: 162px;
	height: 46px;
}

#nav_top_spacer {
	left: 194px;
	top: 27px;
	width: 401px;
	height: 26px;
}

#nav_client_login {
	left: 595px;
	top: 27px;
	width: 88px;
	height: 26px;
}

#nav_support {
	left: 683px;
	top: 27px;
	width: 71px;
	height: 26px;
}

#nav_home {
	left: 0;
	width: 61px;
}

#nav_services {
	left: 61px;
	width: 83px;
}

#nav_company {
	left: 144px;
	width: 82px;
}

#nav_clients {
	left: 226px;
	width: 75px;
}

#nav_playground {
	left: 301px;
	width: 99px;
}

#nav_contact {
	left: 400px;
	width: 84px;
}

#nav_left_spacer {
	left: 484px;
	width: 141px;
}

#nav_quote {
	left: 625px;
	width: 129px;
}

/* Contact Navigation */
#contact_navigation {
	position: relative;
	width: 495px;
	height: 21px;
}
#top_botder {
	position: absolute;
	left: 0;
	top: 0;
	width: 129px;
	height: 25px;
}
#sales_tab {
	position: absolute;
	left: 0;
	top: 0;
	width: 71px;
	height: 22px;
}
#feedback_tab {
	position: absolute;
	left: 72px;
	top: 0;
	width: 73px;
	height: 22px;
}
#listener_help_tab {
	position: absolute;
	left: 146px;
	top: 0;
	width: 121px;
	height: 22px;
}
