@charset "utf-8";
/* CSS Document */

/* Arrowunderline_link CSS  */

ul.arrowunderline{
list-style-type:none;
margin:0;
padding: 0 0 20px 50px;
text-align:center; /* enter "left", "right", or "center" to orient the menu accordingly */
font: bold 18pt Century Gothic;
}

ul.arrowunderline li{
display:inline;
margin-right:70px; /* spacing between each menu item */
}

ul.arrowunderline li a{
position:relative;
color:white;
padding-bottom:6px; /*spacing between each menu item and arrow underline beneath it */
text-decoration:none;

}

ul.arrowunderline li a:hover{
border-bottom:1px dashed #fffd30; /* style of arrow underline */
}

ul.arrowunderline li.current{
	position:relative;
	border-bottom:1px dashed #fffd30;
	padding-bottom:6px;
}
