div.menu{
	width:636px;
	height:18px;
	margin-right:10px;
	margin-top:1px;
	float:left;
	text-align:right;
}

div.menu a{
	color:#E4E2E3;
	font-family: Tahoma;
	font-weight: bold;
	text-transform:uppercase;
	text-decoration:none;
}
div.menu a:hover{
	color:#7C7C7C;
	font-size:9px;
	text-decoration:none;
}
div.menu a span{
	cursor:hand;
	height:17px;
	font-size:9px;
	letter-spacing:-0.3px;
	padding:2px 0px 2px 20px;
	margin-right:1px;
}
div.menu a:hover span{
	cursor:hand;
	height:17px;
	font-size:9px;
	letter-spacing:-0.3px;
	padding:2px 0px 2px 20px;
	margin-right:1px;
	background:url(../images/menu-button-1.gif);
	background-repeat:no-repeat;
}
div.menu  a:hover span.other{
	background:url(../images/menu-button-2.gif);
	background-repeat:no-repeat;
}

div.popup_menu{
	width:145px;
	height:50px;
	line-height:15px;
	padding:2px;
	background-color:#A5AAB1;
}

div.popup_menu a{
	color:#E4E2E3;
	font-family: Tahoma;
	font-weight: bold;
	text-transform:uppercase;
	text-decoration:none;
}

div.popup_menu a:hover{
	color:#7C7C7C;
	font-size:9px;
	text-decoration:none;
}

div.popup_menu a span{
	cursor:hand;
	height:20px;
	font-size: 9px;
	padding:2px 0px 2px 20px;
	margin-right:1px;
	background-color: #A5AAB0;
}

div.popup_menu a:hover span{
	cursor:hand;
	height:20px;
	font-size:9px;
	padding:2px 0px 2px 20px;
	margin-right:1px;
	background-color: #E4E2E3;
	background:url(../images/menu-button-1.gif);
	background-repeat:no-repeat;
}
