#top_navigation {
	width:960px;
	float:left;
	height:35px;
	margin:0px;
	padding:0px;
}
#top_navigation ul {
	padding:0px;
	margin:0px 0px 0px 0px;
	float:left;
	z-index:100;
}
.btn_welcome {
	background:url(../images/btn_welcome.gif) no-repeat top;
	width:109px;
	height:35px;
	display:block;
}
.btn_welcome:hover {
	background:url(../images/btn_welcome.gif) no-repeat bottom;

}
.btn_home {
	background:url(../images/btn_home.gif) no-repeat top;
	width:83px;
	height:35px;
	display:block;
}
.btn_home:hover {
	background:url(../images/btn_home.gif) no-repeat bottom;
	
}
#home_active {
	background:url(../images/btn_home.gif) no-repeat bottom;
	width:83px;
	height:35px;
	display:block;
}
.btn_kayasys {
	background:url(../images/btn_kayasystems.gif) no-repeat top;

	width:124px;
	height:35px;
	display:block;
}
.btn_kayasys:hover {
	background:url(../images/btn_kayasystems.gif) no-repeat bottom;
	
}
#kayasys_active {
	background:url(../images/btn_kayasystems.gif) no-repeat bottom;
	width:124px;
	height:35px;
	display:block;
}
.btn_bpo {
	background:url(../images/btn_bpo.gif) no-repeat top;
	width:70px;
	height:35px;
	display:block;
}
.btn_bpo:hover {
	background:url(../images/btn_bpo.gif) no-repeat bottom;

}
#bpo_active {
	background:url(../images/btn_bpo.gif) no-repeat bottom;
	width:70px;
	height:35px;
	display:block;
}
.btn_business-consulting {
	background:url(../images/btn_consulting.gif) no-repeat top;

	width:109px;
	height:35px;
	display:block;
}
.btn_business-consulting:hover {
	background:url(../images/btn_consulting.gif) no-repeat bottom;

}
#business-consulting_active {
	background:url(../images/btn_consulting.gif) no-repeat bottom;
	width:109px;
	height:35px;
	display:block;
}
.btn_technology {
	background:url(../images/btn_technology.gif) no-repeat top;
	width:114px;
	height:35px;
	display:block;
}
.btn_technology:hover {
	background:url(../images/btn_technology.gif) no-repeat bottom;

}
#technology_active {
	background:url(../images/btn_technology.gif) no-repeat bottom;

	width:114px;
	height:35px;
	display:block;
}
.btn_small-business {
	background:url(../images/btn_smallbusiness.gif) no-repeat top;
	width:194px;
	height:35px;
	display:block;
}
.btn_small-business:hover {
	background:url(../images/btn_smallbusiness.gif) no-repeat bottom;

}
#small-business_active {
	background:url(../images/btn_smallbusiness.gif) no-repeat bottom;
	width:194px;
	height:35px;
	display:block;
}
.btn_blog {
	background:url(../images/btn_blog.gif) no-repeat top;

	width:72px;
	height:35px;
	display:block;
}
.btn_blog:hover {
	background:url(../images/btn_blog.gif) no-repeat bottom;

}
#blog_active {
	background:url(../images/btn_blog.gif) no-repeat bottom;
	width:72px;
	height:35px;
	display:block;
}
.btn_inquire {
	background:url(../images/btn_inquire.gif) no-repeat top;
	width:85px;
	height:35px;
	display:block;
}
.btn_inquire:hover {
	background:url(../images/btn_inquire.gif) no-repeat bottom;

}
#inquire_active {
	background:url(../images/btn_inquire.gif) no-repeat bottom;
	width:85px;
	height:35px;
	display:block;
}
#dropmenudiv {
	background:#f7f8fa url(../images/dropdown_bg.gif)  repeat-x;
	position:absolute;
	border-bottom-width: 0;
	font:normal 10px  Verdana, Arial, Helvetica, sans-serif;
border:1px solid #bdbcbc;
border-top:none;
	margin-top:0px;
	margin-left:0px;
	padding:0px 0px 0px 0px;
	
	
}
.backgroud{
background:url(../images/dropdown_arrow.png) no-repeat;
margin:5px 0px 0px 0px;
}
#dropmenudiv a {
	display: block;
	color:#204357;
	padding:4px 0px 4px 10px;
	font-size:10px;


}
#dropmenudiv a:hover { /*hover background color*/
background-color:#484848;
color:#FFFFFF;
text-decoration:none;

}