/* {
				font-family: Verdana, Helvetica;
				font-size: 10pt;
			}*/
			.highslide-html {
				background-color: white;
			}
			.highslide-html-blur {
			}
			.highslide-html-content {
				position: absolute;
				display: none;
				font-family: Verdana, Helvetica;
				font-size: 9pt;
				color: #555;
			}

			.highslide-html-content a {
				font-family: Verdana, Helvetica;
				font-size: 9pt;
				color: #555;
				font-weight: normal;
			}
			.highslide-display-block {
				display: block;
			}
			.highslide-display-none {
				display: none;
			}
			
			.control {
				float: right;
				display: block;
				margin: 0 5px;
				font-size: 9pt;
				font-weight: bold;
				text-decoration: none;
				text-transform: uppercase;
				color: #999;
			}
			.control:hover {
				color: black !important;
			}
			.highslide-move {
				cursor: move;
			}



			#dropmenudiv{
				position:absolute;
				background-color: #000;
				border:1px solid black;
				border-bottom-width: 0;
				font:normal 12px Verdana;
				line-height:18px;
				z-index:100;
			}
			
			#dropmenudiv a{
				width: 100%;
				display: block;
				text-indent: 3px;
				border-bottom: 1px solid black;
				padding: 1px 0;
				text-decoration: none;
				font-weight: bold;
				color:white;
				font-size:1.0em;
			}
			
			#dropmenudiv a:hover{ /*hover background color*/
				background-color: #111;
			}
			
			/* Sample CSS definition for the example list. Remove if desired */
			.navlist li {
				list-style-type: square;
				width: 100px;
				background-color: #FFFFB9;
			}

			a {
				text-indent: 30px;
				border-bottom: 1px solid black;
				padding: 1px 0;
				text-decoration: none;
				font-weight: bold;
				color:white;
				font-size:1.6em;
			}

			a img{
				border: none;
			}

			
