:focus {
	outline: 0;
}
/* ----------------navigation styles starts---------------- */
#topnav {
	float:left;
	width:450px;
	height:22px;
	margin-top:0px;
	padding:0 0px 0 0px;
	}	
	
#topdrops, #topdrops ul {
	padding:0;
	margin:0;
	clear:both;
	float:left;
	width:inherit;
	}
	
#topdrops ul.drop {
	background:#000;
	padding:5px;
	width:inherit;
	clear:both;
	float:left;
	/*margin-top:32px;*/
	}

#topdrops ul.topdrops li {
    width:inherit;
	clear:both;
	}
	
#topdrops ul.topdrops a {
	
	color:#fff;
	font-size:13px;
	text-decoration:none;
	font-weight:bold;
	clear:both;
	float:left;
	}
	
#topdrops a {
	display: block;
	/*width: 10em;*/
	float:left;
	clear:both;
	width:100px;
}

#topdrops li {
	float: left;
	list-style:none;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	padding-left:5px;
	/*width: 10em;*/
}

#topdrops li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#topdrops li:hover ul {
	left: auto;
}

#topdrops li:hover ul, #topdrops li.sfhover ul {
	left: auto;
}

#topnav a.home, #topnav a.contact {
	float:left;
	background:url(../images/icon_navigation.png) no-repeat;
	height:37px;
	width:38px;
	text-indent:-9999999px;
	}
	
#topnav a.home {	
	background-position:left top;
	}
#topnav a.contact {	
	background-position:-43px top;
	}

#topnav a.home:hover {	
	background-position:left -42px;
	}
#topnav a.contact:hover {	
	background-position:-43px -42px;
	}
/* ----------------navigation styles ends---------------- */
