/* | | | | | | | | |   E  N  G  L  I  S  H   | | | | | | | | | */


/*//////////////////   G R I D  (Your classes: main, sides, content and so on...)  //////////////////*/
					
					
					#main {
						width:964px;
						direction:ltr;
						
					}
					#header {
						width:964px;
				/**/	float:left;	
						background:url(gfx/header_bg.gif) no-repeat;	
				/**/	border-right:1px solid #eeeeee;
	
					}
					.logo img {
						height:79px;
						width:225px;
						display:block;
						border:0px;
				/**/	float:left;
					}
					.logo a {
						border: 0px;
					}

					#menu_top {
						width:719px;
						height:30px;
						background:url("gfx/menu_top.gif") no-repeat;
				/**/	float:left;	
				/**/	padding-left:245px;
					}
					#menu_top table {
				/**/	float:left;
					}
					#content {
						background:url("gfx/index_bg.gif") repeat-y;
						width:964px;
				/**/	float:left;
						
					}					
					#content_in {
						background:url("gfx/inner_bg.gif") repeat-y;
						width:964px;
				/**/	float:left;
					}
					#menu_side {
						width:225px;
				/**/	float:left;
						background-color:#eeeeee;
						border-top:1px solid #ffffff;
					}
					/*#content_index {
						float: right;
						width:739px;
						padding:0 0 10px 0;
						background:url("gfx/content_bg.gif") no-repeat left bottom;
					}*/
					#content_index {
				/**/	float:left;
						width:739px;
					}
					/*#content_inner {
						float:right;
						width:679px;
						min-height:403px;
						padding:20px 30px 60px 30px;
						background:url("gfx/content_inner_bg.gif") no-repeat left bottom;				
					}*/
					#content_inner {
				/**/	float:left;
						width:679px;
						min-height:403px;
						padding:20px 30px 0 30px;
					}
					#presentation {
				/**/	float:left;
						height:251px;
						width:739px;
						background:#FFFFFF;
					}
					#solutions {
				/**/	float:left;
						width:242px;
						background:url("gfx/solutions_bg.gif") no-repeat;
				/**/	text-align:left;
					}
					.solution_details {
						padding:50px 20px;		/*?????????????????????????????????*/
						padding-top:43px;
					}
					.solution_details .thumb {
						width:110px;
				/**/	padding-right:10px;
					}
					.solution_details .thumb td.image {
						width:110px;
						height:110px;
						border:3px solid #CFCFCF;
						text-align:center;
					}
					.solution_details .title a {
						color:#333333;
						font-weight:bold;
						font-size:9pt;
					}

					#brands {
				/**/	float:left;
						width:199px;
						background:url("gfx/brands_bg.gif") no-repeat;
						padding:10px 20px;	/*???????????????????????????????????????*/					
						padding-top:40px;	
						text-align:center;											
					}
					#brands img {
						border:0px;
					}
					#brands a{
						border:0px;
					}
					.full_list {
						display:block;
						width:91px;
						height:22px;
				/**/	float:right;
						cursor:pointer;
						border:0;
					}
					.full_list img {
						display:block;
						width:91px;
						height:22px;
						border:0;
					}
					/*#footer {
						clear: both;
						height: 23px;
						width:944px;
						background: url("gfx/footer_bg.gif") no-repeat;
						color: #ffffff;
						font-size:9pt;
						text-align:right;
						padding-right:20px;
						padding-top:7px;
						vertical-align:middle;
					}*/
					#footer_index,
					#footer_inner {
						clear:both;
						width:944px;
						height:24px;
				/**/	padding:47px 0 0 20px;
						background: url(gfx/footer_back_index.gif) no-repeat;
						color:#FFFFFF;
						font-size:9pt;
					}
					#footer_inner {
						background: url(gfx/footer_back_inner.gif) no-repeat;
					}
					#copyrights {
						clear:both;
				/**/	text-align:right;
						background-color: #ffffff;
						width:944px;
						color:#BDBDBD;
				/**/	padding-right:20px;
						padding-top:5px;
						padding-bottom:20px;
						font-size:9pt;
						
					}
					#copyrights img {
						vertical-align:middle;
						margin:0 0 2px 5px;
						border:0;
					}
					#copyrights a {
						color:#999999;
					}

					#footer_index p,
					#footer_inner p {
						display:inline;
						margin:0;
						padding:0;
					}
					#footer_index a,
					#footer_inner a {
						color:#FFFFFF;
					}

					/* Break */
					.clear {
						clear:both;
					}

/*//////////////////   G L O B A L  //////////////////*/
					
					body { 
						margin:0 auto;
						padding:0;
						padding-top:20px;
						width:964px;
						background:#FFFFFF;
						font-family:Arial, Helvetica, sans-serif;
						font-size:10pt;
						color:#333333;
					}
					table {
						font-size:10pt;
					}
					a {
						color:#E20A17;
						text-decoration:underline;
					}
					a:hover {
						text-decoration:none;
					}
					h1, h2, h3, h4, h5 {
						/*color:#000000;*/
					}
					h1 {
						margin:10px 0 10px 0;
						font-size:21px;
						font-weight:normal;
					}
					h2 {
						font-size:19px; 
					}
					h3 {
						font-size:17px;
					}
					h4 {
						font-size:15px;
					}
					h5 {
						font-size:13px;
					}
					hr {
						height:1px;
						color:#CCCCCC;
					}
					form {
						margin:0;
					}
					fieldset {
						padding:0 10px 10px 10px;
						border:1px solid #CCCCCC;
					}
					legend  {
						margin-bottom:0 0 5px 0;
						padding:0 5px 0 5px;
						font-weight:bold;
						color:#0080C0;
					}
					input, textarea, select {
						background:#FFFFFF;
						font-family: Arial, Helvetica, sans-serif;
						font-size:10pt;
						color:#000000;
					}
					button,
					.buttons {
						background:#E20A17;
						padding:0 2px 0 2px;
						border:1px solid #E20A17;
						font-family:Arial, Helvetica, sans-serif;
						font-size:10pt;
						color:#FFFFFF;
						cursor:pointer;
					}

/*//////////////////   P R I V A T E  //////////////////*/
				
/*------------------ MISCCELLANEOUS ------------------*/
			
					/* popup */

					#popup {
						background:#FFFFFF;
						margin:20px;
						padding:0;
						width:auto;
					}
					#popup_direction {
						direction:ltr;
					}
					#popup div.image {
						text-align:center;
						height:520px;
					}
					#popup div.close {
						text-align:center;
					}

					/* path */

					.path {
						font-size:9pt;
						margin-bottom:10px;
					}
					.path a {
						color:#666666;
					}

					/* lego */

					.lego td {
						vertical-align:top;
						/*line-height:18px;*/
					}
					.lego_img {
						border:0px solid #9898A3;
					}
					.lego_zoom {
						font-size:9pt;
						text-decoration:none;
					}
					.lego_zoom_icon {
						margin-top:5px;
						border:0;
					}

					/* message */

					.message {
						margin-bottom:20px;
						padding:10px;
						padding-top:5px;
						padding-bottom:7px;
						background-color:#D7EDFD;
						border:1px solid #3D8FC8;
						color:#555555;
					}

					/* paging */

					.paging {
						font-size:10pt;
		
						font-weight:bold;
					}
					.paging a {
						font-weight:normal;
					}

					/* Red */

					.red {
						color:#CC0000;
					}

/*------------------ SEARCH ------------------*/

					/* quick */
					
					div.search_quick {
						width:187px;
						vertical-align:middle;
						background-color:#eeeeee;
						border:0px solid red;
						padding:7px;
				/**/	padding-right:0px;
				/**/	margin-right:30px;
						margin-top:22px;
				/**/	float:right;
					}
					div.search_quick input.field {
						width:150px;
						color:#333333;
						vertical-align:middle;
					}
					div.search_quick input.button {
						vertical-align:middle;
						width:22px;
						height:22px;
					}
					div.search_quick button.button {
						vertical-align:middle;
					}

					/* advanced */
					
					div.search_advanced {
						
					}

/*------------------ LOGIN ------------------*/

					div.login {
						width:150px;
					}
					div.login label {
						width:150px;
						display:block;
					}
					div.login input.username,
					div.login input.password {
						width:150px;
						display:block;
						margin-bottom:5px;				
					}
					div.login input.password {

					}
					div.login a.forget {
						
					}
					div.login a.register {
						font-weight:bold;
					}
					div.login button.button,
					div.login input.button {
						display:block;
						margin-bottom:5px;
					}
					div.login input.button {
						width:50px;
						height:20px;
					}
					div.login a.logout {
						font-variant:bold;
					}
					div.login hr {
						border:1px dotted #999999;
					}
					
/*------------------ CATALOGUE ------------------*/
		
					/* list (rows) */
					
					.catalog_row {
						width:100%;
						margin-bottom:20px;
					}
					.catalog_row td {
						vertical-align:top;
					}
					.catalog_row .title {
						font-weight:bold;
					}
					.catalog_row .description {
						margin-top:5px;
					}
					.catalog_row .thumb {
	/* lang */			padding-right:10px;
					}
					.catalog_row .thumb img {
						border:5px solid #DDDDDD;
					}
					.catalog_row .price {
						font-weight:bold;
						color:#CC0000;
					}
					
					/* list (columns) */
					
					.catalog_column {
						width:120px;
						margin-bottom:20px;
					}
					.catalog .content {
						width:100%;
						padding-top:5px;
						font-size:9pt;
							vertical-align:top;
					}
					.catalog_column .title {
						line-height:13px;
						font-weight:bold;
					}
					.catalog_column .description {
						margin-top:5px;
					}
					.catalog_column .thumb {
						width:120px;
						height:120px;
						background-color:#FFFFFF;
						border:5px solid #DFDFDF;
						text-align:center;
					}
					.catalog_column .thumb img {
						border:1px solid #FFFFFF;
					}
					.catalog .padding {
	/* lang */			padding-right:19px;
					}
					.catalog_column .price {
						font-weight:bold;
						color:#CC0000;
					}
					
					/* details (rows & columns) */
					
					.catalog_details {
						width:100%;
					}
					.catalog_details td {
						vertical-align:top;
					}
					.catalog_details .thumb {
						width:270px;
					}
					.catalog_details .thumb img {
						border:0px solid #DDDDDD;
					}
					.catalog_details .thumb .table {
						width:251px;
						height:251px;
					}
					.catalog_details .thumb .image {
						border:5px solid #DFDFDF;
						width:251px;
						height:251px;
						text-align:center;
						vertical-align:middle;
					}
					.catalog_details .content {
						/*width:100%;*/
					}
					.catalog_details .price {
						font-weight:bold;
						color:#CC0000;
					}
					
					/*.catalog_details .thumb_add {
						margin-top:20px;
					}
					.catalog_details .thumb_add table {
						float:right;
						margin:0 0 10px 10px;
					}
					.catalog_details .thumb_add table td {
						width:120px;
						height:120px;
						border:5px solid #DFDFDF;
						text-align:center;
						vertical-align:middle;
					}
					.catalog_details .thumb_add img {
						border:0;
					}*/			
					.catalog_details .info_add {
						margin-top:5px;
					}			
					.catalog_details .info_add span {
						font-weight:bold;
					}
					.catalog_details .info_add2 {
						margin-top:5px;
						font-weight:bold;
					}			
					.catalog_details .info_add3 {
						margin-top:10px;
						padding:3px;
						background:#DFDFDF;
						width:200px;
						height:150px;
					}			
					.catalog_details .info_add3 object,
					.catalog_details .info_add3 embed {
						width:200px;
						height:150px;
						border:0;
					}			
 					div.thumb_add {
						/*margin-top:20px;*/
					}
					div.thumb_add table {
				/**/	float:left;
				/**/	margin:0 9px 10px 0;
					}
					div.thumb_add table td {
						width:120px;
						height:120px;
						border:3px solid #DFDFDF;
						text-align:center;
						vertical-align:middle;
					}
					div.thumb_add img {
						border:0;
					}			

					/* zoom */

					div.zoom {
						padding:10px 0 0 0;
					}
					div.zoom a:hover {
						color:#666666;
					}
					div.zoom img {
						vertical-align:middle;
						margin:0 2px 2px 0;
					}

/*------------------ NEWS ------------------*/

					.news_home {
				/**/	float:left;
						width:257px;
						background:url("gfx/news_bg.gif") no-repeat;	
					}
					.news_link {
						font-size: 9pt;
						font-weight: bold;
					}					
					
					/*  roll */
					
					.news_home marquee.roll {
						width:227px;
						height:160px;
						margin:0 15px 20px 15px;
					}
					.news_home div.date {
						margin-bottom:5px;
					}
					.news_home div.title {
						margin-bottom:2px;
						line-height:14px;
						font-weight:bold;
					}
					.news_home div.title a {
						color:#333333;
					}
					.news_home div.summary {
						margin-bottom:20px;
						padding-bottom:10px;
						border-bottom:1px dotted #333333;
					}
					.news_home div.summary a {
						text-decoration:none;
						color:#333333;
					}
					
								
					/* list */
					
					.news {
						width:100%;
						margin-bottom:20px;
					}
					.news td.content {
						width:100%;
					}	
					.news div.title {
						font-weight:bold;
					}
					.news div.date {
						margin-bottom:5px;
					}
					.news div.summary {
						
					}
					.news td.thumb {
		/* lang */		padding-right:10px;
					}
					.news td.thumb img {
						border:5px solid #EBEBEB;
					}			
								
					/* details */
					
					.news_details {
						margin:10px 0 20px 0;
					}
					.news_details img.thumb {
		/* lang */		margin:0 20px 15px 0;
						border:5px solid #EBEBEB;
					}
					.news_details span.summary {
						font-size:12pt;
						line-height:20px;
					}
					.news_details div.date {
						font-size:9pt;
						margin-bottom:10px;
					}
					.news_details h1 {
						margin:0 0 10px 0;
					}
					.news_details_links div.back {
		/* lang */		float:left;
					}
					.news_details_links div.link {
				/**/	float:left;
						font-weight:bold;
					}

/*------------------ FAQ ------------------*/

					/* list */

					#faq button {
	/* lang */			float:left;
					}
					#faq h1 {
	/* lang */			float:right;
					}
					#faq div.title {
						margin-bottom:5px;
					}
					#faq span.date {
						font-size:9pt;
					}
					#faq span.name {
						font-weight:bold;
					}
					#faq div.question {
						margin-bottom:10px;
					}
					#faq div.answer {
						margin-bottom:20px;
					}

					/* form */
					
					.form_faq input.field {
						width:300px;
					}
					.form_faq textarea {
						width:300px;
						height:100px;
					}
					.form_faq select {
						
					}

							/*  FAQ - OLD!!!!!  */
					
					.faq_title {  margin-bottom: 0px}
					.faq_title span {  font-weight: bold}
					.faq_date {  }
					.faq_question {  margin-bottom: 10px}
					.faq_question a {  }
					.faq_answer {  margin-bottom: 20px}
					
						/*categories*/
					
					.faq_category  {  width: 100%}
					.faq_category_title  {  font-weight: bold}
					.faq_category_bullet  {  font-size: 10pt; padding-left: 5px}
					
						/*question form*/
					
					.faq_form {width:100%}
					.faq_form textarea {width:100%; height:100px;}
					.faq_form select {width:100%;}
					.faq_form input {width:200px;}

/*------------------ LIST TABLE ------------------*/
			
					.list {
						width:100%;
						background-color:#CCCCCC;
					}
					.list th {
						background-color:#868686;
						padding:2px 3px 5px 3px;
						line-height:12px;
						font-size:9pt;
						color:#EEEEEE;
					}
					.list th a {
						color:#FFFFFF;
					}
					.list .qty {
						width:40px;
						font-size:9pt;
					}
					.list_line1 td,
					.list_line2 td {
						background-color:#F9F9F9;
						padding:2px 3px 3px 3px;
					}
					.list_line2 td {
						background-color:#EEEEEE;
					}
		
					.list_line_top td {
						background-color:#EBEBEB;
						padding:2px 3px 3px 3px;
					}
					.list_line_top td a {
						color:#000000;
					}
					.list_total {
						background-color:#628BA5;
						height:1px;
					}
					.list_total_back {
						background-color:#FFF8BD;
						padding:2px 3px 3px 3px;
						font-weight: bold;
				/**/	text-align:right;
					}
					.list_price {
						padding:2px 3px 3px 3px;
				/**/	text-align:left;
						font-weight:bold;
						font-size:11pt;
					}

/*------------------ FORMS ------------------*/

					.form_heb td,
					.form_eng td,
					.form_grid td,
					.form_contact td,
					.form_register td,
					.form_faq td,
					.form_surveys td {
		/* lang */		padding-right:10px;
						padding-bottom:10px;
						vertical-align:top;
					}

/*------------------ CONTACT ------------------*/
			
					.contact_input {
						width:200px;
						
					}
					.contact_textarea {
						width:300px;
						height:50px;
					}
					.contact_browse {
						width:305px;
					}
					.contact_check {
						background:none;
						border:0px;
					}
					.contact_radio {
						background:none;
						border:0px;
					}


					/* contact wide (template "contact_form.php": oron91.lin) */
					
					.contact_wide tr {
						vertical-align:top;
					}
					.contact_wide td.content {
						width:100%;
	/* lang */			padding-right:30px;
					}
					.contact_wide td.form {
						white-space:nowrap;
					}


/*------------------ SITE MAP ------------------*/
			
					#sitemap {
						line-height:16px;
					}
					#sitemap h1 {
						padding-top:6px;
					}
					.node * {vertical-align:top}
					.sitemap_main_link {font-weight:bold; text-decoration:none;}
					.sitemap_main_link:hover {text-decoration:underline;}
					.sitemap_sub_link {text-decoration:none;}
					.sitemap_sub_link:hover {text-decoration:underline;}
					.sitemap_blank {width:0px;}

/*------------------ PRINT VERSION ------------------*/
					
					#print_page div.header {
						margin-bottom:20px;
						text-align:center;
					}
					#print_page {
						background:#FFFFFF;
						margin:20px;
						color:#000000;
					}
					#print_page h1 {
						/*color:#000000;*/
					}
					#print_page table.page {
						width:567px;
	/* lang */			direction:ltr;
						font-size:10pt;
					}
					#print_page div.footer {
						margin-top:20px;
						padding-top:5px;
						border-top:1px solid #CCCCCC;
						font-size:8pt;
					}
					#print_page div.footer span {
						font-weight:bold;
					}



					span.tres {
						font-weight:bold;
						cursor:help;
						color:#E20A17;
					}
					
					/*u.tooltip {
						position:relative;
						cursor:help;
						text-decoration:none;
					}
					u.tooltip span.mytitle {
						display:none;
					}
					u.tooltip:hover span.mytitle {
						position:absolute;
						display:block;
						left:10px;
						top:0;
						width:150px;
						margin:30px 0 0 0;
						padding:3px 5px 5px 5px;
						background:#EEEEEE;
						border:#CCCCCC 3px solid; 
						line-height:16px;
						z-index:999;
						-moz-border-radius:10px;
						-opera-border-radius:10px;
						-webkit-border-radius:10px;
					}*/

			/* Forum */

			div#forum {
				border-top:1px solid #CCCCCC;
				border-bottom:1px solid #CCCCCC;
				margin:10px 0 15px 0;
				padding:5px 0 6px 0;
			}
			div#forum div.sort {
		/**/	float:left;
			}
			div#forum div.add {
		/**/	float:right;
				font-weight:bold;
			}
			div#forum div.add img {
				vertical-align:middle;
			}


			table#forum_message {
				width:100%;
			}
			table#forum_message td {
				vertical-align:top;
			}
			table#forum_message td.new,
			table#forum_replay td.new {
				width:8px;
			}
			table#forum_message td.new img {
				width:8px;
				left:8px;	/*?????????????????????????????????????*/	
				margin:4px 0 0 0;
			}
			table#forum_message td.date {
				width:80px;
				background:#DDDDDD;
				white-space:nowrap;
				text-align:center;
			}
			table#forum_message td.post {
				background:#EEEEEE;
			}
			table#forum_message td.post a {
				text-decoration:none;
				font-weight:bold;
				color:#333333;
			}
			table#forum_message td.post a:hover {
				color:#E20A17;
			}
			table#forum_message td.post a.child {
				
			}
			table#forum_message span.red {
				color:#E20A17;
				font-weight:bold;
			}
			table#forum_message span.blue {
				color:#000099;
				font-weight:bold;
			}
			table#forum_message td.author {
				width:100px;
				background:#999999;
				color:#FFFFFF;
			}
			table#forum_message td.author a {
				color:#FFFFFF;
				font-weight:bold;
			}

			table#forum_replay {
				width:100%;
			}
			table#forum_replay a.link {

			}
			table#forum_replay a.replay {
				cursor:pointer;
				font-weight:bold;
			}
			
			/*------------------ DROPDOWN MENU ------------------*/
			
			.ddmx td {
				height:30px;
				cursor:default;
			}
			
			/* item 1 */
			
			.ddmx .item1,
			.ddmx .item1:hover,
			.ddmx .item1-active,
			.ddmx .item1-active:hover {
				display:block;
				height:24px;
				position:relative;
		/**/	padding:6px 15px 0 10px; 
				background:url(gfx/menu_top_arrow.gif) left 11px no-repeat;
				cursor:pointer;
				color:#FFFFFF;
				text-decoration:none;
 				font-weight:bold;
			}
			
			/* item 2 */
						
			.ddmx .item2,
			.ddmx .item2:hover,
			.ddmx .item2-active,
			.ddmx .item2-active:hover {
				z-index:500;
				width:150px;
				padding:4px 5px 4px 5px;
				display:block;
				position:relative;
				border-bottom:1px solid #F9F9F9;
				font-size:9pt;
				text-decoration:none;
		/**/	text-align:left;
				color:#333333;
				line-height:12px;
			}
			.ddmx .item2 {
				background:#EAEAEA;
			}
			.ddmx .item2:hover,
			.ddmx .item2-active,
			.ddmx .item2-active:hover {
				background:#DDDDDD;
				color:#DC0008;
			}
			
			/* section */
			
			.ddmx .section {
				border:2px solid #F9F9F9;
				border-bottom:1px solid #F9F9F9;
				position:absolute;
				visibility:hidden;
				z-index:-1;
				margin-left:-2px;		 /* Firefox / heb */
				margin-right:2px;		 /* IE / heb */
				margin-top:0px;
			}

			* html .ddmx td { position: relative; } /* ie 5.0 fix */
			

			/* VMenu */

			#vmenu {
				width:225px;
				margin-bottom:10px;
				padding-top:10px;
				background-color:#ffffff;
				font-size:9pt;
				color: #000000;
			}
			#vmenu h2 {
				width:121x;
/* lang */		margin:0 0 10px 0;
/* lang */		padding:1px 0 2px 10px;
				background-color:#ffffff;
				color:#000000;
				font-size:11pt;
			}
			.vmenu_level_1,
			.vmenu_level_2,
			.vmenu_level_3,
			.vmenu_level_1_open,
			.vmenu_level_2_open,
			.vmenu_level_3_open,
			.vmenu_level_1_alone,
			.vmenu_level_2_alone,
			.vmenu_level_3_alone,
			.vmenu_level_1_current,
			.vmenu_level_2_current,
			.vmenu_level_3_current{
/* lang */		padding:2px 0px 3px 21px;
				/*height:16px;*/
				background:url(gfx/vmenu_bullet.gif) no-repeat 13px 8px;						
				border-bottom:1px solid #dfdfdf;
				cursor:pointer;
				width:204px;
				color:#333333;
				font-size:9pt;
			
			}
			.vmenu_level_1,
			.vmenu_level_1_open,
			.vmenu_level_1_alone,
			.vmenu_level_1_current {
				font-weight:bold;
			}
			.vmenu_level_2,
			.vmenu_level_2_open,
			.vmenu_level_2_alone,
			.vmenu_level_2_current {
/* lang */		padding:2px 0px 3px 41px;
				/*height:16px;*/
				background:url(gfx/vmenu_bullet.gif) no-repeat 33px 8px;						
				border-bottom:1px solid #dfdfdf;
				cursor:pointer;
				width:184px;
				color:#333333;
				font-size:9pt;

			}
			.vmenu_level_3,
			.vmenu_level_3_open,
			.vmenu_level_3_alone,
			.vmenu_level_3_current {
/* lang */		padding:2px 0px 3px 61px;
				/*height:16px;*/
				background:url(gfx/vmenu_bullet.gif) no-repeat 53px 8px;						
				border-bottom:1px solid #dfdfdf;
				cursor:pointer;
				width:164px;
				color:#333333;
				font-size:9pt;
				text-decoraton: underline;
			}
			.vmenu_level_1:hover,
			.vmenu_level_1_open:hover,
			.vmenu_level_1_alone:hover,
			.vmenu_level_1_current:hover {
				background-color:#868686;
				color:#ffffff;
				background:url(gfx/vmenu_bullet_hover.gif) no-repeat 13px 8px #868686;						
			}					
			.vmenu_level_2:hover,
			.vmenu_level_2_open:hover,
			.vmenu_level_2_alone:hover,
			.vmenu_level_2_current:hover {
				background-color:#868686;
				color:#ffffff;
				background:url(gfx/vmenu_bullet_hover.gif) no-repeat 33px 8px #868686;						
			}					
			.vmenu_level_3:hover,
			.vmenu_level_3_open:hover,
			.vmenu_level_3_alone:hover,
			.vmenu_level_3_current:hover {
				background-color:#868686;
				color:#ffffff;
				background:url(gfx/vmenu_bullet_hover.gif) no-repeat 53px 8px #868686;						
			}
