/*home page with homepage.css */

#fudgebox {
	position: static;
	top: 2%;
	width: 23%;						/*13%; */
									/*background-color: silver; */
	background-image: stdbkgrnd.jpg;
	}

#menu {
	position: relative;
	width: 23%;
	background-color: #FFFFA2;
	}

#main {
	position: absolute;
	width: 77%;
	left: 15%;
	right: auto;
	top: 2%;
	}

#menuBar {
	font: 0.8em "arial";
	background: #fff;
	width: 60%;
	float: left;
	}

#menuBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#menuBar li {
	background: url(tab_right.gif) no-repeat right top;
	margin: 0;
	padding: 0;
	float: left;

border-bottom: 1px solid black;
	}

#menuBar a {
	text-decoration: none;
	background: url(tab_left.gif) no-repeat left top;
	display: block;
	padding: 5px 15px;
	color: #c00;
	float: left;
	}

#menuBar .current {
	background: url(tab_right_current.gif) no-repeat right top;
	margin-top: 1px;
	border-bottom: medium none;
	}

#menuBar .current a {
	color: black;
	text-decoration: none;
	background: url(tab_left_current.gif) no-repeat left top;
	}
