@charset "utf-8";
/* CSS Document */


#menu ul{
	width			:	115px;
	height			:	495px;
	position		:	relative;
	margin			:	0;
	padding			:	0;
	margin-top		:	100px;
	text-align		:	right;
	font-size		:	18px;
	color			:	#ffffff;
	font-weight		:	bold;
	font-family		:	Arial, Helvetica, sans-serif;
	*margin-left	:	-20px;
}

#menu li{
	margin-bottom	:	7px;
	list-style		:	none;
	padding-right	:	10px;
	display:block;
}

#menu li:hover{
	margin-bottom	:	5px;
	list-style		:	none;
	border-bottom	:	2px solid #ffffff;
}

#menu li.active{
	margin-bottom	:	5px;
	list-style		:	none;
	border-bottom	:	2px solid #ffffff;
}

#menu a{
	color			:	#ffffff;
	cursor			:	pointer;
	text-decoration	:	none;
	display:block;
}

#menu a:hover{
	color			:	#ffffff;
	cursor			:	pointer;
}