@charset "UTF-8";
/* CSS Document */

.arrowlistmenu{
	width: 165px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	margin-bottom: -2px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
}


.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	padding: 0px;
	margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.arrowlistmenu ul li{
padding-bottom: 2px;/*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
	display: block;
	padding-left: 10px; /*link text is indented 19px*/
	text-decoration: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.arrowlistmenu ul li a:visited{
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #999;
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.navContain {
	background-image: url(images/broadback.jpg);
	background-repeat: no-repeat;
}

.navContainShort {
	background-image:url(images/broadbackShort2.jpg);
	background-repeat:no-repeat;
	
}

.mikestop {font-family: arial;
font-weight: bold;
width: 148;
height: 15px;
cursor: pointer;
}
.specialBox {
	width: 150px;
	margin-left: 6px;
	text-align: center;
}