#menu {
	width				: 154px;
	height				: 343px;
	background-color	: #D63d1e;
	border-right		: solid 1px #000;
	float				: left;
}
/*----------------------------------------------*/
#menu ul, #menu ul li {
	margin				: 0;
	padding				: 0;
	list-style-type		: none;
	font-size			: 100%;
	font-weight			: normal;
}

#menu ul {
	left			: 0px;
	width			: 154px;
	cursor			: default;
	top				: 0;
	font-weight		: normal;
}

#menu ul li {
	width			: 154px;
	float			: left;
	position		: relative;
	cursor			: pointer;
	cursor			: hand;
	text-align		: left;
	left			: 0em;
	margin			: 0 0 0 0;
	font-weight		: normal;
}






#menu ul a, 
#menu ul a:visited {
	display:block;
	
	color				: #fff;
	background-color	: #D63d1e;
	border-bottom		: solid 1px #000;
	padding				: 5px 7px;	
	
	font-size			: 8pt;
	font-weight			: normal;
	text-decoration		: none;
	letter-spacing		: 2px;
	font-family			: tahoma;
	vertical-align		: bottom;
	line-height			: auto;
	text-align			: right;
}
	
#menu ul a:hover, #menu ul a:focus {
	color				: #D63d1e;
	background-color	: #fff;
	border-bottom		: solid 1px #000;
}
