/*------------[ MENU ]-------------*/

.menuContainer{
	background: url(../imgs/menu_bg_black.png) 0 1px  no-repeat;
}
.menu{
	position: absolute;
	text-align: left;
	font-size: 12pt;
	font-weight: bold;
 	text-transform: capitalize;
	color: white;
	width: 600px;	
	height: 158px;
	margin-top: -1px;
	margin-left: 0;
	padding-left: 3px;
	z-index: 90;
}


.menu ul
{
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
	float: left;
	height: 158px;
	position: absolute;
}

.menu ul li{
	position: relative;
	float: left;
	margin: 0;
	min-width:87px;
	border-top: 1px solid transparent;
	height: 159px;
	display: block;
}

.menu ul li a,
.menu ul li a:link,
.menu ul li a:visited,
.menu ul li a:active
{
	text-decoration: none;
	color: #e4e4e4;
	display: block;
	line-height: 34px;
	padding: 6px 13px 0 13px;
	height: 35px;
	background: transparent no-repeat;
	background-position: center top;
	outline: none;
}

.light{
	z-index: 1;
	border: 0;
	width: 87px;
	height: 158px;
	position: absolute;
	/*display: none;*/
}

.menu ul li a:hover{
	color: #FFCA22;
	height: 158px;
}



/*------------[ PROD MENU ]-------------*/
.prodMenuOver{
	position: absolute;
	margin-left: 170px;
	margin-top: -205px;
	z-index: 10;
}
.prodMenu{
	display: block;
	margin-top: 100px;
	width: 175px;
	z-index: 5;
	display: table;
	text-transform:lowercase;
}
.prodMenu ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	height: 100%;
	overflow-y: hidden;
}

.prodMenu ul li
{
	position: relative;
	margin: 0;
	overflow: hidden;
	height: 35px;
	display: block;
}

.prodMenu ul li a,
.prodMenu ul li a:hover{
	height: 35px;
	line-height: 35px;
	padding: 2px 10px 0 22px;
	display:block;
	font-size: 9pt;
	text-decoration: none;
	color: white;
	font-weight: bold;
	float: right;
	overflow: hidden;
	background: url(../imgs/prodmenu.png) no-repeat;
	background-position:  left top;
	outline: none;
}

.prodMenu ul li a:hover{
	background-position:  left -36px;
}

/*------------[ PROD MENU ]-------------*/
.userMenu{
	height: 45px;
	display: block;
	text-transform:lowercase;
	text-decoration: none;
	color: #c4c4c4;
}
.userMenu ul{
	margin: 0;
	padding: 2px 4px 0 4px;
	list-style: none;
}
.userMenu ul li a{
	text-decoration: none;
	margin: 0;
	padding: 0 2px 0 2px;
	color: #c4c4c4;
	line-height: 10pt;
	display: block;
}

.userMenu ul li a:hover{
	background: #FC6500;
	color: black;
}
/*-----------------------------[ Language Table ]*/
.langMenu{
	float: right;
	padding-top: 15px;
}

.langMenu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.langMenu li{
	width: 20px;
}
.langMenu ul li a{
	text-decoration: none;
	margin: 0;
	padding: 0 2px 0 2px;
	color: #c4c4c4;
	line-height: 10pt;
	display: block;
	outline: none;
}
.langMenu ul li a:hover{
	background: #FC6500;
	color: black;
}
