/*************************************************************************
* 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
 */
.aapld {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
 	font-weight: bold;
	border: 150px none;
	letter-spacing: .1em;
}

/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.aapld ul {
	font-weight: normal;
 	border: none;
}

/*
 * specific to interakt_blue skin only
 * Applies to third (or more) level menu containers
 */
.aapld ul ul {
    border: 0px;
	border-bottom: 1px solid #10133A;
}

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.aapld li {
	background-color: #2E404A;
	width: 150px;
	background-image: url(img/custom/sidenav_top_bg2.gif);
	background-repeat: no-repeat;
	border: 0px;
	border-bottom: 1px solid #8B969B;
}

/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.aapld ul li {
	border: 0px;
	background-color: #425c6B;
	background-image: url(img/custom/sidenav_other_bg_trans.gif);
	background-repeat: no-repeat;
}

/*
 * specific to interakt_blue skin only
 * Applies to third (or more) level menu items
 */
.aapld ul ul li {
	width: 150px;
	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
 */
.aapld 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
 */
.aapld 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
 */
.aapld a, .aapld a:link, .aapld a:active, .aapld a:hover {
	text-decoration: none;
	color: #ffffff;
	text-align: left;
	line-height: 25px; 
/*    line-height: 2ex; */
 	padding: 2px 2px 2px 20px;
	cursor: pointer;
}
.aapld a:visited {
	text-decoration: none;
	color: #ffffff;
	text-align: left;
	line-height: 25px; 
/*    line-height: 2ex; */
	padding: 2px 2px 2px 20px;
	cursor: pointer;
}

/*
 * Menu link settings
 * Applies to links located in the second (or more) level menu items
 */
.aapld ul a, .aapld ul a:link, .aapld ul a:active, .aapld ul a:hover  {
	text-align: left;
/*	line-height: 25px; */
    line-height: 2.2ex;
/*	border-top: 1px solid #65688F; */
/*	border-bottom: 1px solid #303465; */
    border-bottom: 1px solid #2E404A;
	padding: 2px 2px 2px 20px ;
}
.aapld ul a:visited {
	text-align: left;
/*	line-height: 25px; */
    line-height: 2.2ex;
/*	border-top: 1px solid #65688F; */
/*	border-bottom: 1px solid #303465; */
    border-bottom: 1px solid #2E404A;
	padding: 2px 2px 2px 20px ;
}


/*
 * specific to interakt_blue skin only
 * Applies to links located in the third (or more) level menu items
 */
.aapld 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
 */
.aapld li.selected {
	background-color: #6B1100;
	background-image: url(img/custom/sidenav_top_bg_select1.gif);
	background-repeat: no-repeat;
}

/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
.aapld ul li.selected {
    background-color: #991900;
	background-image: url(img/custom/sidenav_other_bg_trans2.gif);
}

/*
 * Selected links
 * Applies to selected links in all menu items
 */
.aapld a.selected {
}

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.aapld 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
 */
.aapld li.hover {
	background-color: #520E00 !important;
	background-image: url(img/custom/sidenav_top_bg_hover2.gif);
	background-repeat: no-repeat;
}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.aapld ul li.hover {
	background-color: #8A1700 !important;
	background-image: url(img/custom/sidenav_other_bg_trans1.gif);
    background-repeat: no-repeat;
}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.aapld a.hover {
}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.aapld ul a.hover {
}


/*
 * specific to interakt_blue skin only
 * Applies to third (or more) level menu items
 */
.aapld 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
 */
.aapld .arrow {
}

/* 
 * Define the arrow
 * Applies to all menu items that have sub-menus located in the second (or more) level
 */
.aapld .hover ul .arrow,
.aapld 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
 */
.aapld .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
 */
.aapld 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;
}