/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.arrowblue{
	width: 246; /*width of menu*/
}

.arrowblue ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.arrowblue li a{
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(../images/arrowblue.gif) 100% 0;
  	height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 30px;
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
	border-bottom: 2px solid white;
}	
	
.arrowblue li a:link, .arrowblue li a:visited {
	color: #ffffff;
}

.arrowblue li a:hover{
	color: #ffffff;
	background-position: 100% -32px;
	background: transparent url(../images/arrowblue_select.gif) 100% 0;
}

.arrowblue li a.selected{
	color: #ffffff;
	background-position: 100% -64px;
}


