/*                                                                          */
/* 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%;
    font-weight:normal;
}

.topnav A
{
	text-decoration: none;
	font-family:Arial;
	font-size:11px;
    }

.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
{   
	display: block;
	margin: 0px;
	padding: 0px;
	width: auto;
	text-align:left;
	line-height:17px;
	/*border-bottom:#ccc 1px solid;*/
}

.topnav .ekflexmenu_submenu_items 
{
	height:auto;
	margin-left: 0px;
    background-color:#F0F0F0;
	z-index:100000;
}
.topnav .ekflexmenu_menu_level_0 .ekflexmenu_submenu_items
{
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
}

.topnav .ekflexmenu_menu_level_0 .ekflexmenu_submenu_items li
{
	float:left;
	display:block;
	position: relative;
}

.topnav .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items
{
	position: absolute;
	left: 0px;
	top: 100%;
	float: left;
	padding: 0px;
	width:150px;
	display:block;  
	border-right: #666 solid 1px;
	border-bottom: #666 solid 1px;
	border-left:#666 solid 1px;
	border-top:#666 solid 1px;
}

.topnav .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items li
{
	width:140px;
}

.topnav .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items li a
{
	padding:2px 5px 3px 5px;
}

.topnav .ekflexmenu_menu_level_2 .ekflexmenu_submenu_items
{
	position: absolute;
	left: 150px;
	top: 0px;
	float: none;
	white-space:normal;
	margin-bottom:15px;
	padding: 0;
	width:150px;
}

.topnav .ekflexmenu_menu_level_2 .ekflexmenu_submenu_items li
{
	width:140px;
}

.topnav .ekflexmenu_menu_level_2 .ekflexmenu_submenu_items li a
{
	padding:2px 5px 3px 5px;
}

.topnav .ekflexmenu_menu_level_3 .ekflexmenu_submenu_items
{
	position: absolute;
	left: 100%;
	top: 0px;
	float: none;
	white-space:normal;
	margin-bottom:15px;
	padding: 0px;
	min-width:140px;
	z-index:500;
}

.topnav .ekflexmenu_menu_level_3 .ekflexmenu_submenu_items li
{
	width:140px;
}

.topnav .ekflexmenu_menu_level_3 .ekflexmenu_submenu_items li a
{
	padding:2px 5px 3px 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
,.topnav .ekflexmenu_link
,.topnav .ekflexmenu_link_selected
{
    display: block;
    padding: 0px 0px;
    font-weight: normal;
    color: #000;
    text-align:left;
    width: 100%;
    background:#F0F0F0;
    background-image:url(../images/menu_dropbg.gif);
}


.topnav .ekflexmenu_button_selected_hover
,.topnav .ekflexmenu_button_hover
,.topnav .ekflexmenu_link_hover
,.topnav .ekflexmenu_link_selected_hover
,.topnav a.ekflexmenu_link:hover
{
    display: block;
    padding: 0px 0px;
    font-weight: normal;
    color: #FFF;
    text-align:left;
    width: 100%;
    background:#154460;
}

.topnav .item_7
{
    height:26px;    
    text-decoration:none;
}

.topnav .ekflexmenu_button.item_7
{
	background-image: url(/images/NavTop_AboutUs.gif);
	width:134px;
}

.topnav .ekflexmenu_button_hover.item_7
,.topnav .ekflexmenu_button_selected.item_7
,.topnav .ekflexmenu_button_selected_hover.item_7
{
	background-image: url(/images/NavTop_AboutUs_active.gif);
	width:134px;
 
}

.topnav .item_8
{
    height:26px;    
    text-decoration:none;
}

.topnav .ekflexmenu_button.item_8
{
    background-image: url(/images/NavTop_Admission.gif);
	width:135px;
}

.topnav .ekflexmenu_button_hover.item_8
,.topnav .ekflexmenu_button_selected.item_8
,.topnav .ekflexmenu_button_selected_hover.item_8
{
    background-image: url(/images/NavTop_Admission_active.gif);
	width:135px;
}

.topnav .item_9
{
    height:26px;    
    text-decoration:none;
}
.topnav .ekflexmenu_button.item_9
{
    background-image: url(/images/NavTop_Academics.gif);
	width:140px;
}

.topnav .ekflexmenu_button_hover.item_9
,.topnav .ekflexmenu_button_selected.item_9
,.topnav .ekflexmenu_button_selected_hover.item_9
{
    background-image: url(/images/NavTop_Academics_active.gif);
	width:140px;
}

.topnav .item_10
{
    height:26px;    
    text-decoration:none;
}

.topnav .ekflexmenu_button.item_10
{
    background-image: url(/images/NavTop_UniquePrograms.gif);
	width:191px;
}

.topnav .ekflexmenu_button_hover.item_10
,.topnav .ekflexmenu_button_selected.item_10
,.topnav .ekflexmenu_button_selected_hover.item_10
{
    background-image: url(/images/NavTop_UniquePrograms_active.gif);
	width:191px;   
}

.topnav .item_11
{
    height:26px;    
    text-decoration:none;
}

.topnav .ekflexmenu_button.item_11
{
    background-image: url(/images/NavTop_Athletics.gif);
	width:130px;
}

.topnav .ekflexmenu_button_hover.item_11
,.topnav .ekflexmenu_button_selected.item_11
,.topnav .ekflexmenu_button_selected_hover.item_11
{
    background-image: url(/images/NavTop_Athletics_active.gif);
	width:130px;
}

.topnav .item_12
{
    height:26px;    
    text-decoration:none;
}

.topnav .ekflexmenu_button.item_12
{
    background-image: url(/images/NavTop_Parents.gif);
	width:123px;
}

.topnav .ekflexmenu_button_hover.item_12
,.topnav .ekflexmenu_button_selected.item_12
,.topnav .ekflexmenu_button_selected_hover.item_12
{
    background-image: url(/images/NavTop_Parents_active.gif);
	width:123px;
}

.topnav .item_13
{
    height:26px;    
    text-decoration:none;
}

.topnav .ekflexmenu_button.item_13
{
    background-image: url(/images/NavTop_Giving.gif);
	width:118px;
}

.topnav .ekflexmenu_button_hover.item_13
,.topnav .ekflexmenu_button_selected.item_13
,.topnav .ekflexmenu_button_selected_hover.item_13
{
    background-image: url(/images/NavTop_Giving_active.gif);
	width:118px;
}

.topnav img 
{
	border-width: 0px;
}

/*.topnav a.ekflexmenu_link, 
.topnav a.ekflexmenu_link:link, 
.topnav a.ekflexmenu_link:visited {
    text-indent: 10px;
    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;
    text-decoration: none;
	display: block; 
	width: 100%;
    white-space: normal;
}

.topnav a.ekflexmenu_link_selected {
    padding: 0px 0px;
	color: rgb(0, 89, 231);
    
	display: block; 
	width: 100%;
    white-space: normal;
}
.topnav a.ekflexmenu_link_selected:hover {
    padding: 0px 0px;
	color: rgb(198, 211, 255);
    background: Red;
	display: block; 
	width: 100%;
    white-space: normal;
}*/

li, div 	
	{
	margin:0in;
	margin-bottom:.0001pt;
}

