/*Main Navigation CSS*/
#HNav {
	height:41px;
	width:100%;
	padding: 0px;
	margin: 0px;
	clear:both;
	overflow: hidden;
}

#HNav ul,#HNav li {
	margin: 0px;
	padding: 0px;
}


#HNav .item {
	cursor: pointer;
	padding: 0px;
	margin: 0px;
	cursor: hand;
}

#HNav ul {
	background-color:#ffffff;
}
#HNav .nav_item .left, #HNav .nav_item .center, #HNav .nav_item .right{
	float: left;
}
#HNav .nav_item {
	background-image: url(./images/hnav_bg.gif);
	background-repeat: repeat-x;
	padding: 0px;
	clear:both;
}
#HNav .over .nav_item {
	background-position: 0 -41px;
}
#HNav .childselected .nav_item,
#HNav .selected .nav_item{
	background-position: 0 -82px;
}

#HNav .nav_item .left{
	width:1px;
	height:36px;
	background-color: #67665e;
}
#HNav .nav_item .right{
	width:1px;
	height: 36px;
	background-color: #32312c;
}

#HNav .over .nav_item .left{
	width:1px;
	height: 36px;
	background-color: #67665e;
}
#HNav .over .nav_item .right{
	width:1px;
	height: 36px;
	background-color: #32312c;
}

#HNav .last_item .nav_item .right, #HNav .first_item .nav_item .left{
	display:none;
}
#HNav .nav_item .title_image{
	margin-left: 41px;
	margin-right: 41px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#HNav .over .nav_item .title_image{
	background-position: 0 -41px;
}
#HNav .childselected .nav_item .title_image,
#HNav .selected .nav_item .title_image{
	background-position: 0 -82px;
}
/* Custom Main Level Nav Images */
#HNav .nav_item .title_image.Home{
	background-repeat: no-repeat;
	background-image: url(./images/nav_item_Home.gif);
	width: 38px;
	height: 41px;
	margin-right: 42px;
}
#HNav .nav_item .title_image.Bentleys{
	background-color: #000000;
	background-repeat: no-repeat;
	background-image: url(./images/nav_item_Bentleys.gif);
	width: 173px;
	height: 41px;
}
#HNav .nav_item .title_image.Loftsat99{
	background-color: #000000;
	background-repeat: no-repeat;
	background-image: url(./images/nav_item_Loftsat99.gif);
	width: 93px;
	height: 41px;
}
#HNav .nav_item .title_image.Annex{
	background-color: #000000;
	background-repeat: no-repeat;
	background-image: url(./images/nav_item_Annex.gif);
	width: 81px;
	height: 41px;
}
#HNav .nav_item .title_image.Contact{
	background-color: #000000;
	background-repeat: no-repeat;
	background-image: url(./images/nav_item_Contact.gif);
	width: 87px;
	height: 41px;
	margin-right: 42px;
}
#HNav .nav_item .title_text{
	display:none;
}

#HNav li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	float:left;
}
/*resetting everything in preperation for second level to start fresh */
#HNav ul .positionwrapper {
	position:absolute;
	z-index:100;
	float:none;
}
#HNav ul .childwrapper {
	position: relative;
	left: -1px;
}
#HNav ul ul .nav_item .title_image{
	display:none;

}
#HNav ul ul .nav_item{
	background-image: none;

}
#HNav ul ul .nav_item .left, #HNav ul ul .over .nav_item .left, #HNav ul ul .nav_item .right, #HNav ul ul .over  .nav_item .right{
	width: 0px;
	height:0px;
	background-color: transparent;
}
#HNav ul ul .over .nav_item .left{
	position: relative;
	left: 0px;
}
#HNav ul ul .nav_item .title_text{
	display:block;

}

#HNav ul ul li {
	display: none;
	float:none;
}

#HNav ul ul ul li {
	display: none;
}
/* Second Level and up style */
#HNav .nav_item .left, #HNav .nav_item .right{
	font-size: 0px;
	line-height: 0px;
}