/*************************************************************************
* 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
 */





.memorial {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
 	font-weight: bold;
	border: thin none;
}

/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.memorial ul {
    border: none;
	font-weight: normal;
}

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.memorial li {

	background-repeat: repeat-x;
	background-position: top left;
	width: 150px;
	background-image: url(img/bg_ltgray.gif);
}


/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.memorial ul li {
	background-color: #FFFFFF;
	background-image: none;
	border: none;
}

/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.memorial a {
	color: #333366;
	text-decoration: none;
	padding: 2px 2px 2px 7px;
	line-height: 13px;
	cursor: pointer;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #c0cfdb;
}

/*
 * Menu link settings
 * Applies to links located in the second (or more) level menu items
 */
.memorial ul a {
	border: none;
	
	color: #333366;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #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
 */
.memorial li.selected {
    background-color: 8398ca;
	background-image: url(img/bglight.gif);
}

/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
.memorial ul li.selected {
	background-color: cacfd3;
	background-image: url(img/bgsub_v.gif);
}

/*
 * Selected links
 * Applies to selected links in all menu items
 */
 
.memorial a.selected {
	color: ffffff;
	text-decoration: none;
}

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu  items
 */
.memorial ul a.selected {
color: 333366;
text-decoration: underline;

}

/***************************************************************************
* 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
 */
.memorial li.hover {

	background-image: url(img/bglight.gif);
}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.memorial ul li.hover {

	background-image: url(img/bgsub_h.gif);
}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.memorial a.hover {
	color: #333366;

	text-decoration: none;
}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.memorial ul a.hover {
	border: none;
	
	color: #333366;
	border-top: solid 1px #c0cfdb;
	border-bottom: solid 1px #c0cfdb;
}

/*
 * Specific to MODERN skin only
 * Applies to links located in the third (or more) level menu items
 */
.memorial ul ul li.hover  {
	background-color: #4C677D;
}

/******************************************************************************
* 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
 */
.memorial .arrow {
	background-image: url(img/arrow_right_color.gif);
	background-repeat: no-repeat;
	background-position: 140px 7px;
}

/* 
 * Define the arrow
 * Applies to all menu items that have sub-menus located in the second (or more) level
 */
.memorial .hover ul .arrow,
.memorial 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
 */
.memorial .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
 */
.memorial 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;
}
div.expandable ul li ul {
	position: static;
	visibility: visible;
	display: block;
	clear: both;
	margin: 0px;
	margin-top: 0px;
}
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;
	
	background:	transparent !important;
	width: auto !important;
}

