/***********************/
/* Styles for Menu for Generic Photos Page */
/***********************/
/* UL Layer 1 Rules */
#nestedlist {
    font-size: small;
	position: absolute;
	top: 5px;
	left: 19px;  /* matches #nestedlist from UL layer 1 rules in leftMenu.css */
	color:black;
	line-height: 110%; 
    list-style-type: none; 
}

/* UL Layer 2 Rules */

#nestedlist ul {
	/* the following line hides the unwanted bullets on the photography menus */
    list-style-type: none; 
    font-size: x-small;
/*	left:10px; */
	position: relative;
	left:+20px; 
    margin-top: 3px;
	color:black;
	line-height: 95%;
}

/* added */
#nestedlist a:hover  {
	color:#00ff00;
/*    font-size: small; */
}

#nestedlist a {
	color:black;
}

.subListLink { 
    margin-top: -1px; 
	text-decoration: underline; 
	line-height:100%;
	position:relative;
	/* left:+10em; */
	/*	left:+5px; */
}

/***********************/
/* Styles for Menu for Index Page */
/***********************/
#nestedlistIndex, #nestedlistIndex ul{
    list-style-type: none;
    text-indent: -4px;
	font-family: optima, garamond, sans-serif;
	color:black;
}

/* UL Layer 1 Rules */
#nestedlistIndex {
	position: absolute;
	top: 200px;
	left: 450px;
	color:black;
	line-height: 110%; 
	z-index:69999;
	/*	border: 1px solid #000; */
	margin-right: 25px; 
	padding: 5px;
}

/* UL Layer 2 Rules */

#nestedlistIndex ul {
	font-family: optima, garamond, sans-serif;
	left:+10px;
	color:black;
	line-height: 95%;
}

#nestedlistIndex a li {
	color:black;
    font-size: x-large;
}

.subListLinkIndex { 
	text-decoration: underline; 
	font-size:x-small;
}

.menuPlaceHolder {
	/* This is the line betw. by Content and by Format */
	background-image:url(/images/listSeparator.gif);
	margin-left:-10px;
	margin-bottom:4px;
	width:56px;
}

.menuSpacer {
	/* This is the space betw. menu items on index page */
	margin-left:-10px;
	margin-bottom:4px;
	width:56px;
	height:10px;
}


#moveSubLinkUp {
	position: relative; 
	top: -20px;
	left:+445px;
	/*  the margin-left determines how far from the left menu the submenu goes */
	margin-left:65px;
	margin-bottom: -2px;
	font-size:x-small;
}

