
/* ++++ Sidebar menu items ++++ */

/* these styles are duplicated from style.css so that it
 * will appear the same as the main page when
 * included from vb */
#menutable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.1;
	background-color: #000000;
}

#menutable a {
	color: #ffffff;
	text-decoration: none;
}

#menutable a:hover {
	text-decoration: underline;
}

#menutable a.stealthlink {
	color: #8a8a8a;
	text-decoration: none;
}
#menutable a.stealthlink:hover {
	color: #8a8a8a;
	text-decoration: none;
}

#menutable table, #menutable tr, #menutable td {
	text-align: left;
	color: #888888;
	font-size: 11px;
	line-height: 1.2;
}

#menutable hr {
	width: 99%;
	height: 1px;
	border: 0px solid black;
	border-top: 1px dotted #444444;
	margin: 2px;
	padding: 0px;
}

#menutable h1 {
	color: #FFFFFF;
	font-size: 18px;
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
}

#menutable h4 {
	color: #FFFFFF;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
}

/* end of duplicated styles */

#menuframe {
	color: #FFFFFF;
	font-size: 12px;
	text-align: right;
}

.menutext {
	position: relative;
	top: 3px;
	right: 5px;
}

#menu1 {
	height: 24px;
	width: 300px;
	background: url(http://www.badbeats.com/images/layout/menu/1-off.jpg) no-repeat;
}
#menu1:hover {
	background: url(http://www.badbeats.com/images/layout/menu/1-on.jpg) no-repeat;
}
#menu1_on {
	height: 24px;
	width: 300px;
	background: url(http://www.badbeats.com/images/layout/menu/1-active.jpg) no-repeat;
	font-weight: bold;
}
#menu1_on:hover {
	background: url(http://www.badbeats.com/images/layout/menu/1-on.jpg) no-repeat;
}
#menu2 {
	height: 24px;
	width: 300px;
	background: url(http://www.badbeats.com/images/layout/menu/2-off.jpg) no-repeat;
}
#menu2:hover {
	background: url(http://www.badbeats.com/images/layout/menu/2-on.jpg) no-repeat;
}
#menu2_on {
	height: 24px;
	width: 300px;
	background: url(http://www.badbeats.com/images/layout/menu/2-active.jpg) no-repeat;
	font-weight: bold;
}
#menu2_on:hover {
	background: url(http://www.badbeats.com/images/layout/menu/2-on.jpg) no-repeat;
}
#menu3 {
	height: 24px;
	width: 300px;
	background: url(http://www.badbeats.com/images/layout/menu/3-off.jpg) no-repeat;
}
#menu3:hover {
	background: url(http://www.badbeats.com/images/layout/menu/3-on.jpg) no-repeat;
}
#menu3_on {
	height: 24px;
	width: 300px;
	background: url(http://www.badbeats.com/images/layout/menu/3-active.jpg) no-repeat;
	font-weight: bold;
}
#menu3_on:hover {
	background: url(http://www.badbeats.com/images/layout/menu/3-on.jpg) no-repeat;
}
#menu4 {
	height: 24px;
	width: 300px;
	background: url(http://www.badbeats.com/images/layout/menu/4-off.jpg) no-repeat;
}
#menu4:hover {
	background: url(http://www.badbeats.com/images/layout/menu/4-on.jpg) no-repeat;
}
#menu4_on {
	height: 24px;
	width: 300px;
	background: url(http://www.badbeats.com/images/layout/menu/4-active.jpg) no-repeat;
	font-weight: bold;
}
#menu4_on:hover {
	background: url(http://www.badbeats.com/images/layout/menu/4-on.jpg) no-repeat;
}
#menu5 {
	height: 24px;
	width: 300px;
	background: url(http://www.badbeats.com/images/layout/menu/5-off.jpg) no-repeat;
}
#menu5:hover {
	background: url(http://www.badbeats.com/images/layout/menu/5-on.jpg) no-repeat;
}
#menu5_on {
	height: 24px;
	width: 300px;
	background: url(http://www.badbeats.com/images/layout/menu/5-active.jpg) no-repeat;
	font-weight: bold;
}
#menu5_on:hover {
	background: url(http://www.badbeats.com/images/layout/menu/5-on.jpg) no-repeat;
}
#menu6 {
	height: 24px;
	width: 300px;
	background: url(http://www.badbeats.com/images/layout/menu/6-off.jpg) no-repeat;
}
#menu6:hover {
	background: url(http://www.badbeats.com/images/layout/menu/6-on.jpg) no-repeat;
}
#menu6_on {
	height: 24px;
	width: 300px;
	background: url(http://www.badbeats.com/images/layout/menu/6-active.jpg) no-repeat;
	font-weight: bold;
}
#menu6_on:hover {
	background: url(http://www.badbeats.com/images/layout/menu/6-on.jpg) no-repeat;
}
