body {
	background:#e3e3e3 url('bg.gif');
	margin:0;
	padding:0;
	font-family:'trebuchet ms',arial,verdana,sans-serif;
	font-size:73%;
	color:#333
	}


#menu {
	clear:both;
	
	/*background:#fff url('menu.gif'); */
	height:28px;
	font-size:11px;
	font-weight: 900;
	}

#menu ul, ul.nobullets, .jsMenu ul {
	margin:0;
	padding:0;
	list-style:none;
	}

.grey {
	color:#888;
	}

.green {
	color:#181;
	}



#menu li {
	width:13%;
	height:28px;
	margin:0;
	padding:0;
	float:left;
	}

#menu a {
	display:block;
	width:100%;
	
	border-left:1px solid #7e7e7e;
	height:28px;
	background:#eee url('menu.gif');
	text-align:center;
	color:#000;
	text-decoration:none
	}

#menu a span {
	display:block;
	width:100%;
	height:28px;
	border-left:1px solid #fff;
	}

#menu a:hover, #menu a.selected {
	cursor:pointer;
	background-color:#ddd;
	background-position:100% -36px;
	}



li#home, li#buy {
	width:11%;
}

li#last_element span {
	border-right:1px solid #7e7e7e;
	}


.red {
	color:#c00;
	}
	
	