/*************************************************************************
* 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
 */
.simple {
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
 	font-weight: normal;
	line-height: 20px;

 	
}

/*
 * Menu container settings
 * Applies to second level menu containers
 */
.simple ul {
	font-size: 11px;



}

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.simple li {
	
	width: 150px;
	border-top: solid 1px; border-color: #BFCDD7; 
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
 	
}

/*
 * Menu items settings
 * Applies to second level menu items
 */
.simple ul li {
	width: 130px;
	line-height: 15px;
    background-image: none;	
	background-color: none;
	padding-left: 10px;
	padding-top: 5px; padding-bottom: 5px;
	border-top: none;
	border-left: dotted; border-width: 1px; border-color: #BFCDD7;
	border-bottom:  dotted; border-width: 1px; border-color: #BFCDD7;
}

/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.simple a {
	text-decoration: none;
	color: #336699;
	font-weight: normal;
	line-height: normal;
	padding: 0px 0px;
	padding-left: 10px;
	cursor: pointer !important;
}

/*
 * Specific to the simple skin, the expandable LAYOUT. 
 * Applies to the first item of the second level.
 */
.simple ul li.first {
}

/*
 * Specific to the simple skin, the expandable LAYOUT. 
 * Applies to the link inside the first item of the second level.
 */
.simple ul li.first a {
}

/*
 * Specific to the simple skin, the expandable LAYOUT. 
 * Applies to the last item of the second level.
 */
.simple ul li.last {
	border-left: dotted; border-width: 1px; border-color: #BFCDD7; 
	border-bottom:  dotted; border-width: 1px; border-color: #BFCDD7;
}

/*
 * Specific to the simple skin, the expandable LAYOUT. 
 * Applies to the link inside the last item of the second level.
 */
.simple ul li.last a {
}

/*
 * Menu link settings
 * Applies to links located in the second level menu items
 */
.simple ul a {
 	color: #336699;
}

/***************************************************************************
* 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
 */
.simple li.hover {
	background-position: 0px 12px !important;

}
  
/*
 * Mouse over on menu items
 * Applies to second level menu items
 */
.simple ul li.hover {
  	background-color: none;
  	background-image: none;
}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.simple a.hover {
  	background-color: #none;
  	background-image: none;
	color: #96aebe;
}

/*
 * Mouse over on links
 * Applies to links located in the second level menu items
 */
.simple ul a.hover {
  	color: #96aebe !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
 */
.simple li.selected {
	background-position: 0px 22px;

}

/*
 * Selected menu item
 * Applies to second level selected menu items
 */
.simple ul li.selected {

}

/*
 * Selected links
 * Applies to selected links in all menu items
 */
.simple a.selected {

}

/*
 * Selected links
 * Applies to selected links located in the second level menu items
 */
.simple ul a.selected {
color: #96aebe;
}
/******************************************************************************
* 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
 */
.simple .arrow {
	background-image: none;
	background-repeat: no-repeat;
	background-position: 5px center;
}

/* 
 * Define the arrow for the expanded state
 * Applies to all menu items that have expanded sub-menus
 */
.simple .expanded .arrow {
	background-image: none;	
}
/*************************************************************************
* 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: inherit;
	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: inherit;
}
.hasImg,
.hasImg a {
	padding: 0px !important;
	margin:	0px	!important;
	border:	none !important;
	outline: none !important;
	background:	transparent !important;
	width: auto !important;
}

.contact {
display: block; width: 170px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 15px;
background-color: #96aebe;
color: #ffffff;
align: right;
}