/*************************************************************************
* 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
 */
.alderny {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
 	font-weight: bold;
}

/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.alderny ul {
	font-weight: bold;
	font-size: 10px;

}
.alderny ul li .wide {
	font-weight: bold;
	font-size: 10px;
	border: 1px solid red;
	min-width:1000px;
}


/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.alderny li {

	background-repeat: repeat-y;
	background-position: top left;
	margin-right: 0;
	background-color: #8C989F;
}

/*
 * Specific to MODERN skin only
 * Applies to the last item of the first level
 */
.alderny li.last {
	margin-right: 0px;
}

/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.alderny ul li {
	background-image: none;
	background-color: #195CA5;
	padding: 0px;
 	width: auto;
	border-top: 1px solid #144883;
	border-left: 1px solid #144883;
	border-bottom: 1px solid #000000;
		border-right: 1px solid #000000;
}

/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.alderny a {
	color: #ffffff;
	text-decoration: none;
	padding: 2px 8px 2px 8px ;
	line-height: 18px;
	cursor: pointer;
	border-bottom:2px solid #102841;
}

/*
 * Menu link settings
 * Applies to links located in the second (or more) level menu items
 */
.alderny ul a {
	border: none;
	color: #FDEA29;
	padding-left: 0px;
	padding-right: 20px;
}


/*****************************************************************************
* 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
 */
.alderny li.selected {
	background-color: #195CA5;
	background-image: none;
}

/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
.alderny ul li.selected {
	background-color: transparent;
	background-image: none;
}

/*
 * Selected links
 * Applies to selected links in all menu items
 */
.alderny a.selected {
	color: #FDEA29;
}

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.alderny ul a.selected {
	color: #102841;
	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
 */
.alderny li.hover {
	background-color: #195CA5;
	background-image: none;
}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.alderny ul li.hover {
	background-color: #FDEA29;
	background-image: none;
}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.alderny a.hover {
	color: #FDEA29;
	border-top:2px solid #406E8E;
	border-bottom: none;
}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.alderny ul a.hover {
	border: none;
	color: #195CA5;
}


/******************************************************************************
* 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
 */
.alderny .arrow {

}

/* 
 * Define the arrow
 * Applies to all menu items that have sub-menus located in the second (or more) level
 */
.alderny .hover ul .arrow,
.alderny ul .arrow {

}

/* 
 * Define the arrow on mouse over
 * Applies to all menu items that have sub-menus on mouse over
 */
.alderny .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
 */
.alderny 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.tab {
	clear: both;

}
div.tab br {
	clear: both;
}
div.tab ul {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	clear: both;
}
div.tab li {
	list-style-type: none;
	display: block;
	float: left;
	clear: none;
	text-align: left;
    position: static;
}
div.tab li img {
	border: none;
}
div.tab a {
	clear: both;
	display: block;
	margin: 0px; 
}
div.tab ul li ul {
	position: absolute;
	left: -5000px;
	top: -5000px;
	visibility: hidden;
	clear: both;
	float: left;
}
div.tab ul li ul li ul {
	display: none;
}
div.tab ul li ul li {
	float: left;
	clear: none;
	padding: 0 10px 0 10px;
}
.hasImg,
.hasImg a {
	padding: 0px !important;
	margin:	0px	!important;
	border:	none !important;
	outline: none !important;
	background:	transparent !important;
	width: auto !important;
}