
.arrowgreen{
	width: 150px; /*width of menu*/
	border-style: solid solid solid solid;
	border-color: #AAAAAA;
	border-size: 1px;
	border-width: 1px;
}

.arrowgreen ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.arrowgreen li a{
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(arrowblue.gif) 100% 0;
  	height: 20px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}	
	
.arrowgreen li a:link, .arrowgreen li a:visited {
	color: black;
}

.arrowgreen li a:hover{
	color: navy;
	background-position: 100% -32px;
}

	
.arrowgreen li a.selected{
	color: black;
	background-position: 100% -64px;
}

/* MENU */

#chromemenu{
width: 950px;
font-weight: bold;
font-size: 90%;
font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
border: 1px solid #BBB;
width: 100%;
background: url(chromebg.gif) center center repeat-x;
padding: 5px 0;
margin: 0;
text-align: center; /*set value to "right" for example to align menu to the left of page*/
}

#chromemenu ul li{
display: inline;
}

#chromemenu ul li a{
color: #494949;
padding: 5px;
padding-left: 10px;
padding-right: 10px;
margin: 0px;
text-decoration: none;
border-right: 1px solid #DADADA;
}

#chromemenu ul li a:hover{
background: url(chromebg2.gif) center center repeat-x;
}

