/* YADM flyout example */
#nav	a{padding-bottom: 3px; cursor: pointer; color: #fff;font-size: 12px; font-weight: bold; text-decoration: none; font-family: Arial, Helvetica, sans-serif;}
#nav a:link	{color: #fff; font-size: 12px; font-weight: bold; text-decoration: none; font-family: Arial, Helvetica, sans-serif; }
#nav a:hover	{text-decoration: underline;}

ul#nav.dhtml ul li a:link{color: #fff; font-size: 12px; text-decoration: none; font-family: Arial, Helvetica, sans-serif;font-weight: normal; text-decoration: none;}
ul#nav.dhtml ul li a:visited{color: #fff; font-size: 12px;  text-decoration: none; font-family: Arial, Helvetica, sans-serif;font-weight: normal;}
ul#nav.dhtml ul li a:hover{text-decoration: underline; font-weight: normal;}
ul#nav.dhtml ul li a:active{color: #990000; font-weight: normal; text-decoration: none; font-family: Arial, Helvetica, sans-serif;}

#nav span { font-size: 12px;  font-weight: bold;  font-family:Arial, Helvetica, sans-serif; }

.text_field_search_menu	{margin-top: 5px; width: 120px; margin-bottom: 5px; display: block; margin-left: auto; margin-right: auto;}
.button_field_search_menu  {margin-top: 5px; width: 60px; margin-bottom: 5px; display: block; margin-left: auto; margin-right: auto;}

#nav li	{padding-left: 5px;
		border-left-width: 0px;
		border-right-width: 0px;
		border-top-width: 0px;
		border-style: dashed;
		border-bottom-width: 0px;
		border-color: #fff;
		*padding-bottom: 1px;
		}
		

.hiddenChild{
	left: -999em;
}
.shownChild{
	left:8.5em;
	*left: 8.2em;  /*change where the level two is on the page*/
	top:0;
}
ul#nav.dhtml{
	border:0px solid #000;
	margin-left: 0px;

}

ul#nav.dhtml,ul#nav.dhtml ul{
	background-image:url(back_menu.gif);
	background-repeat: no-repeat;
	margin:0;
	padding:0em;
	list-style-type:none;
	width:136px;
	
}

ul#nav.dhtml	{
	height: 320px;}

ul#nav.dhtml li{
	position:relative;
	white-space: nowrap;
	
}
ul#nav.dhtml ul{ /*child settings*/
	position: absolute;

	background-image: url(back_child.gif);
	padding:0px;
	width: 150px;
	z-index:10;
}
ul#nav.dhtml ul li{
	width:136px;
		border-left-width:0px;
	border-style: dashed;
	border-color: #fff;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 1px;

}
ul#nav.dhtml li.isParent{
	background:url(off_li.gif) 100% 50% no-repeat transparent;
}
ul#nav.dhtml li.isActive{
	background:url(over_li.gif) 100% 50% no-repeat transparent;
}
ul#nav.dhtml li.isActive a{
	background:transparent;
	border:0px inset #fff;
}
ul#nav.dhtml li.isActive ul a{
	border:0px solid #dfa;
}
ul#nav.dhtml li.isActive ul a:hover{
	border:0px inset #be8;
	
}
ul#nav.dhtml ul a{
	padding:5px;
	
}


body	{margin-right: 0px;}


a:link	{color: #000066;}
a:visited	{color: #000033;}
a:hover	{text-decoration: none; color: #000066;}
a:active	{color: #990000; text-decoration: underline;}

#manu_list li	{color: #FF0000; text-align: left;	line-height:0em;*line-height: 1.5em; }
#manu_list ul	{margin-left: -35px;*margin-left: 0px; list-style-position: inside; list-style-image: url(list_point.gif); *list-style-image: url(list_point_ie.gif); list-style-type: circle}
/*#manu_list li:before	{content: "»  ";}*/

#manu_list a:link	{color: #000000; text-decoration: none;}
#manu_list a:hover	{color: #000066; text-decoration: underline;}
#manu_list a:active	{color: #990000; text-decoration: underline;}
#manu_list	a:visited	{color: #000033;}

#advert_centre	{width: 600px; margin-left: auto; margin-right: auto;}