/* Bbold Navigation for Morowat Global */
/* Navigation created by | Justin Hinchcliffe -X- Jordan Brill | Copright, 16/10/2007 */

#nav_container {
	float:  left;
	padding-left: 25px;
	_padding-left: 5px;
	height: 32px;
	width: 800px;
	
	
}

#nav_container a{
	outline: none;
}

#logo {
	float: left;
}

#home a:visited{
	float: left;
	height: 32px;
	width: 95px;
	text-align: center;
	color: #000;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
	background: url(../images/home_btn.jpg) no-repeat;
	padding-top: 8px;
}

#home a:link{
	float: left;
	height: 32px;
	width: 95px;
	text-align: center;
	color: #000;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
	background: url(../images/home_btn.jpg) no-repeat;
	padding-top: 8px;
}

#home a:hover{
	float: left;
	height: 32px;
	width: 95px;
	text-align: center;
	color: #fff;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
	background: url(../images/home_btn_ro.jpg) no-repeat;
	padding-top: 8px;
}

#home a:active{
	float: left;
	height: 32px;
	width: 95px;
	text-align: center;
	color: #fff;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
	background: url(../images/home_btn_ac.jpg) no-repeat;
	padding-top: 8px;
}

.menu1 a:visited {
	float: left;
	vertical-align: middle;
	width: auto;
	height: 24px;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 8px;
	border-left: 1px solid #b6b6b6;
	background: url(../images/nav_bgslider.jpg) repeat-x;
	color: #000;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
}

.menu1 a:link {
	float: left;
	vertical-align: middle;
	width: auto;
	height: 24px;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 8px;
	border-left: 1px solid #b6b6b6;
	background: url(../images/nav_bgslider.jpg) repeat-x;
	color: #000;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
}

.menu1 a:hover {
	float: left;
	vertical-align: middle;
	width: auto;
	height: 24px;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 8px;
	border-left: 1px solid #b6b6b6;
	background: url(../images/nav_bgslider_ro.jpg) repeat-x;
	color: #fff;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
}

.menu1 a:active {
	float: left;
	vertical-align: middle;
	width: auto;
	height: 24px;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 8px;
	
	background: url(../images/nav_bgslider_ac.jpg) repeat-x;
	color: #fff;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
}


