#nav_wrapper {
	width: 191px;
	position: relative;
	height: 400px;
	float: left;
}
#nav_fixed {
	width: 191px;
	position: fixed;
	height: 500px;
}
#nav li {
	font-size: 1em;
	list-style-type: none;
	width: 171px;
	margin-left: 20px;
}
#nav a {
	color: #333333;
	text-decoration: none;
	font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 42px;
	display: block;
	height: 30px;
	padding-top: 10px;
}
a.roll {
	height: 25px;
	padding-top: 15px;
}
#nav a:hover {
	text-decoration: none;
}

#nav .btn {
	height: 40px;
	position: relative;
	width: 171px;
}

#nav .btn a.roll1:link,
#nav .btn a.roll1:visited {
	background-image: url(../images/btn1.gif);
	background-repeat: no-repeat;
	position: relative;
	background-position: 0px 0px;
}
#nav .btn a.roll1:hover,
#nav .btn a.roll1:active {
	background-position: 0px -40px;
	color: #00aeef;
	background-image: url(../images/btn1.gif);
	background-repeat: no-repeat;
}


#nav .btn a.roll2:link,
#nav .btn a.roll2:visited {
	background-image: url(../images/btn2.gif);
	background-repeat: no-repeat;
	position: relative;
	background-position: 0px 0px;
}
#nav .btn a.roll2:hover,
#nav .btn a.roll2:active {
	background-position: 0px -40px;
	color: #d2232a;
	background-image: url(../images/btn2.gif);
	background-repeat: no-repeat;
}


#nav .btn a.roll3:link,
#nav .btn a.roll3:visited {
	background-image: url(../images/btn3.gif);
	background-repeat: no-repeat;
	position: relative;
	background-position: 0px 0px;
}
#nav .btn a.roll3:hover,
#nav .btn a.roll3:active {
	background-position: 0px -40px;
	color: #ec008c;
	background-image: url(../images/btn3.gif);
	background-repeat: no-repeat;
}


#nav .btn a.roll4:link,
#nav .btn a.roll4:visited {
	background-image: url(../images/btn4.gif);
	background-repeat: no-repeat;
	position: relative;
	background-position: 0px 0px;
}
#nav .btn a.roll4:hover,
#nav .btn a.roll4:active {
	background-position: 0px -40px;
	color: #f7931e;
	background-image: url(../images/btn4.gif);
	background-repeat: no-repeat;
}


#nav .btn a.roll5:link,
#nav .btn a.roll5:visited {
	background-image: url(../images/btn5.gif);
	background-repeat: no-repeat;
	position: relative;
	background-position: 0px 0px;
}
#nav .btn a.roll5:hover,
#nav .btn a.roll5:active {
	background-position: 0px -40px;
	color: #41ad49;
	background-image: url(../images/btn5.gif);
	background-repeat: no-repeat;
}


#nav .btn a.roll6:link,
#nav .btn a.roll6:visited {
	background-image: url(../images/btn6.gif);
	background-repeat: no-repeat;
	position: relative;
	background-position: 0px 0px;
}
#nav .btn a.roll6:hover,
#nav .btn a.roll6:active {
	background-position: 0px -40px;
	color: #ffde00;
	background-image: url(../images/btn6.gif);
	background-repeat: no-repeat;
}


#nav .btn a.roll7:link,
#nav .btn a.roll7:visited {
	background-image: url(../images/btn7.gif);
	background-repeat: no-repeat;
	position: relative;
	background-position: 0px 0px;
}
#nav .btn a.roll7:hover,
#nav .btn a.roll7:active {
	background-position: 0px -40px;
	color: #ffffff;
	background-image: url(../images/btn7.gif);
	background-repeat: no-repeat;
}