
#menu {
	width		:	128px						;
	height		:	100%						;
	margin-left	:	1px						;
	float		:	left						;
	text-align	:	left						;
}

#menu li a {
	margin-top	:	2px						;
	margin-left	:	0px						;
	color		:	#132fe1						;
	height		:	29px						;
	text-decoration	:	none						;
	text-align	:	left						;
	font-size	:	15px						;
	font-weight	:	bold						;
}	
	
#menu li a:link, #menu li a:visited {
	color		:	white						;
	display		:	block						;
	/*
	background	:	url(/images/buttons/blank_up.gif) top center no-repeat	;
	*/
	background-image	:	url(/php/lib/generateImage.php?src=/images/buttons/button_up.gif&type=button)	;
	background-repeat	:	no-repeat									;
	background-position	:	top center									;
	margin:		:	0px						;
	padding		:	3px 0px 0px 4px					;
	height		:	25px						;
	text-align	:	left						;
	text-decoration	:	none						;
}
	
#menu li a:hover {
	/*
	background	:	url(/images/buttons/blank_over.gif) top center no-repeat	;
	*/
	background-image	:	url(/php/lib/generateImage.php?src=/images/buttons/button_over.gif&type=button)	;
	background-repeat	:	no-repeat									;
	background-position	:	top center									;
	margin:		:	0px						;
	padding		:	3px 0px 0px 4px					;
	height		:	25px						;
	text-align	:	left						;
	text-decoration	:	underline					;
}	

#menu li a:active {
	/*
	background	:	url(/images/buttons/blank_down.gif) top center no-repeat	;
	*/
	background-image	:	url(/php/lib/generateImage.php?src=/images/buttons/button_down.gif&type=button)	;
	background-repeat	:	no-repeat									;
	background-position	:	top center									;
	margin:		:	0px							;
	padding		:	3px 0px 0px 4px						;
	height		:	25px							;
	text-align	:	left							;
	text-decoration	:	none							;
}	

#menu ul {
	list-style	:	none							;
	margin		:	0							;
	padding		:	0							;
	text-align	:	left							;
}
