 #main_photo_table {
	margin-top: 0px;
 }
 .main_photo_table_left_td {
    vertical-align: top;
 }
.main_photo_table_right_td {
    padding-left: 26px;
    vertical-align: top;
 }
 #photo_table {

 }
 .photo_capt_div_first {
	margin-top: 0px;
	margin-bottom: 4px;
    color: #333333;
    font-weight: bold;
    font-family: Arial;	
    font-size: 14px;
 }
 .photo_capt_div {
	margin-top: 20px;
	margin-bottom: 0px;
    color: #333333;
    font-weight: bold;
    font-family: Arial;	
    font-size: 13px;
 }
 .photo_ul {
	margin-top: 0px;
    font-family: Arial;
    padding: 0;
    margin: 0;	
 }
.photoLi{
    border-bottom: solid 1px #ECECEC;
    list-style: none;
    width: 180px;
    font-family: Arial;
    font-size: 12px;
	padding-bottom:4px;
	padding-top:4px;
}  
a.photo_link {
    text-decoration: none;
    color: #333333;
} 
td.photo_td {
	height: 100px;
	width: 138px;
	vertical-align: middle;
	text-align: center;
}
table.tbl_inner 
{
    height: 110px;/*100%;*/
    width: 100%;
    border: solid 1px #D4E6D6;
}
td.td_inner_photo {
	vertical-align: middle;
	text-align: center;
	border-left: 1px solid white;
	border-top: 1px solid white;
	border-right: 1px solid white;
	padding: 0px;
	background-color: #ffffff;
    height: 100%;
    width: 100%;	
}
td.td_inner_photo_name {
	border: 1px solid #CCCCCC;
	color: #ffffff;
	text-align: center;
	font-size: 12px;
	font-family: Arial;
	height: 20px;
	background-color: #1358A2;
} 
.cath_path {
    padding: 4px;
    font-size: 12px;
    font-family: Arial; 
    color: #333333; 
    margin-top: 0px;  
} 
.div_page_nav {
    padding: 4px;
    font-size: 12px;
    font-family: Arial;
    /*border: solid 1px black;*/
    height: 11px;
}
a.a_page_nav {
    margin: 3px;
    color: #333333;
}
a.a_page_nav:hover {
    margin: 3px;
    color: #333333;
    font-weight: bold;
}
.no_navig_link {
    font-family: Arial;
    margin: 2px;
    color: #333333;
    font-weight: bold;  
}
.div_no_photos {
    margin-top: 26px;
    font-family: Arial;
    color: #333333;
    font-weight: bold;
}
.aHomeInPath {
	color: black;
}



/* Horizontal category menu*/

#nav__ul, #nav__ul ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}


#nav__ul li { /* all list items */
	float: left;
	width: 11em; /* width needed or else Opera goes nuts */
	/*padding: 3px;*/
	margin-left: 0px;
}

#nav__ul li ul { /* second-level lists */
	position: absolute;
	background: #006633;
	width: 11em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	/*line-height: 20px;
	padding: 3px;*/
	/*border: solid 1px #3B3B3B;*/
}

#nav__ul li:hover ul, #nav__ul li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
.mn_link
{
	display: block;
	width: 11em;	
	color: White;
	cursor: pointer;
	/*border: solid 1px #3B3B3B;*/
	padding: 3px;
	padding-left: 5px;
	background-color: #006633;
	height: 22px;
	line-height: 22px;	
}
.mn_link:hover
{
	background-color: #464D55;
}
.mn_sublink 
{
	color: black;
	width: 11em;
	display: block;
	height: 22px;
	line-height: 22px;
	background-color: #D4E6D6;
	padding: 3px;
	
}
.mn_sublink:hover 
{
	background-color: #C0C0C0;
	color: Black;
	width: 11em;
}