/*                                                                          */
/* 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.     */
/*                                                                          */

.secondary_horizontal{
	width:612px;
}

.secondary_horizontal UL{
	margin:0px;
	padding:0px;
	list-style:none;
}
.secondary_horizontal LI{
	float:left;
	display:inline;
	margin:0px;
	padding:0px;
	position:relative;
}

li.ekflexmenu2_menu_level_1{
	height:31px;
	overflow:hidden;
}


a.ekflexmenu2_button{
	height:31px;
}

a.ekflexmenu2_button img{
	display:block;
}

a.ekflexmenu2_button img:hover{
	position:relative;
	top:-31px;
}


input[type="hidden"]{
	margin:0px;
	padding:0px;
	display:none;
}
