/* ******************************************************************************************************** */
/* ******************************************************************************************************** */
/* ******************************************************************************************************** */
/* MENU  *************************************************************************************** */
#NavCSS {
    list-style-type:none;
	background: url(../img_src/bg_menu.jpg) repeat-x; 
	height:29px;
	margin:-3px 0 0 0;
}
#NavCSS li {
	/*padding:0 10px;*/
	position: relative;
	display: inline;
	float: left;

}
#NavCSS a{
	display: block;
	color:#FFF;
	font-size:13px;
	text-decoration: none;
}
#NavCSS a:hover{ color:#FFC500;}

#NavCSS li ul {
	width: 250px;
	/*margin:0 2px 2px 2px;
	padding-left:10px;*/
	margin:1px 0 0 0;
	padding:0;
	background: #404040;
	left: 3px;
	position: absolute;
	display: block;
	z-index: 100;
	border: solid 1px #282828;
	visibility: hidden;
	
}

#NavCSS ul li{ 
	background:none;
	list-style-type:none;
     /*margin-left:-3px;*/
}

#NavCSS li li {
	
	width: 250px;
	padding:0;margin:2px 0;
}

#NavCSS li ul a {
	font-size:12px;
	color: #fff;
	font-style:normal;
	border-top: solid 1px #888;
	padding-top:2px;

}

#NavCSS li ul li:first-child a {
	border-top: none;

}

#NavCSS li ul a:hover{
	background-color:#ff6600;
	color:#424242;
}


.bt_1, .bt_2, .bt_3, .bt_4, .bt_5{ display:block; height:29px;}
.bt_1{ background:url(../img_src/menu_1.png) no-repeat top left; width:106px}
.bt_2{ background:url(../img_src/menu_4.png) no-repeat top left; width:212px }
.bt_3{ background:url(../img_src/menu_3.png) no-repeat top left; width:280px}
.bt_4{ background:url(../img_src/menu_2.png) no-repeat top left; width:213px}
.bt_5{ background:url(../img_src/menu_5.png) no-repeat top left; width:230px}
.bt_1:hover, .bt_2:hover, .bt_3:hover, .bt_4:hover, .bt_5:hover{ background-position:bottom left}

