
/*original*/
/*                                                                          */
/* 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.     */
/*                                                                          */

.horizontal .ekflexmenu 
{
	/*padding: 10px 10px 10px 10px;*/
	padding: 0;
	/* DIV; wraps the entire menu */
	/* (the outer-most non-user container element) */
	position: relative;
	float: right;
	text-transform: uppercase;
    color: rgb(255, 255, 255);
    width: 640px;
    font-size: 10px;
    font-family: Sans-Serif;
    white-space: nowrap;
	background: #fff url(../images/nav_bg.jpg) repeat-x top left;
	background:tranparent;
}

.horizontal A
{
	text-decoration: none;
}

.horizontal .ekflexmenu_submenu,
.horizontal .ekflexmenu_submenu_hover,
.horizontal .ekflexmenu_submenu_parent,
.horizontal .ekflexmenu_submenu_parent_hover
{
	top: 0px;
	right: 0px;
	height: auto;
}

.horizontal ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.horizontal li
{
	float: left;
	display: inline;
	position: relative;
	margin: 0px;
	padding: 0px;
	width: auto;
}

.horizontal .ekflexmenu_submenu_items 
{
	margin-left: 0px;
    	height:auto;
	float:right;
}

.horizontal .ekflexmenu_submenu_items ul
{
	margin-left: 4px;
    height:auto;
    width:120px;

	
}

.horizontal .ekflexmenu_menu_level_1{

	float:left;
	right:0;
	margin:0;
	color:#fff;
}


.ekflexmenu_menu_level_1 ekflexmenu_startlevel .ekflexmenu_submenu
{color:blue;}

.horizontal .ekflexmenu_menu_level_0 .ekflexmenu_submenu_items
{
	position: relative;
	float: right;
	width:600px;
background: #fff url(../images/nav_bg.jpg) repeat-x top left;

}
.horizontal .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items
{
	position: absolute;
	left: 0px;
	top: 100%;
	float: none;
	width: 150px;
}

.horizontal .ekflexmenu_menu_level_2 .ekflexmenu_submenu_items
{
	position: absolute;
	left: 100%;
	top: 0px;
}

.horizontal .ekflexmenu .ekflexmenu_submenu_items_hidden 
{
	display:none;

}

.horizontal .ekflexmenu_button
{
    float:left;
	padding: 5px 15px 7px 15px;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	text-align:center;
background: #fff url(../images/nav_bg.jpg) repeat-x top left;
	width:auto;
}

.horizontal .ekflexmenu_button_hover
{
    float:left;
	padding: 5px 15px 7px 15px;
	text-decoration:underline;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	text-align:center;
background: #fff url(../images/nav_bg_over.jpg) repeat-x top left;
	width:auto;
}

.horizontal .ekflexmenu_button_selected, .higlight
{
    float:left;
		padding: 5px 15px 7px 15px;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	text-align:center;
background: #fff url(../images/nav_bg_over.jpg) repeat-x top left;
	width:auto;

}

.horizontal .ekflexmenu_button_selected_hover
{
    float:left;
	padding: 5px 15px 7px 15px;
	text-decoration:underline;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	text-align:center;
background: #fff url(../images/nav_bg_over.jpg) repeat-x top left;
	width:auto;
}

.horizontal a.ekflexmenu_link, 
.horizontal a.ekflexmenu_link:link, 
.horizontal a.ekflexmenu_link:visited {
    padding: 2px 0px 2px 10px;
    color:#fff;
    background :#998675;
    text-decoration: none;
	display: block; 
	width: 150px;
    white-space: normal;
    border-bottom:1px solid black;

}

.horizontal a.ekflexmenu_link:hover, 
.horizontal a.ekflexmenu_link:active, 
.horizontal a.ekflexmenu_link:focus  {
    padding: 2px 0px 2px 10px;
    color:#253b5a;
    background : #fff;
	display: block; 
	width: 150px;
    white-space: normal;
}

.horizontal a.ekflexmenu_link_selected {
    padding: 2px 0px 2px 10px;
background: #fff;
	color:#000;
	display: block; 
	width: 150px;
    white-space: normal;
border-bottom: #000 1px solid;
}
.horizontal a.ekflexmenu_link_selected:hover {
padding: 2px 0px 2px 10px;
	display: block; 
	width: 150px;
    white-space: normal;
overflow-x: hidden;
color: #ccc;
border-bottom: #000 1px solid;
}
/*Hover and focus main navigation menu controls*/
/*See topmenu.xsl and bottom of tabs.js for function*/

#slick, .slick
{
	background:  url(../images/hover_right_tab.png) no-repeat right top;
	overflow: hidden;
	padding: 0 8px 0 0;
	_width: auto;
	_float: left;
}
#nav_list #slick a, #nav_list .slick a
{
	background:  url(../images/hover_left_02.png) no-repeat left top;
	padding-bottom: 3px;
	color: #000;
}
.linkcontainer
{
	border-bottom: 1px solid green;
}
.slick_button
{
	background:  url(../images/right_tab.png) no-repeat right top;
	overflow: hidden;
	padding: 0 8px 0 0;	
	width: auto;
	_float: left;
}
body .slick_button a
{
	background:  url(../images/left_02.png) no-repeat left top;
	color: #fff;
	padding-bottom: 3px;
	
}
body .slick_button a:hover, body .slick_button a:focus, .horizontal a:hover, .horizontal a:focus
{
color: #fff;
}
body #nav_list
{
	position: absolute;
	bottom: -1px;
	_bottom: 16px;
}
#nav_list a
{
	color: #fff;
}
#nav_list .horizontal a.ekflexmenu_link:hover, 
#nav_list .horizontal a.ekflexmenu_link:active, 
#nav_list .horizontal a.ekflexmenu_link:focus { 
color: #000;
}
#nav_listnew  .ekflexmenu_submenu_items .ekflexmenu_submenu_items .ekflexmenu_submenu_items{
display: none;
}
#container #nav_listnew .ekflexmenu_submenu_items .ekflexmenu_submenu_items .ekflexmenu_button{
  float:left;
	padding: 5px 5px 7px 5px;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	text-align:center;
background: #fff url(../images/nav_bg.jpg) repeat-x top left;
	width:150px;
}