/*************************************************************************
* 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
 */
.corporate215 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
 	font-weight: bold;
	border: 0px none;
}

/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.corporate215 ul {
	font-weight: bold;
	border: 0px none;
}

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.corporate215 li {

	width: 150px;
	border-left: solid 1px #757575;
	margin-bottom: 7px;
	border: 0px none;
}

/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.corporate215 ul li {
	border-bottom: 1px solid #757575;
	border-left: 1px solid #757575;
	margin: 0px;
 	width: 150px;
 	border: 0px none;
	background-color: #810A10;
}

/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.corporate215 a {
	text-decoration: none;
	color: #333333;
	line-height: 12px;
	padding: 3px 3px 3px 16px ;
	cursor: pointer;
}

/*
 * Menu link settings
 * Applies to links located in the second (or more) level menu items
 */
.corporate215 ul a {
 	border: none; 
 	color: #FFFFFF;
 	font-size: 11px;
	line-height: 12px;
	padding: 3px 3px 3px 16px ;
}

/***************************************************************************
* 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
 */
.corporate215 li.hover {
	border-left-color:#DD001A;
	background-color: #810A10;
}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.corporate215 ul li.hover {
	border-left-color:#757575;
	background-color: #810A10;
}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.corporate215 a.hover {
	color: #FF9900 !important;
}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.corporate215 ul a.hover {
  	color: #FF9900 !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
 */
.corporate215 li.selected {
}

/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
.corporate215 ul li.selected {
}

/*
 * Selected links
 * Applies to selected links in all menu items
 */
.corporate215 a.selected {

}

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.corporate215 ul a.selected {

    font-weight: normal;
}


/******************************************************************************
* 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
 */
.corporate215 .arrow {
	/*background-image:url(img/grey_arrow.gif);*/
	background-repeat: no-repeat;
	background-position: 5px 6px;
}

/* 
 * Define the arrow
 * Applies to all menu items that have sub-menus located in the second (or more) level
 */
.corporate215 .hover ul .arrow,
.corporate215 ul .arrow {
	/*background-image:url(img/grey_arrow.gif);*/
	background-position: 8px 4px;
}

/* 
 * Define the arrow on mouse over
 * Applies to all menu items that have sub-menus on mouse over
 */
.corporate215 .hover .arrow {
	/*background-image:url(img/white_arrow_horizontal.gif);*/
	background-position: 7px 8px;
}

/* 
 * 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
 */
.corporate215 ul .hover .arrow {
	/*background-image:url(img/red_arrow.gif);*/
}
/*************************************************************************
* This is the LAYOUT style definition for the CSS menu                   *
* DO NOT alter this section, unless you know what you're doing           *
*************************************************************************/
div.vertical {
	clear: both;
}
div.vertical br {
	clear: both;
}
div.vertical ul {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	clear: both;
}
div.vertical li {
	list-style-type: none;
	display: block;
	float: left;
	clear: both;
	text-align: left;
    position: static;
}
div.vertical li img {
	border: none;
}
div.vertical a {
	clear: both;
	display: block;
	margin: 0px;
}
div.vertical ul li ul {
	position: absolute;
	left: -5000px;
	top: -5000px;
	visibility: hidden;
	clear: both; 
}
div.vertical ul li ul li {
	clear: both; 
}

div.vertical 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;
}