/*************************************************************************
* 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
 */
.Sensible_2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
 	font-weight: bold;
	vertical-align: middle;
	text-align: right;
	text-decoration: none;
	color: #FFFFFF;
}

/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.Sensible_2 ul {
	font-weight: bold;
  	border:none;
	text-decoration: none;
	color: #FFFFFF;
}

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.Sensible_2 li {

	background-repeat: no-repeat;
	background-position: top left;
	width: 182px;
	background-color: #6EBB6B;
	margin: 0px;
	border: none;
	background-image: url(img/custom/sub_menu_2.gif);
	text-decoration: none;
	color: #FFFFFF;
}


/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.Sensible_2 ul li {
	background-color: #DDDDDD;
	background-image: url(img/custom/sub_menu_grey_1.gif);
	border: none;
	margin: 0px ;
	text-decoration: none;
	color: #FFFFFF;
}

/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.Sensible_2 a, .Sensible_2 a:hover, .Sensible_2 a:active, .Sensible_2 a:visited, .Sensible_2 a:link {
	color: #ffffff;
	border: none;
	text-decoration: none;
	padding: 0px 10px 0px 0px ;
	line-height: 23px;
	cursor: pointer;
	text-align: right;
	text-decoration: none;
}

/*
 * Menu link settings
 * Applies to links located in the second (or more) level menu items
 */
.Sensible_2 ul a {
	border: none;
	color: #ffffff;
	/*color: #3E6660;*/
	padding: 0px 10px 0px 0px ;
	text-decoration: none;
}


/*****************************************************************************
* 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
 */
.Sensible_2 li.selected {
	/* background-color: #99CF91; */
	background-color: #666666; 
	background-image: url(img/custom/sub_menu_1.gif);
	margin: 0px ;
	text-decoration: none;
	color: #FFFFFF;
}

/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
.Sensible_2 ul li.selected {
	/* background-color: #C3C3C3; */
	background-color: #666666; 
	background-image: url(img/custom/sub_menu_grey_2.gif);
	margin: 0px ;
	text-decoration: none;
	color: #666666;
}

/*
 * Selected links
 * Applies to selected links in all menu items
 */
.Sensible_2 a.selected {
	color: #ffffff;
	padding: 0px 10px 0px 10px ;
	font-size: 11px;
	text-decoration: none;
}

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu  items
 */
.Sensible_2 ul a.selected {
	padding: 0px 10px 0px 10px ;
	text-decoration: none;
	color: #333333;	
}

/***************************************************************************
* 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
 */
.Sensible_2 li.hover {

	background-image: url(img/custom/sub_menu_3.gif);
	background-color: #5C9247;
	margin: 0px ;
	color: #FFFFFF;
}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.Sensible_2 ul li.hover {
	background-color: #7F7F7F;
	background-image: url(img/custom/sub_menu_grey_3.gif);
	margin: 0px ;
	color: #FFFFFF;
}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.Sensible_2 a.hover {
	color: #ffffff;
	border: none;
	padding: 0px 10px 0px 10px ;
	text-decoration: none;
}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.Sensible_2 ul a.hover {
	border: none;
	color: #ffffff;
	padding: 0px 10px 0px 10px ;
	text-decoration: none;
}

/*
 * Specific to MODERN skin only
 * Applies to links located in the third (or more) level menu items
 */
.Sensible_2 ul ul li.hover  {
	background-color: #4C7D76;
	color: #FFFFFF;
}

/******************************************************************************
* 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
 */
.Sensible_2 .arrow {
	background-image: url(img/arrow_right_color.gif);
	background-repeat: no-repeat;
	background-position: 6px center;
}

/* 
 * Define the arrow
 * Applies to all menu items that have sub-menus located in the second (or more) level
 */
.Sensible_2 .hover ul .arrow,
.Sensible_2 ul .arrow {
	background-image: url(img/arrow_right_color.gif);
}

/* 
 * Define the arrow on mouse over
 * Applies to all menu items that have sub-menus on mouse over
 */
.Sensible_2 .hover .arrow {
	background-image: url(img/arrow_right_light.gif);
}

/* 
 * 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
 */
.Sensible_2 ul .hover .arrow {
	background-image: url(img/arrow_right_light.gif);
}
/*************************************************************************
* 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;
	color: #FFFFFF;
}
div.expandable ul li ul {
	position: static;
	visibility: visible;
	display: block;
	clear: both;
	margin: 0px;
	margin-top: -5000px;
	color: #FFFFFF;
}
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;
	color: #FFFFFF;
}