body,p {
	margin:0px;
	color:#333333;　　　　　
	font-family:Verdana,MS UI gothic;
	font-size:11px;    
	line-height:150%;
	letter-spacing:0px;
	background-color:#ffffff;     
	}

td {
	color:#333333;　　　　　
	font-family:Verdana,MS UI gothic;
	font-size:11px;    
	line-height:150%;
	letter-spacing:0px;   
	}
img {
	border:0;
	}

hr {
	color:#777777;
	border:dotted
	}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	}

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 149px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	}

* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }


a:hover { color: #f9f9f9;
	background: #2754C3; 
	} /* Hover Styles */
		
li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */

.button1 {
	color: #EDBA3B;
 	font-size: 9px;
 	border-width: 1px;
 	border-style: solid;
 	border-color: #EDBA3B;
 	background-color: #FFFFFF;
	}
.block1 { 
 	margin-left:250px;
 	margin-right:50px;
	}

