/* CSS Document */
<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.arrowlistmenu{
width: 150px; /*width of menu*/
}

.arrowlistmenu .headerbar{
	color: white;
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	/*text-transform: uppercase; /*header text is indented 10px*/
	font-size: 15px;
	padding-right: 0;
	padding-left: 10px;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height:23px !important;

	*height:27px;
	padding-top:4px;
	background-color: black;
	background-image: url(titlebar.png);
	background-repeat: repeat-x;
	background-position: left center;
}
.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 1px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
	padding-bottom: 1px; /*bottom spacing between menu items*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #555555;
	text-align: center;
	padding-top: 2px;
	margin-left: 0px;
}

.arrowlistmenu ul li a{
	color: #006666; /*custom bullet list image*/
	display: block;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	border-bottom: 1px solid #dadada;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	background-image: url(arrowbullet.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 3px;
}

.arrowlistmenu ul li a:visited{
	color: #006666;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	background-image: url(arrowbullet_w.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	color: #FFFFFF;
	background-color: #999999;
}

.prodSelect{ /*hover state CSS*/
	background-image: url(../../images/menuimages/arrowbullet_w.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	color: #FFFFFF;
	background-color: #999999;
	cursor:default;
}



</style>

