/*************************************************************************
* This is the SKIN style definition for the CSS menu.                    *
* Feel free to customize this section.                                   *
*************************************************************************/

/*
 * Menu container settings
 * Applies to the first level menu container
 */
.mydialysiscare_skin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
 	font-weight: bold;
	width: 800px;
 	text-align: left;
	
}

/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.mydialysiscare_skin ul {
	font-weight: normal;
 
}

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.mydialysiscare_skin li {
	width: 100px;
 
}

/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.mydialysiscare_skin ul li {
	background-color: transparent;
	width: auto;
}

/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.mydialysiscare_skin a {
	text-decoration: none;
	color: #ffffff;
	text-align: center;
	line-height: 27px;
	padding: 0px;
	cursor: pointer;
}

/*
 * Menu link settings
 * Applies to links located in the second (or more) level menu items
 */
.mydialysiscare_skin ul a {
	text-align: left;
	line-height: 12px;
	padding: 2px 2px 2px 20px;
	color: #65688F;
}

/*****************************************************************************
* In this section, we will define what happens when a menu item is selected  *
*****************************************************************************/

/*
 * Selected menu item
 * Applies to selected menu items in all menu containers
 */
.mydialysiscare_skin li.selected {

}

/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
.mydialysiscare_skin ul li.selected {
	background-color: transparent;
}

/*
 * Selected links
 * Applies to selected links in all menu items
 */
.mydialysiscare_skin a.selected {
	font-size: 9pt;
	font-weight: bold;
}

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.mydialysiscare_skin ul a.selected {
	font-weight: bold;
}


/***************************************************************************
* In this section, we will define what happens when mouse-overing an item  *
***************************************************************************/

/*
 * Mouse over on menu items
 * Applies to all menu items in all menu containers
 */
.mydialysiscare_skin li.hover {
	text-decoration: underline;
}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.mydialysiscare_skin ul li.hover {
	background-color: transparent;
}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.mydialysiscare_skin a.hover {
	font-size: 9pt;
	font-weight: bold;
	text-decoration: underline;
}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.mydialysiscare_skin ul a.hover {
	color: #3c4070 !important;
}




/******************************************************************************
* In this section, we will define the menu arrows behavior                    *
* An arrow is inserted next to the menu item when the menu item has sub-menus *
******************************************************************************/

/* 
 * Define the arrow
 * Applies to all menu items that have sub-menus
 */
.mydialysiscare_skin .arrow {
}

/* 
 * Define the arrow
 * Applies to all menu items that have sub-menus located in the second (or more) level
 */
.mydialysiscare_skin .hover ul .arrow,
.mydialysiscare_skin ul .arrow {
	background-image: url(img/pos2.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

/* 
 * Define the arrow on mouse over
 * Applies to all menu items that have sub-menus on mouse over
 */
.mydialysiscare_skin .hover .arrow {
}

/* 
 * Define the arrow on mouse over
 * Applies to all menu items that have sub-menus located in the second (or more) level on mouse over
 */
.mydialysiscare_skin ul .hover .arrow {
}
/*************************************************************************
* This is the LAYOUT style definition for the CSS menu                   *
* DO NOT alter this section, unless you know what you're doing           *
*************************************************************************/
div.tab {
	clear: both;
}
div.tab br {
	clear: both;
}
div.tab ul {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	clear: both;
}
div.tab li {
	list-style-type: none;
	display: block;
	float: left;
	clear: none;
	text-align: left;
    position: static;
}
div.tab li img {
	border: none;
}
div.tab a {
	clear: both;
	display: block;
	margin: 0px; 
}
div.tab ul li ul {
	position: absolute;
	left: -5000px;
	top: -5000px;
	visibility: hidden;
	clear: both;
	float: left;
}
div.tab ul li ul li ul {
	display: none;
}
div.tab ul li ul li {
	float: left;
	clear: none;
}
.hasImg,
.hasImg a {
	padding: 0px !important;
	margin:	0px	!important;
	border:	none !important;
	outline: none !important;
	background:	transparent !important;
	width: auto !important;
}