/* CSS Document */

body,td,th {
	font-family: tahoma;
	font-size: 12px;
	color: #666666;
}
body {
	background-color: #F1F1F1;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #ffb812;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ffb812;
}
a:hover {
	text-decoration: none;
	color: ee2d24;
}
a:active {
	text-decoration: none;
	color: #ffb812;
}
.Title
{
background:url(images/logo1.png);
background-repeat:no-repeat;
background-position:left;
padding-left:0px;
font-size:18px;
color:#ffb812;
font-family:Arial, Helvetica, sans-serif;
margin-top:5px;
font-weight:bold;
margin-bottom:10px;
}


#in_ul
{
	list-style:none;
}

#in_ul li
{
	background:url(images/logo_ss.png) no-repeat left top;
	padding-left:20px;
	margin-bottom:8px;

}



	#nav-top {
	margin:0;
	padding:0;
	text-align:center;
	padding-left:3px;
	font-family:tahoma;
	font-weight:normal;
	font-size:12px;
	}
	
	#nav-top li {
	float:left;
	overflow:hidden;
	margin:0;
	padding:0;
	background-color:#666666;

	}
	
	#nav-top li a {
	width:auto;
	height:30px;
	display:block;
	overflow:hidden;
	padding-top:18px;
	padding-left:20px;
	padding-right:20px;
	text-decoration: none;
	color:#ffffff;
	
	
	}
	
	#nav-top li.topmenu a {
	background:url(images/arrow.jpg);
	background-repeat:no-repeat;
	background-position:right;
	border-bottom:2px solid #666666;
	}
	#nav-top li.topmenu a:hover {
	border-bottom:2px solid #ffb812;
	color:#ffb812;
	}

	#nav-top li.last a {
	border-bottom:2px solid #666666;
	}
	#nav-top li.last a:hover {
	border-bottom:2px solid #ffb812;
	color:#ffb812;
	}

.logo_div
{
	width:200px;
	margin:1px;
	float:left;
	border:0px solid red;
}
