.expand1 .ekflexmenu 
{
    color: #fff;
    width: 163px;
    font-size: 10px;
    font-family: Helvetica Medium,Helvetica,Verdana;
    background: #fff;
    margin-left: 30px;

}

.expand1 .ekflexmenu_submenu,
.expand1 .ekflexmenu_submenu_hover,
.expand1 .ekflexmenu_submenu_parent,
.expand1 .ekflexmenu_submenu_parent_hover
{
	/* DIV; holds submenu items, such as a submenu title and links. */
	position: relative;
	top: 0px;
	left: 0px;
}

.expand1 UL 
{
	/* UL; a container for menu list items (useful for non-graphical browsers). */
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.expand1 LI
{
	/* LI; container for menu items (typically either links or sub-menus). */
	display:inline;
	margin: 0px;
	padding: 0px;
}

.expand1 .ekflexmenu_submenu_items {
	/* DIV; container for menu lists. */
    overflow: hidden; /* truncate what cannot fit */
    /*border-bottom: solid 2px rgb(71, 71, 71);*/
}

.expand1 .ekflexmenu_submenu_items_hidden 
{
	/* DIV; normally hidden container for menu lists (becomes visible if */
	/* user clicks on related submenu button, or if Javascript/CSS not supported). */
	display: none;
}

/* Nested menu items */
.expand1 .ekflexmenu_submenu_items .ekflexmenu_submenu_items, 
.expand1 .ekflexmenu_submenu_items .ekflexmenu_submenu_items_hidden, 
.expand1 .ekflexmenu_submenu_items_hidden .ekflexmenu_submenu_items_hidden
{
	/* Rule is applied to nested submenus. Hidden included in-case */
	/* Javascript is not supported and hidden submenus are made visible. */
	margin-left: 10px; /* indents menu items, accumulating with each nesting level */
    border-bottom-width: 0px; /* prevents bottom border from accumulating, with each level of nesting */
}

/* Button menu items, controls visibility of associated sub-menus */
.expand1 .ekflexmenu_button
{
	display: block;
    padding-left: 14px;
    line-height: 33px;
    font-weight: bold;
    color: rgb(128, 128, 128);
    background: #FFFFFF url(img/linkBackground.gif) no-repeat; /* color specified in case image unavailable */
    width: 163px; /* capture on-click for entire row that the button occupies */
    height: 33px;
    text-decoration: none;
    font-family: Helvetica Medium, Helvetica, Arial !important;
    font-size: 10px !important;
}

.expand1 .ekflexmenu_button:focus,
.expand1 .ekflexmenu_button:hover,
.expand1 .ekflexmenu_button_hover,
.expand1 .ekflexmenu_button_selected,
.expand1 .ekflexmenu_button_selected_hover
{
	display: block;
    padding-left: 14px;
    line-height: 33px;
    font-weight: bold;
    color: rgb(0, 52, 95);
    background: #FFFFFF url(img/linkBackground.gif) no-repeat; /* color specified in case image unavailable */
    width: 163px; /* capture on-click for entire row that the button occupies */
    height: 33px;
    text-decoration: none;
    font-family: Helvetica Medium, Helvetica, Arial !important;
    font-size: 10px !important;
    outline:0px;
}

/* Link menu items */
.expand1 a.ekflexmenu_link, 
.expand1 a.ekflexmenu_link:link, 
.expand1 a.ekflexmenu_link:visited {
	display: block;
    padding-left: 14px;
    line-height: 33px;
    font-weight: bold;
    color: rgb(128, 128, 128);
    background: #FFFFFF url(img/linkBackground.gif) no-repeat; /* color specified in case image unavailable */
    width: 163px; /* capture on-click for entire row that the button occupies */
    height: 33px;
    text-decoration: none;
    font-family: Helvetica Medium, Helvetica, Arial !important;
    font-size: 10px !important;
}
/*.ekflexmenu_submenu_items a:hover */
.expand1 a.ekflexmenu_link:hover, 
.expand1 a.ekflexmenu_link:active, 
.expand1 a.ekflexmenu_link:focus  {
	display: block;
    padding-left: 14px;
    line-height: 33px;
    font-weight: bold;
    color: rgb(0, 52, 95);
    background: #FFFFFF url(img/linkBackground.gif) no-repeat; /* color specified in case image unavailable */
    width: 163px; /* capture on-click for entire row that the button occupies */
    height: 33px;
    text-decoration: none;
    font-family: Helvetica Medium, Helvetica, Arial !important;
    font-size: 10px !important;
    outline:0px;
}

.expand1 a.ekflexmenu_link_selected {
	display: block;
    padding-left: 14px;
    line-height: 33px;
    font-weight: bold;
    color: rgb(0, 52, 95);
    background: #FFFFFF url(img/linkBackground.gif) no-repeat; /* color specified in case image unavailable */
    width: 163px; /* capture on-click for entire row that the button occupies */
    height: 33px;
    text-decoration: none;
    font-family: Helvetica Medium, Helvetica, Arial !important;
    font-size: 10px !important;
    outline:0px;
}
.expand1 a.ekflexmenu_link_selected:hover {
	display: block;
    padding-left: 14px;
    line-height: 33px;
    font-weight: bold;
    color: rgb(0, 52, 95);
    background: #FFFFFF url(img/linkBackground.gif) no-repeat; /* color specified in case image unavailable */
    width: 163px; /* capture on-click for entire row that the button occupies */
    height: 33px;
    text-decoration: none;
    font-family: Helvetica Medium, Helvetica, Arial !important;
    font-size: 10px !important;
    outline:0px;
}
/* ---------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------bottom border
----------------------------------------------------------------------------------------------------------*/
.bottomLine 
{
    height: 1px;
    width: 100%;
    background: #FFFFFF url(img/bottomLine.gif) repeat-x; /* color specified in case image unavailable */
 
}
/* ---------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------Expanded links
----------------------------------------------------------------------------------------------------------*/
.expand1 .ekflexmenu .ekflexmenu_submenu .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items .ekflexmenu_link
{
	padding: 0px 0px 0px 0px;
    text-indent: 10px;
    color: rgb(77, 77, 77);
    background : #FFFFFF;
    text-decoration: none;
	display: block; 
	width: 100%;
	height: 15px;
	line-height:15px;
	font-family: Helvetica Medium, Helvetica, Arial !important;
    font-size: 10px !important;
    outline: 0px;	
}

/*.ekflexmenu_submenu_items a:hover */
.expand1 .ekflexmenu .ekflexmenu_submenu .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items a.ekflexmenu_link:hover, 
.expand1 .ekflexmenu .ekflexmenu_submenu .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items a.ekflexmenu_link:active, 
.expand1 .ekflexmenu .ekflexmenu_submenu .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items a.ekflexmenu_link:focus,
.expand1 .ekflexmenu .ekflexmenu_submenu .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items a.ekflexmenu_link_selected,
.expand1 .ekflexmenu .ekflexmenu_submenu .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items a.ekflexmenu_link_selected:hover, 
.expand1 .ekflexmenu .ekflexmenu_submenu .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items a.ekflexmenu_link_selected:active, 
.expand1 .ekflexmenu .ekflexmenu_submenu .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items a.ekflexmenu_link_selected:focus
{
	padding: 0px 0px 0px 0px;
    text-indent: 10px;
    color: rgb(0, 52, 95);
    background : #FFFFFF;
    text-decoration: none;
	display: block; 
	width: 100%;
	height: 15px;
	line-height:15px;
	font-family: Helvetica Medium, Helvetica, Arial !important;
    font-size: 10px !important;
    outline: 0px;
}

.expand1 a
{
text-align: left;
}

.expand1 .ekflexmenu .ekflexmenu_submenu .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items {
	padding-bottom: 13px;
}
