#header li {
color: white;
font-weight: bold;
display: inline;
}

a.topbanner {
color: white;
text-decoration: none;
font-weight: bold;
border: 0 none;
height: 100%;
margin-top: 3px;
}
a.topbanner:hover {
color: #d4ba2a;
}
dl, dt {
margin: 5;
padding: 0;
list-style-type: none;
}
dd, ul {
position: top;
margin: 2;
padding: 0;
list-style-type: none;
}
li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: top; /* Menu position that can be changed at will */
}
#menu {
width: 130;
}
#menu dt {
cursor: pointer;
margin: 2px 0;;
height: 20px;
line-height: 20px;
text-align: center;
font-weight: bold;
border: 1px solid gray;
border-left: 7px solid #2271f3;
border-right: 7px solid #2271f3;
background: #bbbbbb;
}
#menu dd {
border: 0px solid gray;
}
#submenu {
margin: 0px 0;;
border: 0px solid gray;
font-weight: bold;
font-size: 95%;
}
#menu li {
width: 110px;
text-align: left;
background: #bbbbbb;
margin: 2px 0;;
border: 1px solid gray;
font-size: 90%;
}
#menu dt a {
color: #000000;
text-decoration: none;
font-weight: bold;
display: block;
border: 0 none;
height: 100%;
}
#menu dd a {
color: #000000;
text-decoration: none;
width: 100px;
border: 0 none;
height: 100%;
}
#menu dd a:hover {
background: #d4ba2a;
color: #ffffcc;
}
#menu li a {
color: #ffffff;
text-decoration: none;
font-weight: bold;
display: block;
border: 0 none;
width: 100%;
height: 100%;
}
#menu dt a:hover {
color: #ffffff;
}
#menu li a:hover {
color: #000000;
background: #ffffcc;
}
#layer2 a {
color: #ffffff;
text-decoration: none;
font-weight: bold;
display: block;
border: 0 none;
height: 100%;
}
#layer2 a:hover {
color: d4ba2a;
}
#submenu a {
color: #000000;
font-weight: bold;
text-decoration: none;
border: 0 none;
height: 100%;
}
#submenu a:hover {
background: #d4ba2a;
color: #ffffcc;
}

.highslide {
	cursor: url("../jeep_projects/scripts/graphics/zoomin.cur"), pointer;
    outline: none;
}
.highslide img {
	border: 1px solid white;
}
.highslide:hover img {
	border: 1px solid gray;
}

.highslide-image {
    border: 1px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(../jeep_projects/scripts/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-move {
    cursor: move;
}

.highslide-overlay {
	display: none;
}

/* Controlbar example */
.controlbar {	
	background: url("../jeep_projects/scripts/graphics/controlbar4.gif");
	width: 167px;
	height: 34px;
	margin-top: -5px;
}
.controlbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 27px;
}
.controlbar a:hover {
	background-image: url("../jeep_projects/scripts/graphics/controlbar4-hover.gif");
}
.controlbar .previous {
	width: 50px;
}
.controlbar .next {
	width: 40px;
	background-position: -50px 0;
}
.controlbar .highslide-move {
	width: 40px;
	background-position: -90px 0;
}
.controlbar .close {
	width: 36px;
	background-position: -130px 0;
}

/* Necessary for functionality */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}