﻿.menu {
	width: 73px;
	height: 33px;
	padding-top: 15px;
	text-align: center;
	float: right;
}
.menu-liner {
	background-image: url('../images/menu-liner.gif');
	width: 2px;
	height: 33px;
	background-repeat: no-repeat;
	float: right;
	margin: 2px;
}
.menu-option {
	background-image: url('../images/menu-bg.png');
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-align:right;
	direction:rtl;

}
div.menu a {
	color: white;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
div.menu a:hover {
	color: #CC3300;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
}
.logo {
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
	background-position: center top;
	height: 116px;
	width: 967px;
}