/*************************************************************************
* 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
 */
.selectlang {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 16px;
	text-transform: uppercase;
}

/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.selectlang ul {
	border-top: solid 2px #FFFFFF;
}

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.selectlang li {
	text-align:center !important;
	margin-left: 0px;
}

/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.selectlang ul li {
	background-image: none;
 	width: 68px;
 	border: none;
	text-align:left !important;
}

/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.selectlang a {
	text-decoration: none;
	color: #000000;
	line-height: 16px;
	padding: 0px 7px;
	border-right: dotted 1px #1451a0;
	cursor: pointer;
}

/*
 * Menu link settings
 * Applies to links located in the second (or more) level menu items
 */
.selectlang ul a {
 	border: none;
 	border-bottom: 1px solid #1451a0;
 	color: #000000;
	line-height: 16px;
	background-color:#9eaed7;
	padding-left: 5px;
	padding-right: 5px;
}

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

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.selectlang a.hover {
	color:#FFFFFF;
}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.selectlang ul a.hover {
  	color: #990033 !important;
	background-color: #FFFFFF !important;
	background-image: none !important;
}
/*****************************************************************************
* 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
 */
.selectlang li.selected {
}

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

/*
 * Selected links
 * Applies to selected links in all menu items
 */
.selectlang a.selected {
	color: #000000;
	background-color: #9eaed7;
}

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.selectlang ul a.selected {
	color: #990033;
}
/******************************************************************************
* 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
 */
.selectlang .arrow {
}

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

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

}
div.horizontal2 ul li ul li a {
	clear: none;
}
.hasImg,
.hasImg a {
	padding: 0px !important;
	margin:	0px	!important;
	border:	none !important;
	outline: none !important;
	background:	transparent !important;
	width: auto !important;
}