﻿		#top-bottom-menu{
	position: fixed;
	height: auto;
	text-align: left;
	z-index: 1000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
		}
		
		
		#top-bottom-menu #dstbm-top{
	position: absolute;
	border: 1px #cccccc solid;
	display: none;
	cursor: pointer;
	margin-top: 30px;
	margin-right: 100px;
		}
		
		#top-bottom-menu #dstbm-menu{
	position: absolute;
	border: 1px #cccccc solid;
	cursor: pointer;
	margin-top: 30px;
	margin-right: 100px;
	display: none;
		}
		
		 
		 #top-bottom-menu #dstbm-menu a{
	color: #0000FF;
	text-decoration: none;
		 }
		 
 		 #top-bottom-menu #dstbm-menu a:hover{
	text-decoration: none;
	color: #999;
		 }
		 #top-bottom-menu #dstbm-menu a:visited{
	text-decoration: none;
	color: #999;
		 }

		 
				 
		#top-bottom-menu #dstbm-menu #dstbmmenu{
			display:none;
	
		}


		#top-bottom-menu #dstbm-menu ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
		 }

		#top-bottom-menu #dstbm-menu ul li{
	display: inline;
	padding-left: 10px;
		 }
		 
	 	#top-bottom-menu #dstbm-menu ul li:first-child{
	padding-left: 0px;
		 }

		 
		
		#top-bottom-menu #dstbm-bottom{
	position: absolute;
	border: 1px #cccccc solid;
	cursor: pointer;
	visibility: hidden;
		}
