/*************************************************************************
* 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_new {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
 	font-weight: normal;
}

/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.interakt_blue_new ul {
	font-weight: normal;
}

/*
 * specific to interakt_blue skin only
 * Applies to third (or more) level menu containers
 */
.interakt_blue_new ul ul {
	border:1px solid #FFFFFF;
}

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.interakt_blue_new li {
 	background-color: #BA0013;
	width: 125px;
	background-image: url(img/custom/tab_up.jpg);
}

/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.interakt_blue_new ul li {
	background-color: #BA0013;
	width: 190px;
	background-image: url(img/custom/sub_up_background.jpg);
}

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


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

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




/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.interakt_blue_new a {
	text-decoration: none;
	color: #ffffff !important;
	text-align: center;
	line-height: 27px;
	padding: 2 2 2 20 px ;
	cursor: pointer;
}

/*
 * Menu link settings
 * Applies to links located in the second (or more) level menu items
 */
.interakt_blue_new ul a {
	text-align: left;
	line-height: 12px;
	border-top: 1px solid #BA0013;
	border-bottom: 1px solid #BA0013;
	padding: 2px 2px 2px 20px;
}

/*
 * specific to interakt_blue skin only
 * Applies to links located in the third (or more) level menu items
 */
.interakt_blue_new 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
 */
.interakt_blue_new li.selected {
	background-color: #BA0013;
}

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

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

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.interakt_blue_new 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
 */
.interakt_blue_new li.hover {
	background-color: #BA0013 !important;
	background-image: url(img/custom/tab_over.jpg);
}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.interakt_blue_new ul li.hover {
	background-color: #BA0013;
	background-image: url(img/custom/sub_over_background.jpg);
}

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

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


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

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

/* 
 * Define the arrow
 * Applies to all menu items that have sub-menus located in the second (or more) level
 */
.interakt_blue_new .hover ul .arrow,
.interakt_blue_new ul .arrow {
}

/* 
 * Define the arrow on mouse over
 * Applies to all menu items that have sub-menus on mouse over
 */
.interakt_blue_new .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
 */
.interakt_blue_new 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.horizontal {
	clear: both;
}
div.horizontal br {
	clear: both;
}
div.horizontal ul {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	clear: both;
}
div.horizontal li {
	list-style-type: none;
	display: block;
	float: left;
	clear: none;
	text-align: left;
    position: static;
}
div.horizontal li img {
	border: none;
}
div.horizontal a {
	clear: both;
	display: block;
	margin: 0px;
}
div.horizontal ul li ul {
	position: absolute;
	left: -5000px;
	top: -5000px;
	visibility: hidden;
	clear: both; 
}
div.horizontal ul li ul li {
	clear: both; 
}
div.horizontal 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;
}