.left-menu-blue-bottom {
  background-image: url(../images/menu/menu-bottom_blue.jpg);
	background-repeat: no-repeat;
	height: 6px;
}

.menu_title {
 background-image: url(../images/menu/menu-top_blue.jpg); 
 background-repeat: no-repeat;
 height: 16px;
 color: #FFFFFF;
 font-weight: bold;
 font-size: 11px;
 padding-left: 8px;
 padding-top: 2px;
}

.leftmenu {
  width: 150px;
  vertical-align: top;
	background-image: url(../images/menu/left-menu-spacer_blue.jpg);
	background-repeat: repeat-y;
}

a.menubutton:link {
	background-image: url(../images/menu/vn_blue.jpg);
	text-decoration: underline;
	font-size: 10px;
	}
	 
a.menubutton:active {
	background-image: url(../images/menu/vn_blue.jpg);
	text-decoration: underline;
	font-size: 10px;
	}
	 
a.menubutton:visited {
	background-image: url(../images/menu/vn_blue.jpg);
	text-decoration: underline;
	font-size: 10px;
	}
	 
a.menubutton:hover {
	background-image: url(../images/menu/vnh_blue.jpg);
	text-decoration: underline;
	font-size: 10px;
	}  

		

#button {
  font-size: 11px;
	width: 147px;
	padding: 0 0 0 0;
	/* Space between the menu title and menu links*/ 
	margin: 0em 0 0em 0;
	font-family: Arial, sans-serif;
	background-image: url(../images/menu/menu-spacer_blue.jpg);
	background-repeat: repeat-y;
	text-align:left;
	}

	#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
	/* for color in between menu choices */		
	#button li {
		
		margin: 0;
		list-style: none;
		list-style-image: none;
		}

	

	#button li a {
		
		padding: 1px 0.5em 1px 3px;
		margin-left: 0px ;
		background-image: url(../images/menu/vn_blue.jpg);
		background-position: right;
		background-repeat: no-repeat;
		color: #fff;
		text-decoration: none;
		font-weight: bold;
		width: 144px;
		text-align:right;
		height: 17px;
		}
		

	html>body #button li a {
		width: auto;
		}
		
   li.lispacer {
			padding: 0;
			margin: 0;
			background-image: url(../images/menu/menu-button-spacer_blue.jpg);
			height: 1px;
		  background-position: right;
		  background-repeat: no-repeat;

			font-size: 1px;
		  list-style: none;
		  list-style-image: none;	
		}
		
	#button li a:hover {
		padding-left: 5px ;
		background-image: url(../images/menu/vnh_blue.jpg);
		background-position: right;
		background-repeat: no-repeat;	
		color: #fff;
		}
		
		

