/*                                                                          */
/* 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.     */
/*                                                                          */

.myaco_horizontal .ekflexmenu 
{
	/*padding: 10px 10px 10px 10px;*/
	padding: 0px 0px 0px 0px;
	/* DIV; wraps the entire menu */
	/* (the outer-most non-user container element) */
	position: relative;
    /*color: rgb(255, 255, 255);*/
    width: auto;/*864px;*/
    height: 40px;
    vertical-align:middle;
    font-size: 11px;
    font-family: Arial, Sans-Serif;
    white-space: nowrap;
    z-index:100;
}

.myaco_horizontal A
{
	text-decoration: none;
	text-transform:uppercase;
}

.myaco_horizontal .ekflexmenu_submenu,
.myaco_horizontal .ekflexmenu_submenu_hover,
.myaco_horizontal .ekflexmenu_submenu_parent,
.myaco_horizontal .ekflexmenu_submenu_parent_hover
{
	top: 0px;
	left: 0px;
	height: auto;
}

.myaco_horizontal UL
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.myaco_horizontal LI
{
	/*border-right: 1px solid black;  r*/
	float: left;
	display: inline;
	position: relative;
	margin: 0px;
	/*margin: 10px 0px 10px 0px ;*/
	padding: 0px;
	/*width: 120px;*/
}

.myaco_horizontal .ekflexmenu_submenu_items 
{
	height:auto;
	margin-left: 0px;
    border-bottom-width: 0px;
    /*border-width: 1px;
    border-style: solid;
    border-color: Black;
    border: solid 1px black;  r*/
}

.myaco_horizontal .ekflexmenu_menu_level_0 .ekflexmenu_submenu_items
{
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
}
.myaco_horizontal .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items
{
	position: absolute;
	left: 0px;/*5px*/
	top: 100%;
	float: none;
	width: 120px;
}

.myaco_horizontal .ekflexmenu_menu_level_2 .ekflexmenu_submenu_items
{
	position: absolute;
	left: 100%;
	top: 0px;
}

.myaco_horizontal .ekflexmenu .ekflexmenu_submenu_items_hidden 
{
	display: none;
}
	/* Main Navigation Buttons */
	.myaco_horizontal .ekflexmenu_button
	{
		display: block;
		padding:0px;
		background-position: 0px 0px;
	
	}
	.myaco_horizontal .ekflexmenu_button:hover
	{
		display: block;
		padding:0px;
		background-position: 0px -47px !important;
	}
	.myaco_horizontal .ekflexmenu_button_hover
	{
		display: block;
		padding:0px;
		background-position: 0px -47px !important;
	}
	.myaco_horizontal .ekflexmenu_button_selected
	{
		display: block;
		padding:0px;
		background-position: 0px -47px !important;
	}
	.myaco_horizontal .ekflexmenu_button_selected_hover
	{
		display: block;
		padding:0px;
		background-position: 0px -47px !important;
	}
	
.myaco_horizontal img 
{
	border-width: 0px;
}

.myaco_horizontal a.ekflexmenu_link, 
.myaco_horizontal a.ekflexmenu_link:link, 
.myaco_horizontal a.ekflexmenu_link:visited {
    padding: 4px 0px 4px 0px;
    text-indent: 20px;
    color: #FFFFFF;/*rgb(0, 0, 160);*/
    background: #C74A5D;/*rgb(238, 238, 238);*/
    text-decoration: none;
    display: block;
    width: 250px;
    white-space: nowrap;/*normal;*/
    font-size: 10px;
}
.myaco_horizontal a.ekflexmenu_link:hover, 
.myaco_horizontal a.ekflexmenu_link:active, 
.myaco_horizontal a.ekflexmenu_link:focus  {
    padding: 4px 0px 4px 0px;
    text-indent: 20px;
    color: #FFFFFF; /*rgb(255, 255, 255);*/
    background : #049188;/*rgb(181, 166, 132);*/
    text-decoration: none;
	display: block; 
	width: 250px;
    white-space: nowrap;/*normal;*/
    font-size: 10px;
}

.myaco_horizontal a.ekflexmenu_link_selected {
    padding: 4px 0px 4px 0px;
    text-indent: 20px;
	/*color: rgb(0, 89, 231);
    background: rgb(206, 190, 140);*/
    color: #FFFFFF; /*rgb(255, 255, 255);*/
    background : #049188;/*rgb(181, 166, 132);*/
	display: block; 
	width: 250px;
    white-space: nowrap;/*normal;*/
    font-size: 10px;
}
.myaco_horizontal a.ekflexmenu_link_selected:hover {
    padding: 4px 0px 4px 0px;
    text-indent: 20px;
	/*color: rgb(198, 211, 255);
    background: rgb(161, 141, 81);*/
    color: #FFFFFF; /*rgb(255, 255, 255);*/
    background : #049188;/*rgb(181, 166, 132);*/
	display: block; 
	width: 250px;
    /*border-color : rgb(161, 141, 112);*/
    /*border-bottom: 1px solid rgb(220, 220, 220);*/
    white-space: nowrap;/*normal;*/
    font-size: 10px;
}
/* **************************css for submenus which have submenus*******************************  */
.myaco_horizontal a.ekflexmenu_hasmenus_link, 
.myaco_horizontal a.ekflexmenu_hasmenus_link:link, 
.myaco_horizontal a.ekflexmenu_hasmenus_link:visited {
    padding: 4px 0px 4px 0px;
    text-indent: 20px;
    color: #FFFFFF;/*rgb(0, 0, 160);*/
    background: #C74A5D;/*rgb(238, 238, 238);*/
    background-image:url(submenu_arrowe.png);
    background-repeat:no-repeat;
    background-position:right;
    text-decoration: none;
    display: block;
    width: 250px;
    white-space: nowrap;/*normal;*/
    font-size: 10px;
}
.myaco_horizontal a.ekflexmenu_hasmenus_link:hover, 
.myaco_horizontal a.ekflexmenu_hasmenus_link:active, 
.myaco_horizontal a.ekflexmenu_hasmenus_link:focus  {
    padding: 4px 0px 4px 0px;
    text-indent: 20px;
    color: #FFFFFF; /*rgb(255, 255, 255);*/
    background : #049188;/*rgb(181, 166, 132);*/
    background-image:url(submenu_arrowe.png);
    background-repeat:no-repeat;
    background-position:right;
    text-decoration: none;
	display: block; 
	width: 250px;
    white-space: nowrap;/*normal;*/
    font-size: 10px;
}

.myaco_horizontal a.ekflexmenu_hasmenus_link_selected {
    padding: 4px 0px 4px 0px;
    text-indent: 20px;
	/*color: rgb(0, 89, 231);
    background: rgb(206, 190, 140);*/
    color: #FFFFFF; /*rgb(255, 255, 255);*/
    background : #049188;/*rgb(181, 166, 132);*/
    background-image:url(submenu_arrowe.png);
    background-repeat:no-repeat;
    background-position:right;
	display: block; 
	width: 250px;
    white-space: nowrap;/*normal;*/
    font-size: 10px;
}
.horizontal a.ekflexmenu_hasmenus_link_selected:hover {
    padding: 4px 0px 4px 0px;
    text-indent: 20px;
	/*color: rgb(198, 211, 255);
    background: rgb(161, 141, 81);*/
    color: #FFFFFF; /*rgb(255, 255, 255);*/
    background : #049188;/*rgb(181, 166, 132);*/
    background-image:url(submenu_arrowe.png);
    background-repeat:no-repeat;
    background-position:right;
	display: block; 
	width: 250px;
    /*border-color : rgb(161, 141, 112);*/
    /*border-bottom: 1px solid rgb(220, 220, 220);*/
    white-space: nowrap;/*normal;*/
    font-size: 10px;
}

/* Individual Horizontal Menu Items */

	/* AXO Blog */
	a#e07c590f4_80_115_button
	{
		background:url(images/my_axo_navigation/01_axo_blog.jpg);
		background-position: 0px 0px;
		width:115px;
		height:47px;
	}
	/* Message Boards */
	a#e07c590f4_80_116_button
	{
		background:url(images/my_axo_navigation/02_message_boards.jpg);
		background-position: 0px 0px;
		width:160px;
		height:47px;
	}
	/* The Lyre Magazine*/
	a#e07c590f4_80_117_button
	{
		background:url(images/my_axo_navigation/03_the_lyre_magazine.jpg);
		background-position: 0px 0px;
		width:171px;
		height:47px;
	}
	/* Real Strong Women */
	a#e07c590f4_80_118_button
	{
		background:url(images/my_axo_navigation/04_real_strong_women.jpg);
		background-position: 0px 0px;
		width:189px;
		height:47px;
	}
	/* Announcements */
	a#e07c590f4_80_119_button
	{
		background:url(images/my_axo_navigation/05_announcements.jpg);
		background-position: 0px 0px;
		width:167px;
		height:47px;
	}
	/* Multimedia*/
	a#e07c590f4_80_120_button
	{
		background:url(images/my_axo_navigation/06_multimedia.jpg);
		background-position: 0px 0px;
		width:121px;
		height:47px;
	}
