
#button {
	list-style: none;
	width: 180px;
	padding: 0 0 0 0;
	font-family: verdana,arial,helvetica; font-size:xx-small;
	color: #333;
	
	    	@media print {display: none;}
	    	}
	

#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}

#button ul ul {
		list-style: none;
		margin-left: 10;
		padding: 0;
		border: none;
		}


#button ul ul ul {
		list-style: none;
		margin-left: 10;
		padding: 0;
		border: none;
		}




		#button li a {
				list-style: none;
				border-bottom: 1px dashed #c2c2c2;
				margin-bottom:1px;
				display: block;
				padding: 4px 4px 4px 4px;
				border-left: 10px solid #1958b7;
				text-decoration: none;
				width: 100%;
				color: #000000;
				text-transform: uppercase;
				}
		
		
		#button li li a {
				list-style: none;
				border-bottom: 1px dashed #c2c2c2;
				margin-bottom:1px;
				display: block;
				padding: 4px 4px 4px 4px;
				border-left: 10px solid #1958b7;
				color: #fff;
				text-decoration: none;
				width: 100%;
				color: #000000;
				text-transform: none;
				}
		

		
		#button li li a:hover {
		list-style: none;
		border-left: 10px solid;
		}

			html>body #button li a {
				width: auto;
				}
		
		#button li a:hover {
		list-style: none;
		background-color:#f5f5f5;
		/* border-left-color: #f5f5f5; */
		}


	
		











