/*RIGHT MENU*/
#products
	{
	width:182px;
	padding: 0px;
	}

#products h3
	{
	background-image: url(../images/title_products.jpg);
	height: 32px;
	width: 182px;
	text-indent: -100em;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	}

#products h3.services
	{
	height: 30px;
	background-image: url(../images/title_services.jpg);
	}
	
#products ul
	{
	list-style: none;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/bg_right_menu.jpg);
	background-repeat: repeat-y;
	}

#products li
	{
	width: 177px;
	margin: 0px;
	padding: 0px;
	padding-left: 3px;
	}

#products li.bottom
	{
	padding: 0px;
	margin: 0px;
	}

#products a
	{
	display: block;
	margin: 0px;
	padding: 2px;
	padding-left: 15px;
	width: 155px;
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #bcd;
	border-top: 1px solid #f2f5f8;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 3px 50%;
	}

#products span
	{
	display: block;
	font-weight: bold;
	margin: 0px;
	padding: 2px;
	padding-left: 15px;
	width: 155px;
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #bcd;
	border-top: 1px solid #f2f5f8;
	background-image: url(../images/bullet_over.gif);
	background-repeat: no-repeat;
	background-position: 3px 50%;
	}

#products a:hover
	{
	color: #00f;
	background-image: url(../images/bullet_over.gif);
	}

#products a.selected
	{
	font-weight: bold;
	background-color: #9ae;
	color: #fff;
	background-image: url(../images/bullet_over.gif);
	}

#products ul li ul li
	{
	width: 175px;
	font-size: 80%;
	background-color: #fff;
	background-image: url(../images/bg_sub.jpg);
	padding: 0px;
	}

#products ul li ul li a
	{
	width: 160px;
	border-bottom: none;
	background-image: url(../images/inner_bullet.gif);
	}

#products ul li ul li a.current
	{
	width: 160px; border-bottom: none; background-image: url(../images/inner_bullet_over.gif);
	font-weight: bold; color: #800; text-decoration: underline;
	}

#products ul ul li a:hover, #products a.this
	{
	color: #800;
	background-image: url(../images/inner_bullet_over.gif);
	}

#products #bg_right_menu_bottom {
	background: #fff url(../images/bg_right_menu_bottom.jpg) no-repeat top left; height: 56px;
	}
