@charset "UTF-8";
/* Stuff for top left right nav */
#navWrapperTop {
	width: 150px;
	height: 450px;
	padding: 30px 0 0 0;
}
#navWrapperTop a 
{
	background: url("images_nav/nav_light_grey.gif") center 0 no-repeat;
	display: block;
	width: 30px;
	height: 170px;
	text-decoration: none;
	float: right;
}
#navBall1 a:hover {
	background: url("images_nav/nav_txt_portfolios.gif") center 0 no-repeat;
}
#navBall2 a:hover {
	background: url("images_nav/nav_txt_bio.gif") center 0 no-repeat;
}
#navBall3 a:hover {
	background: url("images_nav/nav_txt_contact.gif") center 0 no-repeat;
}

/* Stuff for bottom right nav */
#navWrapperBtm {
	width: 150px;
	height: 450px;
	padding: 0 0px 10px 0;
}
#navWrapperBtm a 
{
	background: url("images_nav/nav_light_grey_btm.gif") center bottom no-repeat;
	display: block;
	width: 30px;
	height: 440px;
	text-decoration: none;
	float: left;
}
#navBall1_btm a:hover {
	background: url("images_nav/nav_txt_portfolios_btm.gif") center bottom no-repeat;
}
#navBall2_btm a:hover {
	background: url("images_nav/nav_txt_bio_btm.gif") center bottom no-repeat;
}
#navBall3_btm a:hover {
	background: url("images_nav/nav_txt_contact_btm.gif") center bottom no-repeat;
}
