/*************************************************************************
* 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
 */
.umb_expand {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
 	font-weight: bold;

}

/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.umb_expand ul {
 	font-weight: normal;
}

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.umb_expand li {
	width: 165px; 
	background-repeat: no-repeat;
	background-position: left top;
	

}

/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.umb_expand ul li {
width: 180px;
display: block;
	background-image: none;
	background-color: transparent;
	border-bottom: none;

}

/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.umb_expand a {
	text-decoration: none;
	line-height: 1.3em;
/*	cursor: pointer;*/
/*	padding: 1px 2px 1px 12px;*/
	padding: 4px 2px 4px 12px;
	color: #575510;
}

/*
 * specific to AQUA skin only
 * Applies to the link located in the last item of the first level
 */
.umb_expand li.last a {
	line-height: 1.3em;
}

/*
 * Menu link settings
 * Applies to links located in the second (or more) level menu items
 */
.umb_expand ul a {
 	line-height: 19px !important;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 20px;
/*	background-color: #fffef7;*/
	display: block;
	width: 165px; 
}

/*****************************************************************************
* 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
 */
.umb_expand li.selected {
	background-image: url(/images/umb_list-24on.gif);
	background-repeat:no-repeat;
}

/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
.umb_expand ul li.selected {
	background-image: none;
}

/*
 * Selected links
 * Applies to selected links in all menu items
 */
.umb_expand a.selected {
	color: #575510;
}

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.umb_expand ul a.selected {
}


/***************************************************************************
* 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
 */
.umb_expand li.hover {
	background-image: url(http://www.umb.edu/images/interface/umb_list-24on.gif);
	background-repeat: no-repeat;
}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.umb_expand ul li.hover {
/*	background-image: none;*/
	background-image: url(http://www.umb.edu/images/interface/umb_list-on-sub.gif);
}

/* 
 * Define the expanded state
 * Applies to all menu items that have expanded sub-menus
 */
.umb_expand li.expanded a{
	line-height: .5em;
}


/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.umb_expand a.hover {
}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.umb_expand ul a.hover {
	color: #990000;
	background-image: url(http://www.umb.edu/images/interface/umb_list-on-sub.gif);
	background-repeat: no-repeat;
}


/******************************************************************************
* 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
 */
.umb_expand .arrow {
}

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

/* 
 * Define the arrow on mouse over
 * Applies to all menu items that have sub-menus on mouse over
 */
.umb_expand .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
 */
.umb_expand 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.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: -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: both;
}
.hasImg,
.hasImg a {
	padding: 0px !important;
	margin:	0px	!important;
	border:	none !important;
	outline: none !important;
	background:	transparent !important;
	: auto !important;
}