/* PRO-SEALANT */

/*START OF NAVIGATION*/
div#navbar  {
	color: #FFFFFF;
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	display: block;
	padding-left: 0px;
	top:0px;
	width: 981px;
	height:47px;
	border-top:  0px solid #ffffff;
	border-bottom: 0px solid #ffffff;
	float: left;
	margin:0px;
	position:relative;
	border-right:2px solid #ffffff;
	border-left:2px solid #ffffff;
	background-image: url(../img/prosealant-navbg.jpg);
}
		
#navbar ul {
	float:right;
	width:800px;
	padding:0;
	margin:0;
	list-style-type:none;
	position:relative;
	height: 47px;
	color: #999999;
}
	
#navbar li {
	display:inline;
	text-align: center;
	height: 47px;
	border-bottom: 0px solid #cccccc;
	width:auto;
	background-image: url(../img/prosealant-navbg.jpg);
	background-repeat:no-repeat;}

#navbar a { 
	color: #eaeaea;
	text-decoration: none; 
	padding: 13px 12px 0px 12px; 
	width: 90px; 
	float: left;
	text-align: center;
	border-right: 0px solid white;
	height: 34px;
	text-align:center;
	border-bottom:0px solid #ff9933;
	background-image:url(img/cormac_nav_notselected.jpg);
	background-repeat:no-repeat;
	font-weight:bold;}

#navbar a:hover {
	color: #ffffff;
	text-decoration: none;
	padding: 13px 12px 0px 12px;
	width: 90px;
	float: left;
	text-align: center;
	border-right: 0px solid white;
	height: 34px;
	text-align:center;
	border-bottom:0px solid #ff9933;
	background-image:url(img/cormac_nav_selected.jpg);
	background-repeat:no-repeat;
	font-weight:bold;
}

//**HOME**//
#navbar li a.homeactive{
	background-color: #283987;
	color: #ffffff;
	height: 34px;
	font-weight:bold;
	border-bottom:0px solid #000000;
	border-left: 0px solid white;}
	
#navbar  a.homeactive{
	color: #FFFFFF;
	text-decoration: none;
	padding: 13px 12px 0x 12px;
	width: 90px;
	float: left;
	text-align: center;
	border-left: 0px solid white;
	height: 34px;
	text-align:center;
	border-bottom:0px solid #ff9933;
	background-image:url(../img/prosealant-navbg_on.jpg);
	background-repeat:no-repeat;
	font-weight:bold;
	background-position: center bottom;
}
	
