/* menu left */
#leftcolum {
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color: #dfdac6;
	border-top : 1px none #000000;
	margin-bottom : 10px;
}

#menuleft {	
	
	text-align: left;
	background: #dfdac6 url("../images/logobgleft.jpg") 100% 100% no-repeat fixed;	
}

/* menu right */
#rightcolum {
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	
	
	background-color: #dfdac6;
	border-top : 1px none #000000;
}

#menuright {
	
	text-align: left;
	background: #dfdac6 url("../images/logobgright.jpg") 0% 0% no-repeat fixed;		
}


