/* Primary Navigation  =================================*/
.PriNavStrip {
	position: absolute;
	top: 160px;
	left: 182px;
	width: 808px;
	height: 28px;
	font-family: Impact, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	colour: #231f20;
	display: block;
	margin: 0px 0px 0px 0px;
	border: 0px solid #993300;
	}
	.PriNavStrip li {
	list-style: none;
	float:left;
	}
	.PriNavStrip a {
        display: block;
        text-decoration: none;
        text-align:center;
        margin: 0px 0px 0px 0px;
        }
   
	.PriNavLinkHomeInactive a{
        width: 167px;
        height: 28px;
        background-image: url(/images/prinav-home.gif);
        background-position: 0px 0px;
        background-repeat: no-repeat;
        }
	.PriNavLinkHomeInactive a:hover{
        width: 167px;
        height: 28px;
        background-image: url(/images/prinav-home-ro2.gif);
        background-position: 0px 0px;
		}	
    .PriNavLinkHomeActive a{
        width: 167px;
        height: 28px;
        background-image: url(/images/prinav-home-ro.gif);
        background-position: 0px 0px;
		}	
    .PriNavLinkAboutAbellInactive a{
        width: 161px;
        height: 28px;
        background-image: url(/images/prinav-aboutabell.gif);
        background-position: 0px 0px;
        background-repeat: no-repeat;
        }
    .PriNavLinkAboutAbellInactive a:hover{
        width: 161px;
        height: 28px;
        background-image: url(/images/prinav-aboutabell-ro2.gif);
        background-position: 0px 0px;
		}
    .PriNavLinkAboutAbellActive a{
        width: 161px;
        height: 28px;
        background-image: url(/images/prinav-aboutabell-ro.gif);
        background-position: 0px 0px;
		}

	.PriNavLinkPhotoGalleryInactive a{
        width: 161px;
        height: 28px;
        background-image: url(/images/prinav-photogallery.gif);
        background-position: 0px 0px;
        background-repeat: no-repeat;
        }
    .PriNavLinkPhotoGalleryInactive a:hover{
        width: 161px;
        height: 28px;
        background-image: url(/images/prinav-photogallery-ro2.gif);
        background-position: 0px 0px;
		}
    .PriNavLinkPhotoGalleryActive a{
        width: 161px;
        height: 28px;
        background-image: url(/images/prinav-photogallery-ro.gif);
        background-position: 0px 0px;
		}

	.PriNavLinkVehicleInfoInactive a{
        width: 161px;
        height: 28px;
        background-image: url(/images/prinav-vehicleinfo.gif);
        background-position: 0px 0px;
        background-repeat: no-repeat;
        }
    .PriNavLinkVehicleInfoInactive a:hover{
        width: 161px;
        height: 28px;
        background-image: url(/images/prinav-vehicleinfo-ro2.gif);
        background-position: 0px 0px;
		}
    .PriNavLinkVehicleInfoActive a{
        width: 161px;
        height: 28px;
        background-image: url(/images/prinav-vehicleinfo-ro.gif);
        background-position: 0px 0px;
		}

	.PriNavLinkContactUsInactive a{
        width: 158px;
        height: 28px;
        background-image: url(/images/prinav-contactus.gif);
        background-position: 0px 0px;
        background-repeat: no-repeat;
        }
    .PriNavLinkContactUsInactive a:hover{
        width: 158px;
        height: 28px;
        background-image: url(/images/prinav-contactus-ro2.gif);
        background-position: 0px 0px;
		}
    .PriNavLinkContactUsActive a{
        width: 158px;
        height: 28px;
        background-image: url(/images/prinav-contactus-ro.gif);
        background-position: 0px 0px;
		}



/* SECONDARY NAVIGATION =================================*/
.SecNav {
	width: 160px;
	font-size: 10px;
	background-color: #cde3f4;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	}
	.SecNav ul {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		list-style: none;
		}
	.SecNav li {
		list-style: none;
		background-color: #cde3f4;
		border-bottom: 0px solid #fffeda;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		}
	.SecNav a {
		font-family: Trebuchet MS, Verdana,  Arial, Helvetica, sans-serif;
		text-transform: capitalize;
		text-align: left;
		display: block;
		background-image: url(/images/secnav-btn-bg.gif);
		background-position: bottom right;
		background-repeat: no-repeat;
		background-color: #e1eef8;
		border-left: 1px solid #9da6ad;
		text-decoration: none;
		padding: 5px 5px 5px 12px;
		color: #333333;
		}
	.SecNav a:hover {
		text-decoration: none;
		background-image: url(/images/secnav-btn-ro.gif);
		background-position: bottom right;
		background-repeat: no-repeat;
		background-color: #f9fcfe;
		color: #000000;
		}