.menuIndex{
	width:907px;
	font: bold 13px  Arial, Helvetica, sans-serif;
	height:32px;
	
}

.menuIndex:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.menuIndex ul{
	width: 100%;
	padding: 8px 0px;
	margin: 0px;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.menuIndex ul li{
	display: inline;
	}

.menuIndex ul li a{
	color: #ffffff;
	height:16px;
	padding: 8px 16px 8px 16px;
	margin:0px -3px 0px 0px;
	text-decoration: none;
	/*background:url(../webphotos/menuTopSep.jpg) no-repeat top right;*/
}

.menuIndex ul li a:hover, .menuIndex ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background: url(../webphotos/menu_over.jpg)  repeat-x  bottom left; /*THEME CHANGE HERE*/
}
.activeMenu a{
	background: url(../webphotos/menu_over.jpg)  repeat-x  bottom left;
	
	
	}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:bold 13px Tahoma, Arial, Helvetica, sans-serif;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv {
	border:0px;
	background:#67c1ff;
	}
.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #ffffff; /*THEME CHANGE HERE*/
	padding: 3px 5px;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	background:#67c1ff;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #67c1ff;
}
