@charset "UTF-8";
/* CSS Document */

#navbar_container {
	/*width:960px;
	height:100px;*/
	width:940px;
	height:65px;
	display:block;
	padding:35px 10px 0px 10px;
	background:url(../images/nav_bar.gif) bottom repeat-x;
}

#logo_mrsi {
	float:left;
}

#nav_search_container {
	float:right;
}

.search_field {
	background:#ededee;
	border:none;
	color:#4d4d4d;
	font-size:11px;
	padding:4px;
}

.submit_icon {
	cursor:pointer;
	/*background:url(../images/search_submit.gif) top no-repeat;*/
	width:14px;
	height:14px;
	border:none;
}

#nav {
	clear:right;
	margin:7px 0px 0px 0px;
}

#nav td {
	padding:0px 0px 0px 20px;
}

#nav li {
	margin:0px 0px 0px 15px;
	list-style: none;
	float:left;
}

#nav li a {
	border:none;
	text-decoration:none;
	height:15px;
	text-indent:-999999px;
	display:block;
}




/* ROLLOVERS */
#nav_about_us {
	width:57px;
	background:url(../images/nav/sprites/about_us.gif) no-repeat;
}

#nav_about_us:hover {
	background:url(../images/nav/sprites/about_us.gif) 0px -15px no-repeat;
}



#nav_why_mrsi {
	width:58px;
	background:url(../images/nav/sprites/why_mrsi.gif) no-repeat;
}

#nav_why_mrsi:hover {
	background:url(../images/nav/sprites/why_mrsi.gif) 0px -15px no-repeat;
}


#nav_our_solutions {
	width:87px;
	background:url(../images/nav/sprites/our_solutions.gif) no-repeat;
}

#nav_our_solutions:hover {
	background:url(../images/nav/sprites/our_solutions.gif) 0px -15px no-repeat;
}

#nav_our_tools {
	width:60px;
	background:url(../images/nav/sprites/our_tools.gif) no-repeat;
}

#nav_our_tools:hover {
	background:url(../images/nav/sprites/our_tools.gif) 0px -15px no-repeat;
}

#nav_industry_expertise {
	width:119px;
	background:url(../images/nav/sprites/industry_expertise.gif) no-repeat;
}

#nav_industry_expertise:hover {
	background:url(../images/nav/sprites/industry_expertise.gif) 0px -15px no-repeat;
}

#nav_results {
	width:44px;
	background:url(../images/nav/sprites/results.gif) no-repeat;
}

#nav_results:hover {
	background:url(../images/nav/sprites/results.gif) 0px -15px no-repeat;
}

#nav_contact_us {
	width:69px;
	background:url(../images/nav/sprites/contact_us.gif) no-repeat;
}

#nav_contact_us:hover {
	background:url(../images/nav/sprites/contact_us.gif) 0px -15px no-repeat;
}

















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
