ul.sectionMenu{list-style:none; padding:0; margin:0; margin-top:5px;}
ul.sectionMenu li{ position:relative;}
ul.sectionMenu li span.arrow{ position:absolute; width:10px; height:60px; background:url(arrow_menu_bg_2.png) no-repeat;}
ul.sectionMenu li.li_section_seleted span.arrow{ position:absolute; width:10px; height:60px; background:url(arrow_menu_bg.png) no-repeat;}
ul.sectionMenu li.li_section:hover span.arrow{ position:absolute; width:10px; height:60px; background:url(arrow_menu_bg.png) no-repeat;}

ul.sectionMenu li a{
	display:block;
	padding:0px 5px;
	padding-left:20px;
	height:38px;
	padding-top:21px;
	font-size:12px;
	line-height:14px;
	font-weight:bold;
	background:#0094dc url(menu_bg.jpg) repeat-x;
}

ul.sectionMenu li a:hover{
	background:#fbbf3d url(menu_bg_selected.jpg) repeat-x;
}

ul.sectionMenu li a.link_section,
ul.sectionMenu li a.link_section_seleted{
	color:#FFF;
	border-bottom:1px  solid #FFF;
}

ul.sectionMenu li a.link_section:hover{ color:#000;}
ul.sectionMenu li a.link_section_seleted:hover{ color:#000;}


ul.sectionMenu li a.link_section_seleted{
	color:#000;
	font-weight:bold;
	background:#fbbf3d url(menu_bg_selected.jpg) repeat-x;
}