.list1 .ekflexmenu 
{
	/* DIV; wraps the entire menu */
	/* (the outer-most non-user container element) */
    color: rgb(0, 0, 255);
    width: 171px;
    font-size: 8px;
    font-family: Verdana, Georgia, Trebuchet MS, Tahoma, Arial;
    padding-top: 5px;
}

.ekflexmenu_menu_level_1
{	
	margin-bottom: 10px;
	border-bottom: solid 1px #667795;
}

.list1 .ekflexmenu_submenu,
.list1 .ekflexmenu_submenu_hover,
.list1 .ekflexmenu_submenu_parent,
.list1 .ekflexmenu_submenu_parent_hover
{
	/* DIV; holds submenu items (ie: Health Careers, Regions, etc) */
	/*top: 0px;
	left: 0px;*/
	padding-bottom: 1px;
}

.list1 UL 
{
	/* UL; a container for menu list items (useful for non-graphical browsers). */
	list-style: none;
	margin: 0px; 
	padding: 0px 0px 4px 6px;  /*top right bottom left*/
}

.list1 LI
{
	/* LI; container for menu items (typically either links or sub-menus). */
	/*display:inline;
	margin: 0px;
	padding: 0px;*/
	padding: 0px 0px 0px 0px;  /*top right bottom left*/
}

.list1 .ekflexmenu_submenu_items {
	/* DIV; container for menu lists. */
    overflow: hidden; /* truncate what cannot fit */
}

.list1 .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;
}


/* Button menu items, controls visibility of associated sub-menus */
.list1 .ekflexmenu_button
{
	/* A; holds the title of the associated submenu, and typically acts as a */
	/* button (or folder) for the submenu. Can also hold images (background, etc). */
    text-indent: 0px;
    color: #ffffff;
}

.list1 .ekflexmenu_button:hover,
.list1 .ekflexmenu_button_hover
{
	/* A; hovered version of .ekflexmenu_button, see above... */
    text-indent: 0px;
    color: #d3a644;
}
.list1 .ekflexmenu_button_selected
{
	/* A; selected version of .ekflexmenu_button, see above... */
    text-indent: 0px;
    color: #d3a644;

}
.list1 .ekflexmenu_button_selected_hover
{
	/* A; hovered version of .ekflexmenu_button_selected, see above... */
    text-indent: 0px;
    color: #d3a644;
}

/* images */
.list1 .ekflexmenu_submenu_items a img, 
.list1 .ekflexmenu_submenu_items_hidden a img {
	/* IMG; menu-item image, selected by CMS, can be used */
	/* with or in place of the textual title of the link. */
	border-width: 0px;
}

/* Link menu items */
.list1 a.ekflexmenu_link, 
.list1 a.ekflexmenu_link:link, 
.list1 a.ekflexmenu_link:visited {
	/* A; link for individual menu items (CMS quicklink, external link, etc.). */
    padding: 0px 0px 0px 0px;
    text-indent: 0px;
    color: #ffffff;
    text-decoration: none;
}
.list1 a.ekflexmenu_link:hover, 
.list1 a.ekflexmenu_link:active, 
.list1 a.ekflexmenu_link:focus  {
	/* A; hovered version of ekflexmenu_link, see above... */
    padding: 0px 0px 0px 0px;
    text-indent: 0px;
    text-decoration: none;
    color: #d3a644;
}

.list1 a.ekflexmenu_link_selected {
	/* A; selected version of ekflexmenu_link, see above... */
    padding: 0px 0px 0px 0px;
    text-indent: 0px;
	color: #d3a644;
}
.list1 a.ekflexmenu_link_selected:hover {
	/* A; selected and hovered version of ekflexmenu_link, see above... */
    padding: 0px 0px 0px 0px;
    text-indent: 0px;
	color: #d3a644;
}