
.DivLoc {
	/* NAVBAR POSTION AND STYLE */
	border:					solid 0px #FF0000;
	padding:				0px;
	margin:					0px;
	position:				absolute;
	top:					100px;
	height:					24px;
	text-align: 			right;
	z-index:				98;
	padding-right:			20px;
}

.MenuLoc {
	/* NAVBAR POSTION AND STYLE */
	border:					solid 1px #666666;
	background-color: 		FFFFFF;
	padding:				0px;
	margin:					0px;
	position:				relative;
}

.DropDown-tab {
	/* NAVBAR TABS */
	border:					solid 1px #000000;
	padding:				5px;
	margin:					7px;
  	font-family:			Arial;
  	font-weight:			bold;
  	font-size:				12px;
  	width:					90px;
	text-align:				right;
	text-decoration:		normal;
	background-color: 		FFFFFF;
	background-image:		url(../images/btn-bkgrd-off.gif);
	background-repeat:		no-repeat;
	background-position:	top right;
 }

.DropDown-tab-over {
	/* NAVBAR TABS */
	border:					solid 1px #000000;
	padding:				5px;
	margin:					7px;
  	font-family:			Arial;
  	font-weight:			bold;
  	font-size:				12px;
  	width:					90px;
	text-align:				right;
	text-decoration:		none;
	background-color:		FFFFFF;
	background-image:		url(../images/btn-bkgrd-on.gif);
	background-repeat:		no-repeat;
	background-position:	top right;
 }

a.DropDown-tab-link {
  /* NAVBAR LINK */
  font-family:				Verdana;
  font-size:				12px;
  padding-right:			20px;
  text-decoration:			none;
}

a.DropDown-tab-link:hover {
  /* NAVBAR LINK */
  font-family:				Verdana;
  font-size:				12px;
  padding-right:			20px;
  text-decoration:			none;
}

.DropDown-MenuDiv {
  /* DROPDOWN LIST */
  border:					solid 1px #000000;
  padding:					0px;
  margin:					0px;
  font-family:				Verdana;
  font-size:				13px;
  overflow:					hidden;
  cursor:					hand;
  text-decoration:			none;
  background-color: 		#FFFFFF;
  text-align: 				center;
  vertical-align: 			middle;
  visibility:				hidden;
  width:					10px;
  top:						10px;
  position:					absolute;
  z-index:					99;
}

.DropDown-MenuTable {
  /* DROPDOWN TABLE */
  border:				solid 0px #FF0000;
  padding:				0px;
  margin:				0px;
  width: 				100%;
}

.DropDown-MenuCell {
  /* DROPDOWN CELLS */
  border:				solid 1px #000000;
  background-image:		url(../images/dropdown-bkgrd-on.gif); 
  height:				24px;
  padding-left:			5px;
  margin:				0px;
  text-align: 			left;
}

.DropDown-MenuCell-over {
  /* DROPDOWN CELLS */
  border:				solid 1px #000000;
  background-image:		url(../images/dropdown-bkgrd-off.gif); 
  height:				24px;
  padding-left:			5px;
  margin:				0px;
  text-align: 			left;
  cursor: 				hand;
}


.DropDown-MenuText {
  /* DROPDOWN CELLS TEXT */
  font-family:			Arial;
  font-weight:			bold;
  font-size:			11px;
  text-decoration:		none;
  color:				#0000FF;
}




