/* HORIZONTAL MENU */
.HorizontalMenu {
	text-transform: uppercase;
	font-weight:bold;
	height:18px;
	line-height:17px;
	padding:0px 15px;
	font-size:9px;
	letter-spacing:0px;

}

.HorizontalMenu A:Link,
.HorizontalMenu A:Visited {
	color:#88CFE2;
	text-decoration: none;
}
	
.HorizontalMenu A:Hover {
	color:#FFFFFF;
}

.HorizontalMenuLevel1WithChildrenCurrentPage,
.HorizontalMenuLevel2,
.HorizontalMenuLevel2WithChildren   {
	padding: 0px 15px 0px 8px ;
	float:left;
	background-image:url(/custom/templates/page/EKhome/images/menu_bullet.gif);
	background-repeat:no-repeat;
	background-position:center left;
}

/* VERTICAL MENU */

.VerticalExpandMenu {
	width: 170px;
	color: White;
	padding: 0px;
	font-size : 10px;
	background-color:#007AAC;
	text-align:center;
}


.VerticalExpandMenuLevel1WithChildren A:Link,
.VerticalExpandMenuLevel1WithChildren A:Visited,
.VerticalExpandMenuLevel2 A:Link,
.VerticalExpandMenuLevel2 A:Visited {
	display:block;
	color : #FFFFFF;
	text-decoration : none;
	font-weight:bold;
	background-image:url(/custom/templates/page/EKinner/images/menu_bg.gif);
	background-repeat:repeat-x;
	background-position: left;
	padding: 5px 10px 5px 10px;
	text-transform: uppercase;
}

.VerticalExpandMenuLevel1WithChildren A:Hover,
.VerticalExpandMenuLevel2 A:Hover {
	color : #FFFFFF;
	text-decoration : none;
	background-color: #004B6D;
	background-image:none;

}




.VerticalExpandMenuLevel2CurrentPage A:Link,
.VerticalExpandMenuLevel2CurrentPage A:Visited,
.VerticalExpandMenuLevel2WithChildren A:Link,
.VerticalExpandMenuLevel2WithChildren A:Visited,
.VerticalExpandMenuLevel2WithChildrenCurrentPage A:Link,
.VerticalExpandMenuLevel2WithChildrenCurrentPage A:Visited {
	display:block;
	color : #FFFFFF;
	text-decoration : none;
	font-weight:bold;
	background-color: #004E91;
	padding: 5px 10px 5px 10px;
	text-transform: uppercase;
}


.VerticalExpandMenuLevel2CurrentPage A:Hover,
.VerticalExpandMenuLevel2WithChildren A:Hover,
.VerticalExpandMenuLevel2WithChildrenCurrentPage A:Hover {
	color : #FFFFFF;
	text-decoration : none;
	background-color: #004E91;
}






.VerticalExpandMenuLevel3First A:Link,
.VerticalExpandMenuLevel3First A:Visited {
	display:block;
	color : #FFFFFF;
	text-decoration : none;
	font-weight:bold;
	background-color: #006492;
	padding: 5px 10px 5px 10px;
	background-image:url(/custom/templates/page/EKinner/images/menu_l3_top_bg.gif);
	background-repeat:repeat-x;
}

.VerticalExpandMenuLevel3CurrentPageFirst A:Link,
.VerticalExpandMenuLevel3CurrentPageFirst A:Visited {
	display:block;
	color : #FFFFFF;
	text-decoration : underline;
	font-weight:bold;
	background-color: #006492;
	padding: 5px 10px 5px 10px;
	background-image:url(/custom/templates/page/EKinner/images/menu_l3_top_bg.gif);
	background-repeat:repeat-x;
}




.VerticalExpandMenuLevel3 A:Link,
.VerticalExpandMenuLevel3 A:Visited {
	display:block;
	color : #FFFFFF;
	text-decoration : none;
	font-weight:bold;
	background-color: #006492;
	padding: 5px 10px 5px 10px;
}

.VerticalExpandMenuLevel3First A:Hover,
.VerticalExpandMenuLevel3 A:Hover {
	color : #FFFFFF;
	text-decoration : none;
	background-color: #004E91;
	background-image:none;
}





