/*************************************************************************
* 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
 */
.spence3 {
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: 11px;
 	font-weight: bold;
}
/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.spence3 ul {
	font-weight:normal;
}



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

	background-repeat: repeat-x;
	background-position: left top;
	padding: 1px 0px 1px 0px;
}
/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.spence3 ul li {
	width: 150px;
	background-image: none;
	background-color: #e8e9e9;
	padding: 0px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}



/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.spence3 a {
	text-decoration: none;
	color: #585858;
	line-height: 25px;
	padding: 0px 20px 0px 20px ;
	border-right:1px solid #9F9F9F;
	border-left:1px solid #F9F9F9;
	cursor: pointer;
}
/*
 * Menu link settings
 * Applies to links that are to be found within the second (or more) level menu items
 */
.spence3 ul a {
	color: #505050;
	line-height: 18px;
	padding: 0px 8px 0px 5px ;
	border-right: none;
	border-left: none;
}
/* this applies to the link inside the first item of the first level */
.spence3 li.first a {
	border-left: none;
}
/* this applies to the link inside the last item of the first level */
.spence3 li.last a {
	border-right: none;
}
/* this applies to the first/last item of the second (or more) level */
.spence3 ul li.first,
.spence3 ul li.last {
	background-image: 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
 */
.spence3 li.hover {
	background-color: #d2232a;
}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.spence3 ul li.hover {

	border-bottom-color: #BD032E;
	background-image: url(img/custom/ddmenuBG.jpg);
}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.spence3 a.hover {
	color: #FFFFFF !important;
}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.spence3 ul a.hover {
  	color: #FFFFFF !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
 */
.spence3 li.selected {
	background-color: #d2232a;
}

/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
.spence3 ul li.selected {

	background-image: url(img/custom/ddmenuBG.jpg);
}

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

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.spence3 ul a.selected {
	color: #FFFFFF;
}
/*************************************************************************
* This is the LAYOUT style definition for the CSS menu                   *
* DO NOT alter this section, unless you know what you're doing           *
*************************************************************************/
div.horizontal {
	clear: both;
}
div.horizontal br {
	clear: both;
}
div.horizontal ul {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	clear: both;
}
div.horizontal li {
	list-style-type: none;
	display: block;
	float: left;
	clear: none;
	text-align: left;
    position: static;
}
div.horizontal li img {
	border: none;
}
div.horizontal a {
	clear: both;
	display: block;
	margin: 0px;
}
div.horizontal ul li ul {
	position: absolute;
	left: -5000px;
	top: -5000px;
	visibility: hidden;
	clear: both;  
}
div.horizontal ul li ul li {
	clear: both; 
}
div.horizontal 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;
}

