.ddsmoothmenu{
font:bold 16px 'Lucida Grande',LucidaGrande,Lucida,Helvetica,Arial,sans-serif;
/*background: #666666; background of menu bar (default state)*/
width: 100%;
border-top:1px solid #6B7A81;
height:31px;


}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
width: 156px;

}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
background:url(images/backgr.jpg) repeat-x left top;
padding: 8px 10px;
border-left: 1px solid #6B7A81;
text-decoration: none;
height: 14px;
color:#fff;
letter-spacing: -1px;

}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}


.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: #1B3075; 
color: #FFF;
}

.ddsmoothmenu ul li a:hover{
background: #6BCCF2; /*background of menu items during onmouseover (hover state)*/
color: #fff;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a {
color: #fff;
font: 12px;
width: 170px; /*width of sub menus*/
background: #1B3075; /*background of sub menu items (default state)*/
padding: 8px 10px;
margin: 0;
border-right: 1px solid #65757C;
border-bottom: 1px solid #65757C;
}


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
display: none;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
display: none;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: Red;/*silver*/
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}





 #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: 11px;
 }
 .photo_capt_div {
	margin-top: 20px;
	margin-bottom: 0px;
    color: #333333;
    font-weight: bold;
    font-family: Arial;	
    font-size: 11px;
 }
 .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: 11px;
	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: #F4F4F4;
    height: 100%;
    width: 100%;	
}
td.td_inner_photo_name {
	border: 1px solid #CCCCCC;
	color: white;
	text-align: center;
	font-size: 11px;
	font-family: Arial;
	height: 20px;
	background-color: #1B3075;
} 
.cath_path {
    padding: 4px;
    font-size: 11px;
    font-family: Arial; 
    color: #333333; 
    margin-top: 0px;  
} 
.div_page_nav {
    padding: 4px;
    font-size: 11px;
    font-family: Arial;
    /*border: solid 1px black;*/
    height: 10px;
}
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;
}






#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #ffffff;
visibility: hidden;
z-index: 109;
cursor: hand;
cursor: pointer;
border: 1px solid #ECECEC;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: 14px Arial;
line-height: 1.1em;
color: #666666;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: #ffffff;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #ffffff;
padding: 5px;
z-index: 5;
}
