.droplinebar{
	overflow: hidden;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

.droplinebar ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	font: bold 13px Arial;

background: #3b4364 (../images/bluedefault.gif) center center repeat-x; /*default background of menu bar*/
	background-color: #3b4624;
}

.droplinebar ul li{
	display: inline;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #E2BB94;
}
#warning {
	background-color: #FF9;
	padding: 10px;
}


.droplinebar ul li a{
	float: left;
	color: #EACEB3;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-top: 9px;
	padding-right: 11px;
	padding-bottom: 9px;
	padding-left: 12px;
}

.droplinebar ul li a:visited{
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	line-height: normal;
	text-decoration: none;
}

.droplinebar ul li a:hover, .droplinebar ul li .current{ /*background of main menu bar links onMouseover*/
	color: white;

background: transparent #3b4364 (../images/blueactive.gif) center center repeat-x;
	background-color: #2D351C;
}

/* Sub level menus*/
.droplinebar ul li ul{
	position: absolute;
	z-index: 100;
	left: 0;
	top: 0; /*sub menu background color */
	visibility: hidden;
	background-color: #2d351c;
}

/* Sub level menu links style */
.droplinebar ul li ul li a{
	padding-right: 12px;
	margin: 0;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #EACEB3;
}

.droplinebar ul li ul li a:hover{ /*sub menu links' background color onMouseover */
	background-color: #2d351c;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
}
.photoRIGHT {
	float: right;
	margin-left: 10px;
	border: 1px solid #000;
	margin-top: 4px;
}
#caption {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	width: 220px;
	float: right;
	height: auto;
	top: 850px;
}

.photoLEFT {
	border: 1px solid #000;
	margin-top: 4px;
	margin-right: 10px;
}
.photoRIGHTnoBorder {
	float: right;
	margin-left: 10px;
	margin-top: 4px;
}
#imagediv {
	height: auto;
	width: 216px;
	float: right;
	padding-left: 10px;
}
.redtext      {
	color: #C00;
}
.bluetext {
	color: #00C;
}

