.left_column {
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
	height: 240px;
	width: 120px;
	position: relative;
	display: inline;
	vertical-align: top;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	visibility: visible;
}
.center_column {
	float: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: top;
	display: block;
}
.logo {
	clear: none;
	float: none;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #dfdfdf;
	border-bottom-color: #cecece;
	border-left-color: #FFFFFF;
}
.right_column {
	clear: right;
	float: right;
	height: 240px;
	width: 120px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: top;
	position: relative;
	display: inline;
	visibility: visible;
}
-->
</style>
<style type="text/css">

.bevelmenu{
font: bold 13px arial;
padding: 6px 0;
margin: 0;
width: 100%;
text-align: center; /*set value to "right" for example to align menu to the right of page*/
}

.bevelmenu li{
	list-style: none;
	display: inline;
	background-position: center;
}

.bevelmenu li a{
	padding: 3px 0.5em;
	text-decoration: none;
	color: black;
	border: 2px solid #596A59;
	background-color: #cfd6cf;
	background-image: url(http://www.taylorshopping.com/denim.jpg);
}

.bevelmenu li a:hover{
	color: black;
	background-color: #e6e6e6;
	background-image:url(http://www.taylorshopping.com/taylorbg1.jpg);
	border: 3px outset #006666;
}

html>body .bevelmenu li a:active{ /* Apply mousedown effect only to NON IE browsers */
	border: 1px double #006666;
}
</style>