#dropmenu_top {
	height: 16px;
	
	margin: 0px;
	padding: 0px;
	
	padding-left: 10px;

	float: right;
	
	position: relative;
		
}

	#dropmenu_icon {
		height: 16px;
		width: 16px;
	}


#dropmenu_table {
	border-collapse: collapse;
	
	width: 190px;
	
	position: absolute;
	top: 20px;
	left: -124px;
	
	z-index: 100;
		
}

#dropmenu_main {
	width: 130px;
	height: 100px;
	
	
	visibility: inherit;
	
}
	
	#dropmenu_main_div {
		border: 2px solid #151a31;
		
		background-color: #151a31;
		background-image: url(images/bg.gif);
	}
	
	#dropmenu_contents {
		padding-top: 5px;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 5px;
	}


#dropoff_left {
	
}
	
	#dropoff_left_div {
		height: 100%;
		width: 30px;
		
		background-color: transparent;

		position: relative;
		
		z-index: 101;
	}

#dropoff_right {

}

	#dropoff_right_div {
		height: 100%;
		width: 30px;
		
		background-color: transparent;

		position: relative;
		
		z-index: 101;

	}

#dropoff_bottom {
}

	#dropoff_bottom_div {
		height: 30px;
		width: 190px;
		
		background-color: transparent;

		position: relative;
		
		z-index: 101;
	
	}
