/* NAV */
#nav {
	height: 20px;
	position: relative;
	margin-top: 50px;
	float: left;
	width: 600px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #990000;	
}
#nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
#nav a:link {
	color:#CC0000;
	text-decoration: none;
}
#nav a:visited {
	color:#CC0000;
	text-decoration: none;
}
#nav a:hover {
	color:#FFFFFF;
	text-decoration: none;	
}
#nav li {
	float: right;
	position: relative;
	list-style-type: none;
	font-size: 0.8em;
	font-weight: bold;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #990000;
}
#nav .btn1,
#nav .btn2,
#nav .btn3 {
	height: 20px;
	width: 88px;
	background-image: url(../images/btn.png);
}
a.roll {
	height: 18px;
	width: 88px;
	display: block;
	padding-top: 2px;
	text-align: center;
}
#nav .btn1 a.roll:link, #nav .button a.roll:visited, 
#nav .btn2 a.roll:link, #nav .button a.roll:visited, 
#nav .btn3 a.roll:link, #nav .button a.roll:visited {
	background-image: url(../images/btn.png);
	position: relative;
}
#nav .btn1 a.roll:hover, 
#nav .btn2 a.roll:hover, 
#nav .btn3 a.roll:hover {
	background-image: url(../images/btn.png);
	background-position: 0px -20px;
}
