/* CSS Document */
a.a_mail { color:#ffffff; font-size:10px; font-family:Arial, Helvetica, sans-serif; text-decoration:underline; }
a.a_mail:hover { color:#FFff00; }

a.a_news { display:block; width:90%; border-bottom:#8B8383 1px dashed; padding:5px 5px 5px 20px; color:#ffffff; text-decoration:none; background:url(../images/arrow3.gif) no-repeat 5px 8px; }
a.a_news:hover { background:#8B8383 url(../images/arrow1.gif) no-repeat 5px 8px; color:#ffffff; font-weight:bold; }
a.a_news_current { background:#8B8383 url(../images/arrow2.gif) no-repeat 5px 8px; color:#ffff00; font-weight:bold; }

a.a_page { width:17px; height:14px; color:#4C4C4C; display:block; float:left; margin:0px 1px; text-align:center; text-decoration:none; }
a.a_page:hover { background:url(../images/page_curent.jpg) no-repeat; color:#4C4C4C;}
a.a_page_current { background:url(../images/page_curent.jpg) no-repeat; color:#4C4C4C;}
a.a_page_prev { width:8px; height:10px; display:block; background:url(../images/page_next.jpg) no-repeat; float:left; text-indent:-9999px; margin:2px; }
a.a_page_next { width:8px; height:10px; display:block; background:url(../images/page_prev.jpg) no-repeat; float:left; text-indent:-9999px; margin:2px; }

a.a_page2 { width:17px; height:14px; color:#4C4C4C; display:block; float:right; margin:0px 1px; text-align:center; text-decoration:none; }
a.a_page2:hover { background:url(../images/page_curent2.jpg) no-repeat; color:#4C4C4C;}
a.a_page2_current { background:url(../images/page_curent2.jpg) no-repeat; color:#4C4C4C;}
a.a_page2_prev { width:8px; height:10px; display:block; background:url(../images/page_prev2.jpg) no-repeat; float:right; text-indent:-9999px; margin:2px; }
a.a_page2_next { width:8px; height:10px; display:block; background:url(../images/page_next2.jpg) no-repeat; float:right; text-indent:-9999px; margin:2px; }


a.a_foot { color:#A4A4A4; text-decoration:underline; font-size:10px; font-family:Arial, Helvetica, sans-serif; }
a.a_foot:hover { color:#333333; }

#menu{
/*	width:700px;*/
	margin:0px 0;
	border:solid #000;
	border-width:4px 0 0 0;
}
#menu ul{
	list-style:none;
}
#menu li{
	list-style:none;
	display:block;
	float:left;
	margin:0 15px;
}
#menu li a{
	display:block;
	float:left;
	height:50px;
	color:#747474;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	background:url(../images/menu_010_b.jpg) no-repeat left;
	line-height:50px;
	text-decoration:none;
	padding:0 0 0 25px;
}
#menu li a span{
	display:block;
	float:left;
	height:50px;
	color:#747474;
	line-height:50px;
	cursor:pointer;
}
#menu li a:hover{
	display:block;
	float:left;
	background:url(../images/menu_010_b_h.jpg) no-repeat left;
	height:50px;
}
#menu li a:hover span{
	display:block;
	float:left;
	background:url(../images/menu_010_pointer.jpg) no-repeat 35% top;
	color:#000;
	height:50px;
}
#menu li a.current{
	display:block;
	float:left;
	height:50px;
	color:#000;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	background:url(../images/menu_010_b_h.jpg) no-repeat left;
	line-height:50px;
	text-decoration:none;
}
#menu li a.current span{
	display:block;
	float:left;
	background:url(../images/menu_010_pointer.jpg) no-repeat 35% top;
	height:50px;
	color:#000;
	line-height:50px;
}
