/*************************************************************************
* 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
 */
.interakt_blue {
	font-family: Verdana;
	font-size: 10px;
 	border: none;
}

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.interakt_blue li {
	background-color: #FFFFFF;	
	border: 1px solid #ffffff;
	width: 146px;
}

/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.interakt_blue a {
	text-decoration: none;
	color: #ffffff;
	border: 1px solid #ffffff;
	text-align: left;
	color: #605949;
}

/*****************************************************************************
* 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
 */
.interakt_blue li.selected {
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	background-color: #FFFFFF !important;
	
}

/*
 * Selected links
 * Applies to selected links in all menu items
 */
.interakt_blue a.selected {
	
	color: #605949;
	font-weight: bold;
	background-color: #FFFFFF !important;
}

/***************************************************************************
* 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
 */
.interakt_blue li.hover {
	background-color: #FFFFFF !important;
	border: 1px solid #ADFD00;
	cursor: default;
}
  
/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.interakt_blue a.hover {
	color: #605949;
	cursor: default;
}

/******************************************************************************
* 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
 */
.interakt_blue .arrow {
	cursor: default;
}

/*************************************************************************
* 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;
}
