/*                                                                          */
/* 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.     */
/*                                                                          */

input[type="hidden"]
{
	margin:0px;
	padding:0px;
	display:none;
}

.horizontal .ekflexmenu 
{
	margin:0px;
	padding: 0px;
	position: relative;
    width: auto;
    height: 47px;
    vertical-align:middle;
    font-size: 11px;
    font-family: Arial, Sans-Serif;
    white-space: nowrap;
    z-index:100;
}

.horizontal A
{
	text-decoration: none;
	text-transform:uppercase;
}

.horizontal .ekflexmenu_submenu,
.horizontal .ekflexmenu_submenu_hover,
.horizontal .ekflexmenu_submenu_parent,
.horizontal .ekflexmenu_submenu_parent_hover
{
	top: 0px;
	left: 0px;
}

.horizontal UL
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.horizontal LI
{
	float: left;
	display: inline;
	position: relative;
	margin: 0px;
	padding: 0px;
}

/*.horizontal li.ekflexmenu_menu_level_1
{

}
*/

.horizontal li.ekflexmenu_menu_level_1 ul.ekflexmenu_submenu_items
{
	background:url(images/submenu_bg.png);
	background-position:bottom;
	background-repeat:no-repeat;
	width:245px;
	height:auto;
	padding:2px 0px 13px 0px;
}

.horizontal li.ekflexmenu_menu_level_1 ul.ekflexmenu_submenu_items li
{
	display:inline;
	width:234px;
	margin:0px 4px;
}

.horizontal .ekflexmenu_submenu_items 
{
	height:auto;
	margin-left: 0px;
    border-bottom-width: 0px;
}

.horizontal .ekflexmenu_menu_level_0 .ekflexmenu_submenu_items
{
	position: relative;
	left:0px;
	top:0px;
	float: left;
	width:922px;
	margin:0px;
	padding:0px;
}
.horizontal .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items
{
	position:absolute;
	left:0px;/*5px*/
	top:47px;
	float:none;
}

.horizontal .ekflexmenu_menu_level_2 .ekflexmenu_submenu_items
{
	position: absolute;
	left: 245px;
	top: 0px;
}

.horizontal .ekflexmenu .ekflexmenu_submenu_items_hidden
{
	display: none;
}
	/* Main Navigation Buttons */
		.horizontal .ekflexmenu_button
		{
			display: block;
			padding: 0px;
			background-position: 0px 0px;

		}
		.horizontal .ekflexmenu_button:hover
		{
			display: block;
			padding: 0px;
			background-position: 0px -47px !important;
		}
		.horizontal .ekflexmenu_button_hover
		{
			display: block;
			padding: 0px;
			background-position: 0px -47px !important;

		}
		.horizontal .ekflexmenu_button_selected
		{
			display: block;
			padding: 0px;
			background-position: 0px -47px !important;

		}
		.horizontal .ekflexmenu_button_selected_hover
		{
			display: block;
			padding: 0px;
			background-position: 0px -47px !important;

		}

.horizontal img
{
	border-width: 0px;
}

.horizontal a.ekflexmenu_link, 
.horizontal a.ekflexmenu_link:link, 
.horizontal a.ekflexmenu_link:visited{
	background:transparent;
    display: block;
	width:234px;
	padding:4px 0px;
    font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	text-indent:10px;
}

.horizontal a.ekflexmenu_link:hover, 
.horizontal a.ekflexmenu_link:active, 
.horizontal a.ekflexmenu_link:focus
{
	background:#049289;
	display: block;
	width:234px;
	padding:4px 0px;
    font-size:10px;
	color: #FFFFFF;
	text-decoration: none;
	text-indent:10px;
}

.horizontal a.ekflexmenu_link_selected
{ 
	background:#049289;
	display: block; 
	width:234px;
	padding:4px 0px;
	color: #FFFFFF;
    font-size: 10px;
	text-indent:10px;
}

.horizontal a.ekflexmenu_link_selected:hover
{
	background:#049289;
	display: block; 
	width:234px;
	padding:4px 0px;
	color: #FFFFFF;
    font-size: 10px;
	text-indent:10px;
}

/* **************************css for submenus which have submenus*******************************  */

.horizontal a.ekflexmenu_hasmenus_link, 
.horizontal a.ekflexmenu_hasmenus_link:link, 
.horizontal a.ekflexmenu_hasmenus_link:visited
{
	background:transparent;
    background-image:url(submenu_arrowe.png);
    background-repeat:no-repeat;
    background-position:right;
    text-decoration: none;
    display: block;
	width:234px;
	padding:4px 0px;
	color: #FFFFFF;
    font-size: 10px;
	text-indent:10px;
}

.horizontal a.ekflexmenu_hasmenus_link:hover, 
.horizontal a.ekflexmenu_hasmenus_link:active, 
.horizontal a.ekflexmenu_hasmenus_link:focus
{
	background:#049289;
    background-image:url(submenu_arrowe.png);
    background-repeat:no-repeat;
    background-position:right;
    text-decoration: none;
	display: block;
	width:234px;
	padding:4px 0px;
    font-size: 10px;
	color: #FFFFFF;
	text-indent:10px;
}

.horizontal a.ekflexmenu_hasmenus_link_selected
{
	background:#049289;
    background-image:url(submenu_arrowe.png);
    background-repeat:no-repeat;
    background-position:right;
	display: block;
	width:234px;
	padding:4px 0px;
	color: #FFFFFF;
    font-size: 10px;
	text-indent:10px;
}

.horizontal a.ekflexmenu_hasmenus_link_selected:hover
{
	background:#049289;
    background-image:url(submenu_arrowe.png);
    background-repeat:no-repeat;
    background-position:right;
	display: block; 
	width:234px;
	padding:4px 0px;
	color: #FFFFFF;
    font-size: 10px;
	text-indent:10px;
}


/* Individual Horizontal Menu Items */

	/* About Us */
	#e5a1dcbef_14_15_button
	{
		background:url(images/axo_horizontal/01_about_us.jpg);
		background-position: 0px 0px;
		width:97px;
		height:47px;
	}
	/* Prospective Members */
	#e5a1dcbef_14_16_button
	{
		background:url(images/axo_horizontal/02_prospective_members.jpg);
		background-position: 0px 0px;
		width:182px;
		height:47px;
	}
	/* Collegians */
	#e5a1dcbef_14_17_button
	{
		background:url(images/axo_horizontal/03_collegians.jpg);
		background-position: 0px 0px;
		width:110px;
		height:47px;
	}
	/* Alumnae*/
	#e5a1dcbef_14_18_button
	{
		background:url(images/axo_horizontal/04_alumnae.jpg);
		background-position: 0px 0px;
		width:92px;
		height:47px;
	}
	/* Other Visitors */
	#e5a1dcbef_14_19_button
	{
		background:url(images/axo_horizontal/05_other_visitors.jpg);
		background-position: 0px 0px;
		width:134px;
		height:47px;
	}
	/* Foundation */
	#e5a1dcbef_14_20_button
	{
		background:url(images/axo_horizontal/06_foundation.jpg);
		background-position: 0px 0px;
		width:112px;
		height:47px;
	}
	/* Housing*/
	#e5a1dcbef_14_21_button
	{
		background:url(images/axo_horizontal/07_housing.jpg);
		background-position: 0px 0px;
		width:89px;
		height:47px;
	}
	/* Life Loyal*/
	#e5a1dcbef_14_22_button
	{
		background:url(images/axo_horizontal/08_life_loyal.jpg);
		background-position: 0px 0px;
		width:106px;
		height:47px;
	}
