.nav_top{
	margin-top:36px;
	background-image:url(../images/new/top_nav_bg.gif);
	background-repeat:repeat-x;
	margin-left:60px;
}
.nav_top ul{
	list-style-type:none;
	margin:0;
	text-align:left;
	overflow:hidden;
	padding:0 15px 0 0;
	background-image:url(../images/new/top_nav_bg_right.gif);
	background-position:right;
	background-repeat:no-repeat;
}

.nav_top ul li{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#4a4a4a;
	float:right;
	padding:0;
	/*font-size:0.9em;
	background-image:url(../images/button_hor_left.gif);
	background-position:top left;
	background-repeat:no-repeat;*/
}

.nav_top ul li a{
	display:block;
	background-image:url(../images/new/top_nav_a.gif);
	background-repeat:no-repeat;
	background-position:top left;
	/*background-color:#ABABAB;*/
	color:#000;
	text-decoration:none;
	float:left;
	margin:0;
	height:50px;
	cursor:pointer;
}

.nav_top ul li a:hover{
	color:#4a4a4a;
	background-color:#EAEAEA;
	text-decoration:none;
	/*background-image:url(../images/button_hor_hv.gif);*/
}

.nav_top ul li a span{
	/*background-image:url(../images/button_hor_left.gif);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#818181;*/
	display:block;
	float:left;
	padding:25px 10px 5px 12px;
	height:20px;
}

.nav_top ul li a:hover span{
	background-image:url(../images/new/top_nav_a_hover_span.gif);
	/*background-color:#D5D5D5;*/
}


/*** icon nav ****/

ul.icons{
	list-style-type:none;
	margin:0;
	padding:15px;
	text-align:left;
}
ul.icons li{
}
ul.icons li a{
	display:block;
	height:36px;
	padding-left:50px;
	background-position::center left;
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:0.8em;
	text-decoration:none;
	padding-top:10px;
}

ul.icons li a.catalogue{
	background-image:url(../images/new/icon_catalogue.gif);
}
ul.icons li a.advice{
	background-image:url(../images/new/icon_advice.gif);
}
ul.icons li a.events{
	background-image:url(../images/new/icon_event.gif);
}
ul.icons li a.safety{
	background-image:url(../images/new/icon_safety.gif);
}
