/*************************************************************************
* 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 {
	font-family: Arial, Helvetica, sans-serif;
 	font-weight: bold;
}

/*
 * Menu container settings
 * Applies to second level menu containers
 */
.simple ul {
	border: none;
}

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.simple li {
	background-image: url(../../../../graphics/nav_background.gif);
	list-style-type: none;
	width: 150px;
}

/*
 * Menu items settings
 * Applies to second level menu items
 */
.simple ul li {
	background-image: url(../../../../graphics/nav_background.gif);
	list-style-type: none;
 	border: none;
}

/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.simple a {
display:block;
	background-image: url(../../../../graphics/arrow_off.gif);
	background-position: left;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #393938;
	font-size: .7em;
	font-weight: bold;
        padding: 0.6em 0em 0.6em 1.5em;
	text-decoration: none;
	text-transform: uppercase;

}
/*
 * 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: none;
}

/*
 * 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 {
	border:none;
}

/*
 * Menu link settings
 * Applies to links located in the second level menu items
 */
.simple ul a {
 	border: none;
}

/***************************************************************************
* 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-image: url(../../../../graphics/nav_background_on.gif);
}
  
/*
 * Mouse over on menu items
 * Applies to second level menu items
 */
.simple ul li.hover {
	background-image: url(../../../../graphics/nav_background_on.gif);
}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.simple a.hover {
	background-image: url(../../../../graphics/arrow_on.gif);
	background-position: left;
	background-repeat: no-repeat;
	color: #FFFFFF;
}

/*
 * Mouse over on links
 * Applies to links located in the second level menu items
 */
.simple ul a.hover {

	background-position: left;
	background-repeat: no-repeat;
	color: #FFFFFF;
}
/*****************************************************************************
* 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-image: url(../../../../graphics/nav_background_on.gif);
	background-repeat:repeat-x;
}

/*
 * Selected menu item
 * Applies to second level selected menu items
 */
.simple ul li.selected {
background-image: none;
	background-image: url(../../../../graphics/nav_lower_arrow.gif);
background-repeat:no-repeat;
background-position: left;
}


/*
 * Selected links
 * Applies to selected links in all menu items
 */
.simple a.selected {

	background-image: url(../../../../graphics/arrow_on.gif);
	background-position: left;
	background-repeat: no-repeat;
	color: #FFFFFF;
}

/*
 * Selected links
 * Applies to selected links located in the second level menu items
 */
.simple ul a.selected {
text-align: right;
background-image: none;
	color: #000000;
}
.simple ul a.selected:hover {
	background-image: url(../../../../graphics/nav_lower_arrow.gif);
background-repeat:no-repeat;
background-position: left;
}
/******************************************************************************
* 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: url(../../../../graphics/arrow_off.gif);
	background-position: left;
	background-repeat: no-repeat;
	text-decoration: none;
	display: block;
	font-size: .7em;
	font-weight: bold;
        padding: 0.6em 0em 0.6em 1.5em;
	text-decoration: none;
	text-transform: uppercase;

}

/* 
 * Define the arrow for the expanded state
 * Applies to all menu items that have expanded sub-menus
 */
.simple .expanded .arrow {
background-image: url(../../../../graphics/nav_background_on.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;
	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;
background-image: none;
text-align: right;
color: #000000;
background-image: url(../../../../graphics/nav_lower_dot.gif);
background-repeat:repeat-x

}
div.expandable ul li ul li a {
	clear: both;
	color: #000000;
background-image: none;
background-position: left;

}
div.expandable ul li ul li a:hover {
background-image: none;
color: #000000;
	background-image: url(../../../../graphics/nav_lower_arrow.gif);
background-repeat:no-repeat;
}

div.expandable ul li ul li:hover {
background-image: url(../../../../graphics/nav_lower_dot.gif);
background-repeat:repeat-x
background-position: left;
}
.hasImg,
.hasImg a {
	padding: 0px !important;
	margin:	0px	!important;
	border:	none !important;
	outline: none !important;
	background:	transparent !important;
	width: auto !important;
}