/*                                                                          */
/* 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.     */
/*                                                                          */

.summit2010 .ekflexmenu 
{
	/*padding: 10px 10px 10px 10px;*/
	padding: 0px 0px 0px 0px;
	/* DIV; wraps the entire menu */
	/* (the outer-most non-user container element) */    
    font-size: 9pt;
    font-family: arial;
    white-space: nowrap;
    -x-system-font:none;
    color:#ffffff;
    font-family:Rockwell, Arial;
    font-style:normal;
    font-variant:normal;
    font-weight:bold;
    line-height:normal;
    text-align:left;
}

.summit2010 A
{
	text-decoration: none;
}


.summit2010 .dividerback
{
	background:url(../graphics/comp2_nav_bg.gif);
	background-repeat:no-repeat;
	background-position:left center;	
	margin-left:0px;
	padding-left:0px;
	text-align: center;
}
.summit2010 img 
{
	border-width: 0px;
}

.summit2010 a.ekflexmenu_link, 
.summit2010 a.ekflexmenu_link:link, 
.summit2010 a.ekflexmenu_link:visited {
    color: #FFFFFF;
    text-decoration: none;
    display: inline;
    border-bottom: none;
    white-space: normal;
    margin: 0px 5px 0px 0px;
   padding: 0px 0px 0px 5px;
    text-align: center;
    width:auto;
}
.summit2010 a.ekflexmenu_link:hover, 
.summit2010 a.ekflexmenu_link:active, 
.summit2010 a.ekflexmenu_link:focus  {
    color: #ef4135;
    text-decoration: none;
    border-color: rgb(181, 166, 132);
	display: inline; 
	width: 100%;
    border-bottom: none;
    white-space: normal;
    margin: 0px 5px 0px 0px;
   padding: 0px 0px 0px 5px;
    text-align: center;
    width:auto;
}

.summit2010 a.ekflexmenu_link_selected {
	color: #ef4136;
    border-color : rgb(206, 190, 140);
	display: inline; 
    border-bottom: none;
    white-space: normal;
    margin: 0px 5px 0px 0px;
   padding: 0px 0px 0px 5px;
    text-align: center;
    width:auto;
}
.summit2010 a.ekflexmenu_link_selected:hover {
	color: #ef4136;
    border-color : rgb(161, 141, 112);
	display: inline; 
    border-bottom: none;
    white-space: normal;
    margin: 0px 5px 0px 0px;
   padding: 0px 0px 0px 5px;
    text-align: center;
    width:auto;
}