/*                                                                          */
/* 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.     */
/*                                                                          */

#ctl00_ucGlobalSiteHeader_fm1{
	padding-top: 3px;
	padding-bottom: 23px !important;
	background-color: rgb(102,0,0);
}

.InternetExplorer7 #ctl00_ucGlobalSiteHeader_fm1{
	padding-top: 3px;
	padding-bottom: 3px !important;
	background-color: rgb(102,0,0);
}

.InternetExplorer8 #ctl00_ucGlobalSiteHeader_fm1{
	padding-top: 3px;
	padding-bottom: 23px;
	background-color: rgb(102,0,0);
}

.horizontal_508 .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: 100%;
    font-size: 12px;
    font-weight: normal;
    font-family: arial,helvetica,san-serif;
    white-space: nowrap;
    z-index: 1000;
    clear: both;
}

.horizontal_508 .ekflexmenu_accessible_menu_start,
.horizontal_508 .ekflexmenu_accessible_menu_startheading,
.horizontal_508 .ekflexmenu_accessible_menu_startlink,
.horizontal_508 .ekflexmenu_accessible_submenu_selected_message,
.horizontal_508 .ekflexmenu_accessible_menuitem_selected_message,
.horizontal_508 .ekflexmenu_accessible_menu_end,
.horizontal_508 .ekflexmenu_accessible_menu_endlink
{
	/* These items support 508-Compliance, and are normally hidden, but */
	/* are visible to page readers and text-browsers for accessibility). */
	position: absolute;
	overflow: hidden;
	top: -10000px;
	left: -10000px;
	height: 1px;
	width: 1px;
}

.horizontal_508 a
{
	text-decoration: none !important;
}

.horizontal_508 .ekflexmenu_submenu,
.horizontal_508 .ekflexmenu_submenu_hover,
.horizontal_508 .ekflexmenu_submenu_parent,
.horizontal_508 .ekflexmenu_submenu_parent_hover
{
	top: 0px;
	left: 0px;
	height: auto;
}

.horizontal_508 ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.horizontal_508 li
{
	border-right: 1px solid rgb(153, 159, 127);
	float: left;
	display: inline;
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 147px;
}

.horizontal_508 li.last-child,
.horizontal_508 li:last-child
{
	border-right: 0px;
}

.horizontal_508 .ekflexmenu_mainmenu_items 
{
	height:auto;
	margin-left: 0px;
	width: 920px;
}

.horizontal_508 .ekflexmenu_submenu_items 
{
	height:auto;
	margin-left: 0px;
    border-bottom-width: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(153, 159, 127);
    border: solid 1px rgb(153, 159, 127);
    width: 182px !important;
}

.horizontal_508 .ekflexmenu_submenu_items li
{
	width: 182px;
}

.horizontal_508 .ekflexmenu_menu_level_0 .ekflexmenu_submenu_items
{
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
}
.horizontal_508 .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items
{
	position: absolute;
	left: 5px;
	top: 100%;
	float: none;
	width: 140px;
	font-size: 12px;
}

.horizontal_508 .ekflexmenu_menu_level_2 .ekflexmenu_submenu_items
{
	position: absolute;
	left: 100%;
	top: 0px;
}

.horizontal_508 .ekflexmenu .ekflexmenu_submenu_items_hidden 
{
	display: none;
}

.horizontal_508 .ekflexmenu_button
{
    display: block;
    padding: 3px 0px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    background: rgb(102, 0, 0);
    text-align:center;
    width: 100%;
}
.horizontal_508 .ekflexmenu_button_hover
{
    display: block;
    padding: 3px 0px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    background: rgb(102,0,0);
    text-align:center;
    width: 100%;
    
}

.horizontal_508 .ekflexmenu_button_selected
{
    display: block;
    padding: 3px 0px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    background: rgb(102,0,0);
    text-align:center;
    width: 100%;
    text-decoration: none;
}

.horizontal_508 .ekflexmenu_button_selected_hover
{
    display: block;
    padding: 3px 0px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    background: rgb(102,0,0);
    text-align:center;
    width: 100%;
    text-decoration: none;
}

.horizontal_508 img 
{
	border-width: 0px;
}

.horizontal_508 a.ekflexmenu_link, 
.horizontal_508 a.ekflexmenu_link:link, 
.horizontal_508 a.ekflexmenu_link:visited {
    padding: 0px 0px;
    text-indent: 3px;
    color: rgb(0, 0, 0);
    background: rgb(204, 204, 153);
    text-decoration: none;
    display: block;
    border-bottom: 1px solid rgb(220, 220, 220);
    white-space: normal;

}
.horizontal_508 a.ekflexmenu_link:hover, 
.horizontal_508 a.ekflexmenu_link:active, 
.horizontal_508 a.ekflexmenu_link:focus  {
    padding: 0px 0px;
    text-indent: 3px;
    color: rgb(0, 0, 0);
    background : rgb(255, 255, 255);
    text-decoration: none;
    border-color: rgb(181, 166, 132);
	display: block; 
	width: 100%;
    border-bottom: 1px solid rgb(220, 220, 220);
    white-space: normal;
}

.horizontal_508 a.ekflexmenu_link_selected {
    padding: 0px 0px;
    text-indent: 3px;
	color: rgb(0, 0, 0);
    background: rgb(255, 255, 255);
    border-color : rgb(206, 190, 140);
	display: block; 
	width: 100%;
    border-bottom: 1px solid rgb(220, 220, 220);
    white-space: normal;
}
.horizontal_508 a.ekflexmenu_link_selected:hover {
    padding: 0px 0px;
    text-indent: 3px;
	color: rgb(255, 255, 255);
    background: rgb(153, 159, 127);
    border-color : rgb(153, 159, 127);
	display: block; 
	width: 100%;
    border-bottom: 1px solid rgb(220, 220, 220);
    white-space: normal;
}


.last-child{
	border-right: 0px !important;
}

