/*************************************************************************
* 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
 */
.labform3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
 	font-weight: bold;
 
}

/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.labform3 ul {
	font-weight: normal;
 	border: 1px none #FFFFFF;
}

/*
 * specific to interakt_blue skin only
 * Applies to third (or more) level menu containers
 */
.labform3 ul ul {
	border: 0px solid #10133A;
}

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.labform3 li {
	background-color: #666666;
	width: 130px;
}

/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.labform3 ul li {
	background-color: #CCCCCC;
	background-image: none;
}

/*
 * specific to interakt_blue skin only
 * Applies to third (or more) level menu items
 */
.labform3 ul ul li {
	width: 176px;
	border-left: 2px solid #65688F;
	border-right: 2px solid #65688F;
	background-color: #3C4070;
}


/*
 * specific to interakt_blue skin only
 * Applies to the first item of third (or more) level
 */
.labform3 ul ul li.first {
	border-top: 2px solid #65688F;
}

/*
 * specific to interakt_blue skin only
 * Applies to the last item of third (or more) level
 */
.labform3 ul ul li.last {
	border-bottom: 2px solid #65688F;
}

/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.labform3 a {
	text-decoration: none;
	color: #ffffff;
	text-align: left;
	line-height: 27px;
	border-top: 0px solid #65688F;
	border-bottom: 1px solid #CCCCCC;
	padding: 2px 2px 2px 20px ;
	cursor: pointer;
}

/*
 * Menu link settings
 * Applies to links located in the second (or more) level menu items
 */
.labform3 ul a {
	text-align: left;
	line-height: 16px;
	border-top: 0px solid #65688F;
	border-bottom: 1px solid #666666;
	padding: 2px 2px 2px 20px;
	color: #333333;
}

/*
 * specific to interakt_blue skin only
 * Applies to links located in the third (or more) level menu items
 */
.labform3 ul ul a {
	border: none;
	padding-left: 10px;
}

/*****************************************************************************
* 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
 */
.labform3 li.selected {
	background-color: #C81F60;
}

/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
.labform3 ul li.selected {
    
	background-color: #C81F60;
	background-image: none;
}

/*
 * Selected links
 * Applies to selected links in all menu items
 */
.labform3 a.selected {
}

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.labform3 ul a.selected {
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 20px ;
}


/***************************************************************************
* 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
 */
.labform3 li.hover {
	background-color: #257C51 !important;
}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.labform3 ul li.hover {
	background-color: #C81F60 !important;
	background-image: none;
}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.labform3 a.hover {
}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.labform3 ul a.hover {
	color: #FFFFFF;
}


/*
 * specific to interakt_blue skin only
 * Applies to third (or more) level menu items
 */
.labform3 ul ul li.hover {
	background-color: #65688F;
}

/******************************************************************************
* 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
 */
.labform3 .arrow {
}

/* 
 * Define the arrow
 * Applies to all menu items that have sub-menus located in the second (or more) level
 */
.labform3 .hover ul .arrow,
.labform3 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
 */
.labform3 .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
 */
.labform3 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;
}.bullet {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
