/*********************************************************************/
/*    Shoeless Joe Jackson Virtual Hall of Fame style sheet for      */
/*    building button navigation for all secondary pages within the  */
/*    Virtual Hall of Fame.                                          */
/*********************************************************************/

#navbar {
 	position: absolute;
 	top: 94px;
 	left: 120px;
 	width: 827px;
 	height: 28px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	text-align: center; 
	z-index: 101;}

/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/

.qmmc .qmdivider{display:block;font-size:1px;border-width:0px;border-style:solid;position:relative;z-index:11;}.qmmc .qmdividery{float:left;width:0px;}.qmmc .qmtitle{display:block;cursor:default;white-space:nowrap;position:relative;z-index:11;}.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;float:none !important;}.qmmc {position:relative;z-index:20;}.qmmc a, .qmmc li {float:left;display:block;white-space:nowrap;position:relative;z-index:11;}.qmmc div a, .qmmc ul a, .qmmc ul li {float:none;}.qmsh div a {float:left;}.qmmc div{visibility:hidden;position:absolute;}.qmmc .qmcbox{cursor:default;display:block;position:relative;z-index:11;}.qmmc .qmcbox a{display:inline;}.qmmc .qmcbox div{float:none;position:static;visibility:inherit;left:auto;}.qmmc li {z-index:auto;}.qmmc ul {left:-10000px;position:absolute;z-index:20;}.qmmc, .qmmc ul {list-style:none;padding:0px;margin:0px;}.qmmc li a {float:none;}.qmmc li:hover>ul{left:auto;}#qm0 ul {top:100%;}#qm0 ul li:hover>ul{top:0px;left:100%;}

/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/

	/* QuickMenu 0 */

	/*"""""""" (MAIN) Container""""""""*/	
	#qm0	
	{	
		margin:0px;
		border: none;
	}

	/*"""""""" (MAIN) Items""""""""*/	

	#qm0 a	
	{	
		width:101px;
		padding:4px 8px 4px 8px;
		color:#FFFFFF;
		font-family:Verdana;
		font-size:12px;
		text-decoration:none;
		font-weight:bold;
		text-align:center;
		line-height:17px;
		border-width:1px 0px 1px 1px;
		border-style:solid;
		border-color:#FF0000;
	}

	#qm0 a.sp {
		width:99px;
		padding:4px 8px 4px 8px;
	}

	#qm0 a.lastSp {
		width:113px;
	}

	/*"""""""" (MAIN) Hover State""""""""*/	

	#qm0 a:hover	
	{
		color:#ffffff;
		background-image: url(http://www.blackbetsy.com/imagefarm/buttons/vhofSquareButton.png);
		background-repeat: repeat-x;
		background-position: 0 -35px;
		border-top: none;
	}

	/*"""""""" (MAIN) Hover State - (duplicated for pure CSS)""""""""*/	

	#qm0 li:hover>a	
	{
		color:#ffffff;
		background-image: url(http://www.blackbetsy.com/imagefarm/buttons/vhofSquareButton.png);
		background-repeat: repeat-x;
		background-position: 0 -35px;
		border-top: none;
	}

	/*"""""""" (MAIN) Active State""""""""*/	

	body #qm0 .qmactive, body #qm0 .qmactive:hover	
	{	
		color:#ffffff;
		background: url(http://www.blackbetsy.com/imagefarm/buttons/vhofSquareButton.png) repeat-x 0 -35px;
		border-top: none;
	}

	/*"""""""" (MAIN) Parent Items""""""""*/	

	#qm0 .qmparent	
	{	
		background: url(http://www.blackbetsy.com/imagefarm/buttons/vhofSquareButton.png) repeat-x 0 0;
		border-top: none;
	}

	#qm0 .qmparentgames
	{	
		background: url(http://www.blackbetsy.com/imagefarm/buttons/vhofRoundedButton.png) repeat-x 0 0;
		border-top: none; border-right: none; border-left: none;
	}

	/*"""""""" (MAIN) Parent Hover State""""""""*/	

	#qm0 .qmparent:hover	
	{	
		font-weight: bold;
		background: url(http://www.blackbetsy.com/imagefarm/buttons/vhofSquareButton.png) repeat-x 0 -35px;
		border-top: none;
	}

	#qm0 .qmparentgames:hover
	{	
		background: url(http://www.blackbetsy.com/imagefarm/buttons/vhofRoundedButton.png) repeat-x 0 -35px;
		border-top: none; border-right: none; border-left: none;
	}

	#qm0 li:hover>a.qmparentgames	
	{
		background: url(http://www.blackbetsy.com/imagefarm/buttons/vhofRoundedButton.png) repeat-x 0 -35px;
		border-top: none; border-right: none; border-left: none;
	}

	/*"""""""" (SUB) Container""""""""*/	

	#qm0 div, #qm0 ul	
	{	
		width:auto;
		padding:5px;
		margin:0px;
		background-color:#babab9;
	/*	filter:alpha(opacity=95);  */
		opacity: 0.95;     
		background-image:none;
		border-width:1px;
		border-style:solid;
		border-color:#084693;
	}

	/*"""""""" (SUB) Items""""""""*/	

	#qm0 div a, #qm0 ul a	
	{	
		width:auto;
		padding:3px 13px 5px 5px;
		color:#213f7d;
		font-size:11px;
		text-align:left;
		border-width:0 0 1px 0;
		border-color:#50504f;
	}

	#qm0 .qm0last a
	{	
		border: none;
		padding: 3px 13px 0 5px;
	}

	/*"""""""" (SUB) Hover State""""""""*/	

	#qm0 div a:hover	
	{	
		background-image:none;
		color:#ff0000;
		border-color:#50504f;
	}

	/*"""""""" (SUB) Hover State - (duplicated for pure CSS)""""""""*/	

	#qm0 ul li:hover>a	
	{	
		background-image:none;
		color:#ff0000;
		border-color:#50504f;
	}

	/*"""""""" (SUB) Parent Items""""""""*/	

	#qm0 div .qmparent, #qm0 ul .qmparent	
	{	
		font-weight:bold;
	}

	/*"""""""" (SUB) Parent Hover State""""""""*/	

	#qm0 div .qmparent:hover	
	{	
		font-weight:bold;
		border-width:0px;
	}

	/*"""""""" (SUB) Active State""""""""*/	

	body #qm0 div .qmactive, body #qm0 div .qmactive:hover	
	{	
		font-weight:bold;
		border-color:#FF0000;
	}

	/*"""""""" Individual Titles""""""""*/	

	#qm0 .qmtitle	
	{	
		margin:2px 5px 5px;
		color:#222222;
		font-family:Arial;
		font-size:11px;
		font-weight:bold;
	}

	/*"""""""" Individual Horizontal Dividers""""""""*/	

	#qm0 .qmdividerx	
	{	
		border-top-width:1px;
		margin:4px 5px;
		border-color:#999999;
	}

	/*"""""""" Content Box""""""""*/	

	#qm0 .qmcbox	
	{	
		color:#004400;
		font-family:Arial;
		font-size:11px;
		text-align:left;
		border-width:1px;
		border-color:#FF0000;
	}