.menu { 
		color : #000000;
} /* menu style */

A:hover {
		color: #968370;
		font-weight: bold;
		background-color: white;
		background-repeat: repeat;
		background-attachment: scroll;
		background-position: 0% 50%
}

A {
		text-decoration : none
} /* default text */

A:link {
		text-decoration: none
} /* unvisited link */

A:visited {
		text-decoration: none;
		color: #442200;
} /* visited links */

A:active {
		text-decoration: none
} /* active links */

.PgBreak
{ 
	page-break-after:always
}


body 
{
	/* 
	scrollbar-face-color: #968370;
	scrollbar-shadow-color: black;
	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: #663300;
	scrollbar-darkshadow-color: #663300;
	scrollbar-track-color: #442200;
	scrollbar-arrow-color: white;
  */
}

#scrollLeft2
{
	float: left;
	width: 20px;
	border: 1px solid #000;
	height: 100px;
	background-color: #800080;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
}
#scrollLeftArrow2
{
    padding-top: 30px;
    padding-left: 6px;
}

#scrollRight2
{
    float: left;
    width: 20px;
    border: 1px solid #000;
    height: 100px;
    background-color: #800080;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}
#scrollRightArrow2
{
    padding-top: 30px;
    padding-left: 6px;
}

#images2
{
	float: left;
	width: 460px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	height: 100px;
	white-space: nowrap;
	background-color: #FFFF00;
}
#imagesList2
{
    margin: 4px;
    width: 450px;
    height: 100px;
    font-size: 1px;
    overflow: hidden;
    white-space: nowrap;
    clip:  rect(0px 450px 90px 0px);
    position:absolute;
    z-index: 100;
}
.theimage2
{
    border: 3px solid #ccc;
    height: 100px;
    width: 100px;
    cursor:crosshair;
}

.banner {
	width: 100%;
    height: 200px;
	background-color: #898989;
	background: url(../images/DMF_CarTrk.jpg) no-repeat;
}

.bannerIdx {
	width: 100%;
    height: 530px;
	background-color: #898989;
	background: url(../images/DMF_SSCast.jpg) no-repeat;
}