/*<Css Design by Metalab.it>*/

#top_menu ul {
	text-align: center;
	margin: 0px;
	/*margin-top:30px;*/
	margin-right:20px;
	padding-top: 105px;
	list-style-type: none;
	color: #003765;
	letter-spacing: 1px;
	font-weight: bold;
	/*border: 1px solid #000;*/
	}

#top_menu ul li { display: inline;}	

#top_menu li {margin: 0px;}

#top_menu a {
	/*display: block;*/
	padding: 0px;
	padding-top: 3px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 8px;
	margin-bottom:0px;
	/*border: 1px solid #333;*/
	/*width: 100px;*/
	/*background-color: #999;*/
	/*background-image: url(../images/title.gif);
	background-repeat: no-repeat;*/
	/*border: 1px solid #000;*/
	}

#top_menu a:link, #catlist a:visited {
	color: #003765;
	text-decoration: none;
	font: normal 12px Georgia, 'Times New Roman', serif;
	font-weight: bold;
	letter-spacing: 1px;
	
	}

#top_menu a:hover {
	/*border: 1px solid #333;*/
	/*background-color: #F60;*/
	/*background-image: url(../images/1_over.gif);*/
	color: #de0000;
	
	}