html{
	font-size:11px;
	overflow-x: auto;
}

body{
	background-color: #d6d6d6;
	margin-top: 10px;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link {
	color: #0033CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0033CC;
}
a:hover {
	text-decoration: underline;
	color: #0033CC;
}
a:active {
	text-decoration: none;
	color: #0033CC;
}



img{
	border: 0;
}


td{
	vertical-align: top;
	font-size: 11px;
}

/* Container and main design */

#top_nav_con{
	float: left;
	line-height: 100%;
	width: 380px;
}

#top_nav{
	height: 50px;
	padding-bottom: 3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#top_nav ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#top_nav li{
	padding: 0;
	margin: 0;
	cursor: pointer;
	display: inline;
}

#top_nav a:link,
#top_nav a:visited,
#top_nav a:hover,
#top_nav a:active{
	color: #9a9a9a;
	text-decoration: none;
	outline: none;
	padding: 0 8px 0 0;
	text-align: center;
	float: right;
	margin-left: 1px;
}

#top_nav a span{
	display: block;
	float: right;
	padding: 3px 5px 5px 10px;
	color: #9a9a9a;
}

#top_nav a span {float:none;}

#top_nav a img{
	vertical-align: top;
}

#top_nav ul li a:hover,
#top_nav ul li a.active{
	color: #fff;
	background: url(http://www.scafy.com/images/frontend/Checkered/top_nav_right.png) no-repeat 100% 100%;
}

#top_nav ul li a.active span,
#top_nav ul li a:hover span{
	color: #fff;
	background: url(http://www.scafy.com/images/frontend/Checkered/top_nav_left.png) no-repeat 0 100%;
}

#top_nav ul li a strong{
	display: block;
}



