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

#navCont{
	width:665px;
	margin:0 0 0 -40px;
	position:absolute;
	left:25px;
}

#menu{
	padding:0;
	margin:0 0 30px 0;
	font-family: arial, helvetica, sans-serif;
	white-space:nowrap;
	list-style-type:none;	
	height:35px;
}

#menu li{
	float:left;
	display:inline;
}

#menu li a{
	position:absolute;
	font-size:11px;
	overflow:hidden;
	color:#FFF;
	text-decoration:none;
	text-indent:-9999px;
	background:url(http://andybeaudoin.com/img/menu.gif) no-repeat;
}
li#navHome a{
	display:inline;
	left:0;
	width:67px;
	height:35px;
	background-position:0 -35px;
}
li#navBio a{
	display:inline;
	left:67px;
	width:106px;
	height:35px;
	background-position:-67px -35px;
}
li#navMedia a{
	display:inline;
	left:173px;
	width:66px;
	height:35px;
	background-position:-173px -35px;
}
li#navTeach a{
	display:inline;
	left:239px;
	width:197px;
	height:35px;
	background-position:-239px -35px;
}
li#navContact a{
	display:inline;
	left:436px;
	width:179px;
	height:35px;
	background-position:-436px -35px;
}

li#navHome a:hover{
	background-position:0 0px;
}
li#navBio a:hover{
	background-position:-67px -1px;
}
li#navMedia a:hover{
	background-position:-173px -1px;
}
li#navTeach a:hover{
	background-position:-239px -1px;
}
li#navContact a:hover{
	background-position:-436px -1px;
}

body#homePage li#navHome a{
	background-position:0 -71px;
}

body#bioPage li#navBio a{
	background-position:-67px -71px;
}

body#mediaPage li#navMedia a{
	background-position:-173px -71px;
}

body#teachingPage li#navTeach a{
	background-position:-239px -71px;
}

body#contactPage li#navContact a{
	background-position:-436px -71px;
}


#social{
	margin: 0;
	height:29px;
	width:145px;
	overflow:hidden;
}
ul#socialList{
	margin:0;
	list-style:none;
}
ul#socialList li a{
	position:absolute;
	top:0px;
	overflow:hidden;
	height:29px;
	width:39px;
	text-indent:-3333px;
}

li a.socialFace{
	left:-12px;
	background-position:bottom;
	background-image: url(http://andybeaudoin.com/img/fb.jpg);
}
li a.socialFace:hover{
	background-position:top;
}
li a.socialMysp{
	left:28px;
	background-position:bottom;
	background-image: url(http://andybeaudoin.com/img/ms.jpg);
}
li a.socialMysp:hover{
	background-position:top;
}
li a.socialTwit{
	left:68px;
	background-position:bottom;
	background-image: url(http://andybeaudoin.com/img/tw.jpg);
}
li a.socialTwit:hover{
	background-position:top;
}


#menuTopper{
	height:1px;
	width:680px;
	border-bottom: 1px dotted #D3D3D3;
	margin: 0 0 2px 0;
}