.menu_top div{
	float: left;
}
.top_left{
    background-image: url("../images/quickMenu/top_left.gif");
    background-repeat: no-repeat;
}
.top_right{
    background-image: url("../images/quickMenu/top_right.gif");
    background-repeat: no-repeat;
}
.bottom_left{
    background-image: url("../images/quickMenu/bottom_left.gif");
    background-repeat: no-repeat;
}
.bottom_right{
    background-image: url("../images/quickMenu/bottom_right.gif");
    background-repeat: no-repeat;
}
.menu_center{
	background-color: #C7B299;
}
.top_center,.bottom_center{
	background-color: #C7B299;
	width:208px;
	font-size: 0;
	height: 6px;
}
.top_left,.top_right,.bottom_left,.bottom_right{
    width: 6px;
    height: 6px;
    font-size: 0;
}
.main_menu{
	padding: 3px;
	margin:0 7px;
}
.main_menu div{
	background-image: url("../images/quickMenu/line.gif");
	background-repeat: repeat-x;
	background-position: bottom;
	line-height: 36px;
}
.main_menu a{
	font-weight: bold;
	color: #42200A;
	font-family: georgia;
	font-size: 14px;
}
.main_menu .last{
	background: none;
}
.current a{
	color: white;
}