@charset "utf-8";
/* CSS Document */
#right-menu {
	position:relative; 
	margin-left:-6px; 
	margin-top:34px;  
	min-height:163px; 
	height:163px;
	height:auto!important;
	width:191px;
	background-image:url(/images/site/productMenuRepeat.gif);
	background-position:1px;
}
#rightMenuFooter {
	background-image:url(/images/site/productMenuFooter.gif);
	background-repeat:no-repeat;
	background-position:5px 0px;
	height:6px;
	width:191px;
}
#rightMenuWrapper {
	background-image:url(/images/site/productMenu.jpg);
	background-repeat:no-repeat;
	background-position:5px 0px;
	clear:right;
}
#right-menu ul {
	list-style-type:none;
	line-height:28px;
	margin:0px;
	padding:4px 0px 0px 0px;
	color:white;
	font-weight:bold;
	font-stretch:expanded;
	min-height:165px;
	height:165px;
	height:auto!important;
}
#right-menu ul li {
	list-style:none;
	background-image:url(/images/site/right-menu-background.gif);
	background-repeat:repeat-y;
	
	padding-left:10px;
	margin-left:1px;
	cursor:pointer;
}
#right-menu ul li:hover {
	background-image:url(/images/site/right-menu-background-hover.gif);
}