
/*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: 0px 0px 0px 0px;
	/* DIV; wraps the entire menu */
	/* (the outer-most non-user container element) */
	position: relative;
    color: rgb(255, 255, 255);
    width: 800px;
    font-size: 12px; /*10px*/
    font-family: Sans-Serif;
    white-space: nowrap;
}

.horizontal A
{
	text-decoration: none;
}

.horizontal .ekflexmenu_submenu,
.horizontal .ekflexmenu_submenu_hover,
.horizontal .ekflexmenu_submenu_parent,
.horizontal .ekflexmenu_submenu_parent_hover
{
	top: 0px;
	left: 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;
}

.horizontal .ekflexmenu_submenu_items ul
{
	margin-left: 0px;
    height:auto;
    width:120px;
    border: 1px solid black;
}

.horizontal .ekflexmenu_menu_level_1{

	float:left;
	margin:0;
	color:#fff;
}

.horizontal .ekflexmenu_menu_level_0 .ekflexmenu_submenu_items
{
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
}
.horizontal .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items
{
	position: absolute;
	left: 0px;
	top: 100%;
	float: none;
	width: 160px;  /*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 1px 3px 12px;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	text-align:center;
}

.horizontal .ekflexmenu_button_hover
{
    float:left;
	padding: 5px 1px 3px 12px;
	text-decoration:underline;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	text-align:center;
}

.horizontal .ekflexmenu_button_selected
{
    float:left;
	padding: 5px 1px 3px 12px;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	color:#253b5a;
	text-align:center;
}

.horizontal .ekflexmenu_button_selected_hover
{
    float:left;
	padding: 5px 1px 3px 12px;
	text-decoration:underline;
	font-size:11px;
	font-weight:bold;
	color:#253b5a;
	text-align:center;
}

.horizontal a.ekflexmenu_link, 
.horizontal a.ekflexmenu_link:link, 
.horizontal a.ekflexmenu_link:visited {
    padding: 2px 0px 2px 0px;
    text-indent: 10px;
    color:#fff;
    background :#5d95d2;
    text-decoration: none;
	display: block; 
	width: 160px;  /*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 0px;
    text-indent: 10px;
    color:#253b5a;
    background : #ffffff;  /*#c0c0c0;*/
	display: block; 
	width: 160px; /*150px*/
    white-space: normal;
}

.horizontal a.ekflexmenu_link_selected {
    padding: 2px 0px 2px 0px;
    text-indent: 10px;
	color:#253b5a;
	display: block; 
	width: 160px;  /*150px*/
    background : #5D95D2;    /*added ISD */
    white-space: normal;
}
.horizontal a.ekflexmenu_link_selected:hover {
    padding: 2px 0px 2px 0px;
    text-indent: 10px;
	display: block; 
	width: 160px;  /*150px*/
    white-space: normal;
}
/*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;
}
