


/* Menu CSS */ 

#menu139id21, #menu139id21 > ul{
	
	background: url(images/menu-bg.png) repeat;
	margin: 0;
	padding: 0;
	
	
}

#menu139id21:before, #menu139id21:after, #menu139id21 > ul:before, #menu139id21 > ul:after {


	display: table;
	
}


#menu139id21:after, #menu139id21 > ul:after {

	clear: both;
	
}

#menu139id21 {

	zoom:1;
	
}

#menu139id21 > ul{
	
	background: url(images/menu-bg.png) repeat;
	margin: 0;
	padding: 0;
	position: relative;
	
}

#menu139id21 > ul li{
	
	margin: 00;
	padding: 0;
	list-style: none;
	
}

#menu139id21 > ul > li{

	float: left;
	position: relative;
	
}

#menu139id21 > ul > li > a{

	padding: 23px 26px;
	display: block;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 0 -1px 0 #c28130;
	text-shadow: 0 -1px 0 rgba(151, 99, 33, .43);
	line-height: 18px;
	
}


#menu139id21 > ul > li:hover > a{

	background: url(images/hover.png) repeat;
	
}

#menu139id21 > ul > li > a > span{

	line-height: 18px;
	
}

#menu139id21 > ul > li.active > a, #menu139id21 > ul > li > a:active{
	
	background: url(images/highlight-bg.png) repeat;
	
}



/* Childs */

#menu139id21 > ul ul{

	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 120px;
	background: url(images/hover.png) repeat;
	margin: 0;
	padding: 0;
	z-index: -1;

	
}

#menu139id21 > ul li:hover ul{
	opacity: 1;
	visibility: visible;
	margin: 0;
	color: #000;
	z-index: 2;
	top:64px;

	
}

#menu139id21 > ul ul:before{

	content: "";
	position: absolute;
	top: -10px;
	width: 100%;
	height: 20px;
	background: transparent;
	
}


#menu139id21 > ul ul li{

	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	
}

#menu139id21 > ul ul li a{

	padding: 18px 26px;
	display: block;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	width: 250px;
	border-left: 4px solid transparent;

	text-shadow: 0 -1px 0 #c28130;
	text-shadow: 0 -1px 0 rgba(151, 99, 33, .43);

}

#menu139id21 > ul ul li a:hover{

	border-left: 4px solid #055988;
	background: url(images/highlight-bg.png) repeat;

}

#menu139id21 > ul ul li a:active{

	background: url(images/menu-bg.png) repeat;

}