﻿/******************************************************************/
/* START 'CSS MENU' tags */
/******************************************************************/


#cssmenu {
	width: 188px;
	margin: 0px;
	font-family: Trebuchet MS;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	text-indent: 12px;
}

img {
    border: none;
}

#cssmenu li a {
	height: 25px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	text-decoration: none;
}	
	
#cssmenu li a:link, #cssmenu li a:visited {
	display: block;
	background:  url("../graphics/menubutton.jpg");
	padding-top: 2px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	color: #ffffff;
	height: 28px;
	vertical-align:middle;
}
	
#cssmenu li a:hover {
	background:  url("../graphics/menubutton.jpg") 0 -28px;
	padding-top: 2px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	color: #ffffff;
	height: 28px;
	vertical-align:middle;
}

ul.myVerticalMenu {
	list-style: none;
	margin: 0;
	padding: 0;
}

/*This sets the code for the lightbox */

}
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(images/overlay.png); }

* html #overlay{
	background-color: #333;
	background-color: transparent;
	background-image: url(images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
	}
