/*  verticalnav START  //  http://alistapart.com/articles/slidingdoors/  */
#verticalnav {
	float:left;
	font-size:11px;
	/*font-size:93%;
	line-height:normal;*/
	position:fixed;
	padding:10px 0 0 10px;
	
}
#verticalnav ul {
	float:left;
	margin:0;
    padding:0;  /*  Placement of the entire nav  */
	list-style:none;
	width:250px;
}
#verticalnav li {
	/*  background:url("../images/nav_right.jpg") no-repeat right top;  /*  BG & right rounded corner  */
	background-color:#fcf8e3;
	margin:0 3px 1px 0;
    padding:1px;
	border: 1px solid #f7df61;
}
#verticalnav a {
	display:block;
	/*  background:url("../images/nav_left.jpg") no-repeat left top;  /*  Left rounded corner (lays on top of li image)  */
    padding:6px 12px 6px; /* Decrease the padding on the 3rd value (bottom) (5px - 1px = 4px) to show the BG image line on the bottom of the btn  */
	text-decoration:none;
	font-weight:bold;
	color:#777;
}
#verticalnav #current {
	/*background-image:url("../images/nav_right_on.jpg");*/
	background-color:#FFF;
}
#verticalnav #current a {
	background-image:url("../images/nav_left_on.jpg");	
	padding-bottom:6px;  /*  Set the bottom padding to 5px so it hides the BG line and "bleeds" into the bottom  */
	color:#000;  /*  Text color  */
}
#verticalnav a:hover {
	color:#000;
}
/*  verticalnav END  */

#reprint {
	position: fixed;
	left: 30px;
	top: 260px;
	width: 220px;
	font-size: 11px;
	text-align: center;
}
