/*********** ALL MENU STUFF *************/

#BackingText1 {
	font-size:9px;
	position:absolute;
	width:920px;
	height:10px;
	margin-top:178px;
	text-align:right;
}


#navigation {
	height:209px;
	width:897px;
	position:relative;
	z-index:9;
	color:#fff;
	display:block;
	font-size:8px;
	text-align:left;
	font-weight:normal;
	letter-spacing:1px;
	margin-bottom:2px;
	font-family:Arial, Helvetica, sans-serif;
}

/***********************top level menu ***********************/
#menu ul {
	padding:0;
	margin: 0;
	list-style-type:none;
	display:inline;
}

#menu ul li{
	float:left;
	position:relative;
	color:#2a2a2a;
	width:135px;
	height:20px;
	cursor:pointer;
	text-decoration:none;
	color:#FFFFFF;
}
/*
#menu ul li:hover{
	color:#9cce01;
}*/

#menu ul li#startSapcer {
	width:120px;
	height:20px;
}

#menu ul li.arrow {
	background-image:url(images/smallArrow.png);
	height:5px;
	width:3px;
	margin-top:1px;
	margin-right:7px;
}

#menu ul li#modelRange {
	width:139px;
	height:20px;
	background-image:url(images/writingModelRange.gif);
	background-position:5px 0;
	background-repeat:no-repeat;
}

#menu ul li#news {
	width:105px;
	height:20px;
	background-image:url(images/writingNews.gif);
	background-position:5px 0;
	background-repeat:no-repeat;
}

#menu ul li#gallery {
	width:109px;
	height:20px;
	background-image:url(images/writingGallery.gif);
	background-position:5px 0;
	background-repeat:no-repeat;
}

#menu ul li#about {
	width:123px;
	height:20px;
	background-image:url(images/writingAbout.gif);
	background-position:5px 0;
	background-repeat:no-repeat;
}

#menu ul li#contact {
	width:135px;
	height:20px;
	background-image:url(images/writingContact.gif);
	background-position:5px 0;
	background-repeat:no-repeat;
}



/***************** Menu 2nd level ********************/
/***************** Model Range ********************/
#modelRangeMenu{
	position:absolute;
	width:120px;
	margin-left:120px;
	display:none;

}
#modelRangeMenu ul {
	position:absolute;
	clear:both;
	width:120px;
	height:157px;
	display:block;
	z-index:1000;

}

#modelRangeMenu ul li{
	position:relative;
	background-color:#FFFFFF;
	width:120px;
	height:20px;
	cursor:pointer;
	border-left:0px;
	clear:both;
}

#modelRangeMenu ul li a {
	position:relative;
	width:120px;
	height:20px;
	text-decoration:none;
}

#modelRangeMenu ul li.spacer{
	position:relative;
	background-color:#b7b7b7;
	width:120px;
	height:1px;
	cursor:pointer;
	border-left:0px;
	clear:both;
}

#modelRangeMenu ul li.spacer1High{
	position:relative;
	background-color:#fff;
	width:120px;
	height:162px;
	border-left:0px;
	clear:both;
	
	filter: Alpha(opacity=35, finishopacity=35);
	opacity: 0.35;            /* For Firefox and other good uns */
    -moz-opacity:0.35;        /* Old school Mozilla browsers */
    -khtml-opacity: 0.35;        /* Safari */
}



/***************** News Menu ********************/

#newsMenu{
	position:absolute;
	width:120px;
	margin-left:265px;
	display:none;
}
#newsMenu ul {
	position:absolute;
	clear:both;
	width:120px;
	height:157px;
	display:block;
	z-index:1000;
}

#newsMenu ul li{
	position:relative;
	background-color:#FFFFFF;
	width:120px;
	height:20px;
	cursor:pointer;
	clear:both;
	color:#666666;
}

#newsMenu ul li.spacer{
	position:relative;
	background-color:#b7b7b7;
	width:120px;
	height:1px;
	cursor:pointer;
	clear:both;
}

#newsMenu ul li a {
	position:relative;
	width:120px;
	height:20px;
	text-decoration:none;
}

#newsMenu ul li.spacer2High{
	position:relative;
	background-color:#fff;
	width:120px;
	height:141px;
	clear:both;
	
	filter: Alpha(opacity=35, finishopacity=35);
	opacity: 0.35;            /* For Firefox and other good uns */
    -moz-opacity:0.35;        /* Old school Mozilla browsers */
    -khtml-opacity: 0.35;        /* Safari */
}



/***************** Gallery Menu ********************/

#GalleryMenu{
	position:absolute;
	width:120px;
	margin-left:390px;
	display:none;
}
#GalleryMenu ul {
	position:absolute;
	clear:both;
	width:120px;
	height:157px;
	display:block;
	z-index:1000;
}

#GalleryMenu ul li{
	position:relative;
	background-color:#FFFFFF;
	width:120px;
	height:20px;
	cursor:pointer;
	clear:both;
}

#GalleryMenu ul li.spacer{
	position:relative;
	background-color:#b7b7b7;
	width:120px;
	height:1px;
	cursor:pointer;
	clear:both;
}

#GalleryMenu ul li a {
	position:relative;
	width:120px;
	height:20px;
	text-decoration:none;
}

#GalleryMenu ul li.spacer2High{
	position:relative;
	background-color:#fff;
	width:120px;
	height:141px;
	clear:both;
	
	filter: Alpha(opacity=35, finishopacity=35);
	opacity: 0.35;            /* For Firefox and other good uns */
    -moz-opacity:0.35;        /* Old school Mozilla browsers */
    -khtml-opacity: 0.35;        /* Safari */
}
