
.menuLine{
	padding:0px;
	margin:0px;
	width:20px;
	overflow:hidden;
	background:url(../images/menuLine.gif) top no-repeat;
}

.menuLineBottom{
	padding:0px;
	margin:0px;
	width:20px;
	height:10px;
	position:relative;
	top:1px;
	background:url(../images/menuLine.gif) bottom no-repeat;
}

