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

#nav
	{
	text-indent: -1000px;
	overflow: hidden;
	width:924px;
	height:70px;
	margin:0 auto;
	position:relative;
	}


#nav a {
    height:70px;
    background-position:top left;
    display:block;
    position:absolute;   
}

#nav a:hover {
    background-position:bottom left;

}

/*#nav1_cont{
	background:url(../img/nav_home.gif) top left no-repeat;
	left:0;
	height:70px;
	background-position:bottom left;
	position:absolute;

}*/

#nav1
	{
	width:121px;
	background:url(../img/nav_home.gif) top left no-repeat;
	left:0;
	}
	
/*#nav2_cont{
	background:url(../img/nav_prop.gif) top left no-repeat;
	left:121px;
	height:70px;
	background-position:bottom left;
	position:absolute;
}*/

#nav2
	{
	width:151px;
	background:url(../img/nav_prop.gif) top left no-repeat;
	left:121px;
	}

#nav3
	{
	width:147px;
	background:url(../img/nav_mktg.gif) top left no-repeat;
	left:272px;
	}

#nav4
	{
	width:136px;
	background:url(../img/nav_team.gif) top left no-repeat;
	left:419px;
	}
	
#nav5
	{
	width:193px;
	background:url(../img/nav_balt.gif) top left no-repeat;
	left:555px;
	}

#nav6
	{
	width:176px;
	background:url(../img/nav_cont.gif) top left no-repeat;
	left:748px;
	}	
	
