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

.nav 
	{
	width: 415px;
	height: 30px;
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 30px;
	left: 165px;
	background: url('../images/menu_buttons.gif') no-repeat;
	}
	
.nav li 
	{
	display: inline;
	}
	
.nav li a:link, .nav li a:visited 
	{
	position: absolute;
	top: 0;
	height: 30px;
	text-indent: -9000px;
	overflow: hidden;
	z-index: 10;
	}
	
	
	.nav .mwork a:link, .nav .mwork a:visited {
			left: 0;
			width: 125px;
		}
	.nav .mwork a:hover, .nav .mwork a:focus {
			background: url('../images/menu_buttons.gif') no-repeat 0 -30px;
		}
	.nav .mwork a:active, .mwork-selected {
			background: url('../images/menu_buttons.gif') no-repeat 0 -30px !important;
		}
	.current-mwork .mwork a:link, .current-mwork .mwork a:visited {
			background: url('../images/menu_buttons.gif') no-repeat 0 -30px;
			cursor: default;
		}
	.nav-mwork, .nav-mwork-click {
			position: absolute;
			top: 0;
			left: 0;
			width: 125px;
			height: 30px;
			background: url('../images/menu_buttons.gif') no-repeat 0 -30px;
		}
	.nav-mwork-click {
			background: url('../images/menu_buttons.gif') no-repeat 0 -30px;
		}
	
	
	
	.nav .mabout a:link, .nav .mabout a:visited {
			left: 125px;
			width: 130px;
		}
	.nav .mabout a:hover, .nav .mabout a:focus {
			background: url('../images/menu_buttons.gif') no-repeat -125px -30px;
		}
	.nav .mabout a:active {
			background: url('../images/menu_buttons.gif') no-repeat -125px -30px;
		}
	.current-mabout .mabout a:link, .current-mabout .mabout a:visited {
			background: url('../images/menu_buttons.gif') no-repeat -125px -30px;
			cursor: default;
		}
	.nav-mabout, .nav-mabout-click {
			position: absolute;
			top: 0;
			left: 125px;
			width: 130px;
			height: 30px;
			background: url('../images/menu_buttons.gif') no-repeat -125px -30px;
		}
	.nav-mabout-click {
			background: url('../images/menu_buttons.gif') no-repeat -125px -30px;
		}
	
	

	.nav .mcontact a:link, .nav .mcontact a:visited {
			left: 255px;
			width: 160px;
		}
	.nav .mcontact a:hover, .nav .mcontact a:focus {
			background: url('../images/menu_buttons.gif') no-repeat -255px -30px;
		}
	.nav .mcontact a:active {
			background: url('../images/menu_buttons.gif') no-repeat -255px -30px;
		}
	.current-mcontact .mcontact a:link, .current-mcontact .mcontact a:visited {
			background: url('../images/menu_buttons.gif') no-repeat -255px -30px;
			cursor: default;
		}
	.nav-mcontact, .nav-mcontact-click {
			position: absolute;
			top: 0;
			left: 255px;
			width: 160px;
			height: 30px;
			background: url('../images/menu_buttons.gif') no-repeat -255px -30px;
		}
	.nav-mcontact-click {
			background: url('../images/menu_buttons.gif') no-repeat -255px -30px;
		}
	
