/*--------------------------------------------------------------------------*/
/*																			*/
/*	  Saint Francis Doctors - Master Menu (Left Menu) Stylesheet			*/
/*																			*/
/*	  Last Update: 9-29-2009	9:43am										*/
/*    Author     : Luke Luchkan												*/
/*																			*/
/*--------------------------------------------------------------------------*/

.master .ekflexmenu 
{
	/* DIV; wraps the entire menu */
	/* (the outer-most non-user container element) */
    color: rgb(51, 102, 153);
    width: 180px; /* can be overridden in the primary div-containers (whose class = ekflexmenu) style */
    font-size: 12px;
    font-family: Trebuchet MS, Verdana, Arial;
    font-weight: bold;
    background: rgb(255, 255, 255) no-repeat; /* shows up on left side, widens with nesting level */
    border-right: solid 1px rgb(175, 202, 229);
    border-left: solid 1px rgb(175, 202, 229);
    border-bottom: solid 1px rgb(175, 202, 229);
    border-top: solid 1px rgb(175, 202, 229);
    float: left;
    position: relative;
    text-decoration: none;
}

.master a.ekflexmenu
{
	text-decoration: none;
    /* width: 100%; */
} 

.master a
{
    /* width: 100%; */
} 

.master .ekflexmenu_submenu,
.master .ekflexmenu_submenu_hover,
.master .ekflexmenu_submenu_parent,
.master .ekflexmenu_submenu_parent_hover
{
	/* DIV; holds submenu items, such as a submenu title and links. */
    display: block;
	top: 0px;
	left: 0px;
	position: relative;
}

.master UL 
{
	/* UL; a container for menu list items (useful for non-graphical browsers). */
    display: block;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

/* This was added in order to support the formatting of menu items for all browsers - LL */
.master li
{
	position: relative;
    width: 180px;
    list-style: none;
	margin: 0px;
	padding: 0px;
    text-decoration: none;
    border-bottom: 1px solid rgb(175, 202, 229);
    border-right: solid 1px rgb(175, 202, 229);
    border-left: solid 1px rgb(175, 202, 229);
    border-top: solid 1px rgb(175, 202, 229);
    background-repeat: no-repeat;
    display: -moz-inline-stack;
    display: inline-block;
    display: block;
    vertical-align: top;	/* Need this to remove the gap that appears below menu item on hover for menu items w/ subitems (ekflexmenu_button) */
	zoom: 1;
    *display: inline;
}

.master .ekflexmenu_submenu_items {
	/* DIV; container for menu lists. */
    display: block;
	position: relative;
	top: 0px;
	left: 0px;
}

.master .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;
}

.master .ekflexmenu_menu_level_0 .ekflexmenu_submenu_items
{
    display: block;
}

.master .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items
{
	position: absolute;
	top: 0px;
	left: 100%;
	height: 100%;
}

/* Button menu items, controls visibility of associated sub-menus */
.master .ekflexmenu_button,
.master .ekflexmenu_button_hover,
.master .ekflexmenu_button_selected,
.master .ekflexmenu_button_selected_hover
{
	/* 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). */
    display: block;
    padding: 0px 0px;
    color: rgb(51, 102, 153);
   /* background: rgb(255, 255, 255) url(ek_menu_ex__btnWorkareaWhiteVista.jpg) repeat-x; */
    background: rgb(255, 255, 255) url(ek_menu_ex__btnWorkareaWhiteVista.jpg) no-repeat;
    text-indent: 10px;
    width: 100%; /* capture on-click for entire row that the button occupies */
    text-decoration: none;
}

.master .ekflexmenu_button
{
    background: rgb(255, 255, 255) url(ek_menu_ex__btnWorkareaWhiteVista.jpg) no-repeat;
}

/* Need this for IE6 - LL */
.master a.ekflexmenu_button
{
    text-decoration: none;
}

.master .ekflexmenu_button:focus,
.master .ekflexmenu_button:hover,
.master .ekflexmenu_button_hover
{
    background: rgb(255, 255, 255) url(tri.png) no-repeat; background-position: center right;
	color: rgb(153, 204, 255);
}

/* Need this for IE6 - LL */
.master a.ekflexmenu_button:focus
.master a.ekflexmenu_button:hover,
.master a.ekflexmenu_button_hover
{
	text-decoration: none;
}

.master .ekflexmenu_button_selected
{
    background: rgb(255, 255, 255) url(tridown.png) no-repeat; background-position: center right; 
	color: rgb(153, 204, 255);
}

/* Need this for IE6 - LL */
.master a.ekflexmenu_button_selected
{
	text-decoration: none;
}

.master .ekflexmenu_button_selected_hover
{
    background: rgb(255, 255, 255) url(tri.png) no-repeat; background-position: center right;
	color: rgb(153, 204, 255);
}

/* Need this for IE6 - LL */
.master a.ekflexmenu_button_selected_hover
{
	/* background: inherit; */		/* will get rid of extra pixel from arrow */
	text-decoration: none;
}

.master img 
{
	border-width: 0px; /* make all images borderless */
}

/* Link menu items */
.master a.ekflexmenu_link,
.master a.ekflexmenu_link_selected 
{
    padding: 0px 0px 0px 0px;
    text-indent: 10px;
    display: block; /* force one link per row */
    width: 100%; /* fill entire row with link */
    text-decoration: none;
}
.master a.ekflexmenu_link, 
.master a.ekflexmenu_link:link, 
.master a.ekflexmenu_link:visited {
	/* A; link for individual menu items (CMS quicklink, external link, etc.). */
    color: rgb(51, 102, 153);
    background: rgb(255, 255, 255);
    text-decoration: none;
    font-weight: bold;
}
/*.ekflexmenu_submenu_items a:hover */
.master a.ekflexmenu_link:hover, 
.master a.ekflexmenu_link:active, 
.master a.ekflexmenu_link:focus  {
	/* A; hovered version of ekflexmenu_link, see above... */
    color: rgb(153, 204, 255);
    background : rgb(255, 255, 255);
    text-decoration: none;
    font-weight: bold;
    border-color: rgb(175, 202, 229);
}

.master a.ekflexmenu_link_selected {
	/* A; selected version of ekflexmenu_link, see above... */
	color: rgb(153, 204, 255);
    background: rgb(255, 255, 255);
    text-decoration: none;
    font-weight: bold;
    border-color : rgb(175, 202, 229);
}
.master a.ekflexmenu_link_selected:hover {
	/* A; selected and hovered version of ekflexmenu_link, see above... */
	color: rgb(51, 102, 153);
    background: rgb(255, 255, 255);
    border-color : rgb(175, 202, 229);
    text-decoration: none;
}

