/***************** Menu ***********************/
#menu {
	background-image:url(images/menu.gif);
	//width:150px;
	//height:475px;
	margin-left:0px;
}
#menu ul {
	padding: 0px 0px 0px 0px;
	width:140px;
	margin-left:0px;
}
#menu li {
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	border-bottom: 1px dotted red;
	list-style-type: none;
	padding: 4px 5px 4px 0px;
	text-align:right;
}
#menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: 900;
	color: red;
	text-decoration: none;
	font-size: 12px;
	
}
#menu a:hover {
	color:blue;
}
.lastchild{
	border-bottom: none !important;
}
#menubottom {
	background-image:url(images/menubottom.jpg);
	background-repeat:no-repeat;
	width:180px;
	height:76px;
	margin-left:13px;
}
#menubottom ul {
	padding: 20px 0px 0px 0px;
	width:180px;
	margin-left:15px;
}
#menubottom li {
	float:left;
	display:inline;
	width:77px;
	text-align:center;
}
#menubottom a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight: bolder;
	font-size:10px;
	color: #6e6b53;
	text-transform: uppercase;
}
#menubottom a:hover {
	color:#c40000;
}

