

.pos{

	position:absolute;
	z-index:500;
	
	top:0px;
	left: 50%;
	margin-left:-525px;

}



.menuUL{
	
	font-family:"Lucida Grande", arial, sans-serif;
	font-size: 14px;
	margin:0;
	padding:0;
	color:#FFF;
	
}

.menuUL li{
	font-size: 12px;
	margin:0;
	padding:0;
	width:150px;
	height:20px;
	float:left;
	
	text-align:center;
	overflow:hidden;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

.menuUL a{
	color:#FFF;
	text-decoration:none;
}

.menuUL p:Hover{
	border:2px dotted orange;
}

.menuUL p{
	padding:0px;
}

.menuUL #main{
	margin:0px;
	font-size:14px;
	padding:0px;
}

.subtext{
	padding-top:0px;
}

/*Menu Color Classes*/
.home{background:#990000 url('/images/menu_Home.jpg') top left no-repeat;}
.new_Inv{background:#990000 url('') bottom right no-repeat;}
.pre_Owned{background:#990000 url('') bottom right no-repeat;}
.service{background:#990000 url('') bottom right no-repeat;}
.parts{background:#990000 url('') bottom right no-repeat;}
.rental{background:#990000 url('') bottom right no-repeat;}
.videos{background:#990000 url('') bottom right no-repeat;}
