.menu {
	padding: 0;
	float: right;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: absolute;
	right: 0px;
	z-index: 100;
}
.menu li {
	float: left;
	position: relative;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	background-color: transparent;
}
.menu li a {
	color: #ffffff;
	display: block;
	font-size: 11pt;
	background-color: #369;
	margin-bottom: 20px;
	padding-top: 12px;
	padding-right: 25px;
	padding-bottom: 12px;
	padding-left: 25px;
	z-index: 122;
	height: 18px;
	line-height: 18px;
}
.menu li:hover > a {
	color: #369;
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #369;
	border-right-color: #369;
	border-left-color: #369;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	height: 40px;
}
/* drop down sub-menu */

.menu ul {
	display: none;
	margin: 0;
	padding: 0;
	width: 300px;
	position: absolute;
	top: 60px;
	right: 0px;
	font-size: 10pt;
	z-index: 10;
	background-color: #FFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #369;
	border-bottom-color: #369;
	border-left-color: #369;
}
.menu li ul .Line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #369;
	position: absolute;
	top: 0px;
	width: 160px;
	left: 0px;
}
.menu li:hover > ul {display: block;}
.menu ul li {
	display: block;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	height: 60px;
	padding-top: 15px;
	padding-bottom: 15px;
}

/* sub menu hover link */
.menu ul li:hover a, .menu li:hover li a {
	background: none;
	color: #999999;
	height: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.menu li ul li p {
	float: left;
	margin-right: 5px;
	margin-left: 5px;	
}


.menu li ul li .map {
	height: 60px;
	width: 60px;
	background-color: #CCC;
	overflow: hidden;
}


.menu li ul li .letter {
	width: 145px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.menu li ul li .letter span {
	float: left;
	width: 145px;
}
.menu li ul li .letter .Price {
	color: #C00;
}


.menu li ul li .close {
	width: 30px;
	text-align: center;
	line-height: 80px;
}
.menu li ul .Checkout {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 270px;
	height: auto;
}
.menu li ul .Checkout .Gold {
	float: left;
	width: 120px;
	font-size: 10pt;
	color: #999;
}
.menu li ul .Checkout .Gold p span {
	color: #F30;
}

.menu li ul .Checkout .Button a{
	line-height: 40px;
	background-color: #6CC;
	height: 40px;
	width: 110px;
	float: right;
	text-align: center;
	font-size: 10pt;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
.menu li ul .Checkout .Button a:hover{
	background-color: #339;	
}
