﻿.left {float: left;}
.right {float: right;}
.clear {clear: both;}
.flip {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

/*NAVIGATION*/

.menuborder
{
    background:#56192D;
    border-top:3px solid #271441;
}
.menuContainer
{
    width:100%; height:33px;
    position:relative;
}
.menu {
	width: 1002px; height: 33px;
	background: #56192D;
	margin:0 auto;
}
.menu ul {
	width: 936px; height: 27px; /* 38px; */
	padding: 5px 0 0 0; margin: 0 auto;
	z-index: 500;
	text-align: center;
	position:relative;
    z-index:99999;
	background:url(images/nav_bg.png) repeat-x center center;
}
.menu li {
	display: inline-block;
	margin: 0;
	position: relative;
	line-height:25px;
	padding: 0px 40px;
	background:url(images/sep.png) no-repeat right bottom;
	float:left; height:25px;
}
.menu li a
{
	font:normal 14px UtahRegular !important;
	color: #FFF !important;
	display:block;
	/*position:relative; z-index:0;*/
    height:25px; width: auto;
    line-height:25px !important;
    margin-top:0px;
}
.menu li a:hover
{
    color:Yellow !important;
}
.menu ul ul {
	top: 10px;
	left: 0px;
	display: none;
	position: absolute;
	width: 142px; height:auto;
	margin: 0 0 0 0px;
	z-index: 800;
	text-align: left;
	padding:20px 0 0 0;
	background:url(images/menu_arrow.png) no-repeat 110px top;

}
.menu ul li:hover ul li
{
	width: 142px; height:28px;
	line-height:20px;
	padding:0px 0 8px 0px; margin:0px !important;
	background:#633d65;
}
.menu ul li:hover ul li a
{
	line-height:25px;
	font:normal 13px UtahRegular;
	color:#FFF;
	display:block;
	height:28px;
	padding:4px 0 8px 10px; margin:0px !important;
}
.menu ul li ul li:hover a
{
	font:normal 13px UtahRegular;
	color:White !important;
	line-height:25px;
	height:25px;
	display:block;
	padding:4px 0 8px 10px; margin:0px !important;
	background:#48214A;
}
.menu ul ul ul {
	top: 0;
	left: 0px;
	display: none;
	margin: 0;
	padding: 0;
	width: 157px;
	z-index: 850;
}
.menu ul ul ul li {
	width: 142px;
}
.menu ul li:last-child
{
	border:0px;
	background:none;
}
.menu ul li.last
{
	border:0px;
	background:none;
}
