
#menu {
	width: 800px;
	height: 136px;
}
#menu_left{
	float: left;
	width: 396px;
	height: 100%;
}

.block{
	float: left;
}
.w_line{
	top: 5px;
	position: relative;
	float: left;
	width: 1px;
	background-color: #FFFFFF;
	height: 124px;
	
}
.h_line{
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 50%;
	height: 1px;
	width: 100%;
	border-top: 1px solid #FFFFFF;
	
}
.menu_popdown_element{
	display: block;
}
img {
	border: none;

}
body {
	margin: 0px;
	padding: 0px;
	
}


/*change in type
#menu_right{
	float: left;
	width: 404px;
	height: 100%;
}
#menu_right_left{
	float:left;
	height: 100%;
	width: 190px;
	background-color: #FF0000;
	
	
}
#menu_right_mid{
	float:left;
	width: 5px;
	height: 100%;
	background-color: #00FF00;
	
}
#menu_right_right{
	float:left;
	height: 100%;
	width: 185px;
	background-color: #0000FF;
		
}
*/



