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

#menu {
	position: absolute;
	height: 180px;
	width: 180px;
	left: 756px;
	top: 72px;
	z-index: 1;
}
#menu li {
	background-image: url(../images/bt_menu.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 174px;
	font-size: 11px;
	font-weight: bolder;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: none;
	text-indent: 20px;
	line-height: 28px;
}

#menu li a{
	height: 28px;
	width: 160px;
	display: block;
	color: #003366;
	text-decoration: none;
}
#menu li:hover {
	background-image: url(../images/bt_menu_hover.png);	
}
#menu li a:hover{
	color: #003333;	
}

#menu  #bt_contact   {
	background-image: url(../images/bt_contact.png);
	position: absolute;
	height: 29px;
	width: 92px;
	left: -162px;
	top: 3px;
}
#menu #bt_contact span {
	display: none;
}

