#top_right_div{
	position: absolute;
	top: 0;
	right: 0;
	width: 530px;
	height: 130px;
	background-image: url(pics/top_header_right.jpg);
	font-family: Times New Roman;
}

.menu a{
   display: block;
   text-decoration: none;
   font-size: 12px;
   font-weight: bold;
   color: yellow;
   width: 120px;
   height: 22px;
   _height: 27px;
   float: left;
   display: inline;
   background-image: url(pics/menu_button.png);
   background-repeat: no-repeat;
   padding-top: 5px;
   text-align: center;
}

#submenu_left a {
	display: block;
	margin: 0 auto;
   text-decoration: none;
   font-size: 14px;
	font-family: times new roman;
   font-weight: normal;
   color: navy;
   width: 150px;
   height: 25px;
   _height: 33px;
   background-image: url(pics/submenu_button.jpg);
   background-repeat: no-repeat;
   padding-top: 8px;
   text-align: center;
}

#submenu_left a:hover{
	background-position: 0 -35px;
   color: black;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
}