/*                                                                          */
/* NOTICE:                                                                  */
/*    To support more than one-single FlexMenu server control per page     */
/*    the CSS files' name is used as a class and is prefixed to all of      */
/*    the selectors (without the path or extension).                        */
/*                                                                          */
/*    The server control will automatically wrap the entire FlexMenu        */
/*    within a div-tag, whose class-name will be derived from the filename. */
/*                                                                          */
/*    *** THESE MUST BE ENTIRELY IN LOWER CASE! ***                         */
/*    The server control will cast these filenames to lower before use!     */
/*                                                                          */
/*    Only the base ASCII character set is supported.                       */
/*                                                                          */
/*    Also, spaces and periods before the extension will be converted       */
/*    into underscores, as these are not permitted within the selector.     */
/*                                                                          */

.topnav .ekflexmenu 
{
	/*padding: 10px 10px 10px 10px;*/
	padding: 0px px 0px 0px;
	/* DIV; wraps the entire menu */
	/* (the outer-most non-user container element) */
	
    color: rgb(255, 255, 255);
    width: 1000px;
    font-size: 11px;
    font-family: Verdana, Arial, Sans-Serif;
    white-space: nowrap;
    width:100%;
}

.topnav A
{
	text-decoration: none;
	font-family:Arial;
	font-size:12px;
    }

.topnav .ekflexmenu_submenu,
.topnav .ekflexmenu_submenu_hover,
.topnav .ekflexmenu_submenu_parent,
.topnav .ekflexmenu_submenu_parent_hover
{
	top: 0px;
	left: 0px;
	height: auto;
}

.topnav UL
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-left:2px;
}

.topnav LI
{   
	
	float: left;
	display: inline;
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 142px;
	text-align:left;
	line-height:20px;
}

.topnav .ekflexmenu_submenu_items 
{
	height:auto;
	margin-left: 0px;
    background-color: #154460;
	z-index:100000;
    
}
.topnav .ekflexmenu_menu_level_0 .ekflexmenu_submenu_items
{
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	
}

.topnav .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items
{
	position: absolute;
	left: 0px;
	top: 100%;
	float: none;
	white-space:normal;
	padding: 5px 0px 5px 5px;

}

.topnav .ekflexmenu_menu_level_2 .ekflexmenu_submenu_items
{
	position: absolute;
	left: 100%;
	top: 0px;
	float: none;
	white-space:normal;
	margin-bottom:15px;
	padding: 5px 0px 5px 5px;
	

}

.topnav .ekflexmenu_menu_level_3 .ekflexmenu_submenu_items
{
	position: absolute;
	left: 100%;
	top: 0px;
	float: none;
	white-space:normal;
	margin-bottom:15px;
	padding: 5px 0px 5px 5px;
}

.topnav .ekflexmenu_menu_level_4 .ekflexmenu_submenu_items
{
	position: absolute;
	left: 100%;
	top: 0px;
	float: none;
	white-space:normal;
	margin-bottom:15px;
	padding: 5px 0px 5px 5px;
}

.topnav .ekflexmenu .ekflexmenu_submenu_items_hidden 
{
	display: none;
}

.topnav .ekflexmenu_button
,.topnav .ekflexmenu_button_selected
{
    display: block;
    padding: 0px 0px;
    font-weight: normal;
    color: #FFF;
    text-align:left;
    width: 100%;
    background:#154460;
}


.topnav .ekflexmenu_button_selected_hover
,.topnav .ekflexmenu_button_hover

{
    display: block;
    padding: 0px 0px;
    font-weight: normal;
    color: #FFF;
    text-align:left;
    width: 100%;
    background:#5d9732;
}


.topnav .item_7
{
    height:28px;    
    text-decoration:none;
}

.topnav .ekflexmenu_button.item_7
{
	background-image: url(../images/_topnav_aboutmilken.gif);
}

.topnav .ekflexmenu_button_hover.item_7
,.topnav .ekflexmenu_button_selected.item_7
,.topnav .ekflexmenu_button_selected_hover.item_7
{
	background-image: url(../images/_topnav_aboutmilken_active.gif);
 
}

.topnav .item_8
{
    height:28px;    
    text-decoration:none;
}

.topnav .ekflexmenu_button.item_8
{
    background-image: url(../images/_topnav_schoollife.gif);
}

.topnav .ekflexmenu_button_hover.item_8
,.topnav .ekflexmenu_button_selected.item_8
,.topnav .ekflexmenu_button_selected_hover.item_8
{
    background-image: url(../images/_topnav_schoollife_active.gif);
    
}

.topnav .item_9
{
    height:28px;    
    text-decoration:none;
}
.topnav .ekflexmenu_button.item_9
{
    background-image: url(../images/_topnav_admission.gif);
}

.topnav .ekflexmenu_button_hover.item_9
,.topnav .ekflexmenu_button_selected.item_9
,.topnav .ekflexmenu_button_selected_hover.item_9
{
    background-image: url(../images/_topnav_admission_active.gif);
}

.topnav .item_10
{
    height:28px;    
    text-decoration:none;
}
.topnav .ekflexmenu_button.item_10
{
    background-image: url(../images/_topnav_parents.gif);
}

.topnav .ekflexmenu_button_hover.item_10
,.topnav .ekflexmenu_button_selected.item_10
,.topnav .ekflexmenu_button_selected_hover.item_10
{
    background-image: url(../images/_topnav_parents_active.gif);
    
}

.topnav .item_11
{
    height:28px;    
    text-decoration:none;
}
.topnav .ekflexmenu_button.item_11
{
    background-image: url(../images/_topnav_news.gif);
}

.topnav .ekflexmenu_button_hover.item_11
,.topnav .ekflexmenu_button_selected.item_11
,.topnav .ekflexmenu_button_selected_hover.item_11
{
    background-image: url(../images/_topnav_news_active.gif);
}


.topnav .item_12
{
    height:28px;    
    text-decoration:none;
}
.topnav .ekflexmenu_button.item_12
{
    background-image: url(../images/_topnav_alumni.gif);
}

.topnav .ekflexmenu_button_hover.item_12
,.topnav .ekflexmenu_button_selected.item_12
,.topnav .ekflexmenu_button_selected_hover.item_12
{
    background-image: url(../images/_topnav_alumni_active.gif);
}

.topnav .item_13
{
    height:28px;    
    text-decoration:none;
}
.topnav .ekflexmenu_button.item_13
{
    background-image: url(../images/_topnav_milkenroar.gif);
    width:147px;
    
}

.topnav .ekflexmenu_button_hover.item_13
,.topnav .ekflexmenu_button_selected.item_13
,.topnav .ekflexmenu_button_selected_hover.item_13
{
    background-image: url(../images/_topnav_milkenroar_active.gif);
    width:147px;
}


.topnav img 
{
	border-width: 0px;
}

.topnav a.ekflexmenu_link, 
.topnav a.ekflexmenu_link:link, 
.topnav a.ekflexmenu_link:visited {
    padding: 05px 0px;
    text-indent: 10px;
    color: rgb(0, 0, 160);
    background: rgb(238, 238, 238);
    text-decoration: none;
    display: block;
    width: 100%;
    white-space: normal;
}
.topnav a.ekflexmenu_link:hover, 
.topnav a.ekflexmenu_link:active, 
.topnav a.ekflexmenu_link:focus  {
    padding: 0px 0px;
    text-indent: 10px;
    color: rgb(255, 255, 255);
    background : Red;
    text-decoration: none;
	display: block; 
	width: 100%;
    white-space: normal;
}

.topnav a.ekflexmenu_link_selected {
    padding: 0px 0px;
    text-indent: 10px;
	color: rgb(0, 89, 231);
    background-color:Red;
	display: block; 
	width: 100%;
    white-space: normal;
}
.topnav a.ekflexmenu_link_selected:hover {
    padding: 0px 0px;
    text-indent: 10px;
	color: rgb(198, 211, 255);
    background: Red;
	display: block; 
	width: 100%;
    white-space: normal;
}

li, div 	
	{
	margin:0in;
	margin-bottom:.0001pt;
}
