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

#nav a#one:hover{
	background-image: url(images/one_hover.gif);
	margin: 0px;
	padding: 0px;
	height: 95px;
	width: 55px;
    float:left;
}
#nav #onefg {
	background-image: url(images/one_button.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 95px;
	width: 55px;
	float:left;
}
/*#nav #onecurrent {
	background-image: url(images/one_current.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 95px;
	width: 55px;
    float:left;
}*/

#nav a#two:hover{
	background-image: url(images/two_hover.gif);
	margin: 0px;
	padding: 0px;
	height: 95px;
	width: 55px;
    float:left;
}
#nav #twofg {
	background-image: url(images/two_button.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 95px;
	width: 55px;
	float:left;
}

#nav a#three:hover{
	background-image: url(images/three_hover.gif);
	margin: 0px;
	padding: 0px;
	height: 95px;
	width: 55px;
    float:left;
}
#nav #threefg {
	background-image: url(images/three_button.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 95px;
	width: 55px;
	float:left;
}
#nav a#four:hover{
	background-image: url(images/four_hover.gif);
	margin: 0px;
	padding: 0px;
	height: 95px;
	width: 55px;
    float:left;
}
#nav #fourfg {
	background-image: url(images/four_button.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 95px;
	width: 55px;
	float:left;
}
#nav a#five:hover{
	background-image: url(images/five_hover.gif);
	margin: 0px;
	padding: 0px;
	height: 95px;
	width: 55px;
    float:left;
}
#nav #fivefg {
	background-image: url(images/five_button.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 95px;
	width: 55px;
	float:left;
}
#nav a#six:hover{
	background-image: url(images/six_hover.gif);
	margin: 0px;
	padding: 0px;
	height: 95px;
	width: 55px;
    float:left;
}
#nav #sixfg {
	background-image: url(images/six_button.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 95px;
	width: 55px;
	float:left;
}

#ftnav a#resume:hover{
	background-image: url(images/resume_hover.gif);
	margin: 0px;
	padding: 0px;
	height: 60px;
	width: 150px;
    float:left;
}
#ftnav #resumefg {
	background-image: url(images/resume_button.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 60px;
	width: 150px;
	float:left;
}

#ftnav a#logo:hover{
	background-image: url(images/logo_hover.gif);
	margin: 0px;
	padding: 0px;
	height: 60px;
	width: 45px;
    float:left;
}
#ftnav #logofg {
	background-image: url(images/logo_button.gif);
	background-repeat: no-repeat;
	padding: 0px;
	height: 60px;
	width: 45px;
	float:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 125px;
}

#ftnav a#contact:hover{
	background-image: url(images/contact_hover.gif);
	margin: 0px;
	padding: 0px;
	height: 60px;
	width: 180px;
    float:right;
}
#ftnav #contactfg {
	background-image: url(images/contact_button.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 60px;
	width: 180px;
	float:right;
}

