/*************************************************************************
* This is the SKIN style definition for the CSS menu.                    *
* Feel free to customize this section.                                   *
*************************************************************************/
div.expand_hide {
/*   background-color: #135951; */
   background-color: #135951;
/*   background-image:url(http://www.phpl.info/design/images/expand_hide_bg.gif); */
   color: #FFFFFF;
   font-size: 11px;
   font-weight: bold;
   text-align: left;
   text-indent: 10px;
   font-family: Arial, Helvetica, sans-serif;
   width: 149px;
   padding: 0px;
/*   padding-left: 10px; */
   padding-top: 8px;
   padding-bottom: 4px;
   margin: 0px;
   border: 0px;
   border-bottom: 1px solid #34706a;
}
div.expand_hide a, div.expand_hide a:link, div.expand_hide a:visited, div.expand_hide a:active {
   color: #FFFFFF;
   font-size: 11px;
   font-weight: bold;
   text-decoration: none;
}
div.expand_hide a:hover {
   color: #FFFFFF;
   font-size: 11px;
   font-weight: bold;
   text-decoration: underline;
}



/*
 * Menu container settings
 * Applies to the first level menu container
 */
.phpld {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
 	font-weight: bold;
 	border: none;
}

/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.phpld ul {
	font-weight: normal;
	font-weight: bold;
 	border: 149px none #C8D813;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/*
 * specific to interakt_blue skin only
 * Applies to third (or more) level menu containers
 */
.phpld ul ul {
	border: 1px solid #135951;
}

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.phpld li {
	background-color: #34706a;
	width: 149px;
	border: 0px;
	border-bottom: 1px solid #135951;
}

/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.phpld ul li {
	width: 149px;
	border: 0px;
	background-color: #439189;
}

/*
 * specific to interakt_blue skin only
 * Applies to third (or more) level menu items
 */
.phpld ul ul li {
	width: 149px;
	border: 0px;
	border-bootom: 1px solid #135951;
	background-color: #34706a;
}


/*
 * specific to interakt_blue skin only
 * Applies to the first item of third (or more) level
 */
.phpld ul ul li.first {
	border-top: 1px solid #ffffff;
}

/*
 * specific to interakt_blue skin only
 * Applies to the last item of third (or more) level
 */
.phpld ul ul li.last {
	border-bottom: 1px solid #EAF19F;
}

/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.phpld a, .phpld a:link, .phpld a:active, .phpld a:visited {
	text-decoration: none;
	font-size: 12px;
	color: #ffffff;
	text-align: left;
	line-height: 27px;
	padding: 2px 2px 2px 10px ;
	cursor: pointer;
}
.phpld a:hover {
	text-decoration: none;
	font-size: 12px;
	color: #135951;
	text-align: left;
	line-height: 27px;
	padding: 2px 2px 2px 10px ;
	cursor: pointer;
}

/*
 * Menu link settings
 * Applies to links located in the second (or more) level menu items
 */
.phpld ul a, .phpld ul a:link, .phpld ul a:active, .phpld ul a:visited {
	text-decoration: none;
	font-size: 11px;
	text-align: left;
	line-height: 16px;
	border: 0px;
	border-bottom: 1px solid #34706a;
	padding: 2px 2px 2px 20px ;
	color: #FFFFFF;
}
.phpld ul a:hover {
	text-decoration: none;
	font-size: 11px;
	text-align: left;
	line-height: 16px;
	border: 0px;
	border-bottom: 1px solid #34706a;
	padding: 2px 2px 2px 20px ;
	color: #135951;
}

/*
 * specific to interakt_blue skin only
 * Applies to links located in the third (or more) level menu items
 */
.phpld ul ul a {
	border: none;
	padding-left: 11px;
}

/*****************************************************************************
* 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
 */
.phpld li.selected {
	background-color: #135951;
}

/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
.phpld ul li.selected {
    background-color: #135951;
}

/*
 * Selected links
 * Applies to selected links in all menu items
 */
.phpld a.selected {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
}

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.phpld ul a.selected {
	font-weight: bold;
	color: #ffffff;
	font-size: 11px;
}


/***************************************************************************
* 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
 */
.phpld li.hover {
/*	background-color: #C8D813 !important; */
	background-color: #7ea845 !important;
}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.phpld ul li.hover {
/*	background-color: #EAF19F !important; */
	background-color: #a8c987 !important;
	color: #135951 !important;
}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.phpld a.hover {
	color: #135951;
	font-weight: bold;
	font-size: 12px;
}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.phpld ul a.hover {
	font-size: 11px;
	font-weight: bold;
	color: #135951;
}


/*
 * specific to interakt_blue skin only
 * Applies to third (or more) level menu items
 */
.phpld ul ul li.hover {
/*	background-color: #C8D813; */
	background-color: #7ea845;
}

/******************************************************************************
* 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
 */
.phpld .arrow {
}

/* 
 * Define the arrow
 * Applies to all menu items that have sub-menus located in the second (or more) level
 */
.phpld .hover ul .arrow,
.phpld 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
 */
.phpld .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
 */
.phpld 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.expandable {
	clear: both;
}
div.expandable br {
	clear: both;
}
div.expandable ul {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	clear: both;
}
div.expandable li {
	list-style-type: none;
	display: block;
	float: left;
	clear: both;
	text-align: left;
    position: relative;
}
div.expandable li img {
	border: none;
}
div.expandable a {
	clear: both;
	float: none;
	display: block;
	margin: 0px;
}
div.expandable ul li ul {
	position: static;
	visibility: visible;
	display: block;
	clear: both;
	margin: 0px;
	margin-top: -5000px;
}
div.expandable ul li ul li ul {
	display: none;
}
div.expandable ul li ul li {
	clear: both;

}
div.expandable ul li ul li a {
	clear: both;
}
.hasImg,
.hasImg a {
	padding: 0px !important;
	margin:	0px	!important;
	border:	none !important;
	outline: none !important;
	background:	transparent !important;
	width: auto !important;
}
