.menuWrapper {
	height: 150px;
}

.active {
	color:Maroon;
}

.mainName {
	/* display:inline; */
	padding: 35 10 10 20;
	overflow: auto;
	display:inline-block;
	vertical-align:middle;
	margin-right:40px;
}

@font-face {
    font-family: Myriad;
    src: url('/fonts/MyriadPro-Regular.otf');
}

@font-face {
	font-family: Leela;
	src: url('/fonts/LEELAWAD.TTF')
}

.menuDiv {
	/* display:inline; */
	padding: 20 5 10 5;
	overflow: auto;
	display:inline-block;
	vertical-align:top;
	font-family: AnaFont;

}


.menuDiv ul {
	list-style-type:none;
	font-size: 18px;
}
.menuDiv ul li {
	margin-top: 2px;
}

.menuDiv a {
	text-decoration:none;
	/*color: gray;*/
	/* color: #000099; */
	/* color: #65bbcc; */
	
}	

.menuDiv a>img {
	padding-top: 10px;
}

.menuDiv a:hover{
	color: #990000;
}

.menuDiv span {
	font-weight:bold;
}

/* .firstRow {
	margin-top: 13px;
} */

.firstRowDot {
	/* margin-top: 8px; */
	margin-top: 24px;
} 

.secondRow {
	/* margin-top: 33px; */

}

.firstRow {
	margin-top: 24px;
}

.secondRowDot {
	/* margin-top: 42px; */
	/* margin-top: 5px; */
}

.secondRow2 {
	/* margin-top: 66px; */
	margin-top: 23px;
}

.secondRowDot2 {
	/* margin-top: 75px; */
	margin-top: 23px;
}

.secondRow2Dot {
	/* margin-top: 75px; */
	margin-top: 23px;
}

/*language selection style */
#lngSelection 
{
    position: static;
    padding-top: 10px;
	float:right;
	/*top: 10;
    right: 10; */
	/*background-image: url('../images/lngBg1');*/
	
	
}

#lngSelection a 
{
	text-decoration:none;
	color: white;
	font-weight: bold;
	width:  25px; /*30px /*40 */
	height:  45px; /* 60px /*80 */
	background-image: url('../images/lngBgCrcl20.png');
	background-repeat: no-repeat;
	display:inline-block;
	text-align: center;
	padding-top: 4px; /*6px; /*10 */
	font-family: AnaFont;
	font-size:14px;
	margin-left:-1px;
	
	
}

#lngSelection a:hover{
	color: maroon;
}
