/*************************************************************************
* ATTRACTIONS  ATTRACTIONS ATTRACTIONS ATTRACTIONS                       *
* ATTRACTIONS  ATTRACTIONS ATTRACTIONS ATTRACTIONS                       *
*************************************************************************/

/*
 * Menu container settings
 * Applies to the first level menu container
 */
.attractions {
	background-image:url(../../../../_images/menu/menu_01.gif);
	background-repeat:no-repeat;
}

/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.attractions ul {
	background-image:url(../../../../_images/menu/menu.gif);
	height:250px;
	background-repeat:no-repeat;
	font-weight: normal;
}

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

/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.attractions ul li {
 	width: 263px;
}

/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.attractions a {
	height:20px;
	text-decoration: none;
}

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


/*****************************************************************************
* 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
 */
.attractions li.selected {
}

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

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

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.attractions ul a.selected {
	border-left-color: #ffffff;
}


/***************************************************************************
* 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
 */
.attractions li.hover {
	height:25px;
	background-image:url(../../../../_images/menu/arrow.gif);
	background-repeat:no-repeat;
}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.attractions ul li.hover {
}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.attractions a.hover {
	color: #ffffff !important;
	border-left-color:#92a7d7;
}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.attractions ul a.hover {
}


/******************************************************************************
* 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
 */
.attractions .arrow {
	background-image: url(img/arrow_right_color.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
}

/* 
 * Define the arrow
 * Applies to all menu items that have sub-menus located in the second (or more) level
 */
.attractions .hover ul .arrow,
.attractions ul .arrow {
	background-image: url(img/sarrow_right_dark.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

/* 
 * Define the arrow on mouse over
 * Applies to all menu items that have sub-menus on mouse over
 */
.attractions .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
 */
.attractions ul .hover .arrow {
	background-image: url(img/sarrow_right_light.gif);
}

/*************************************************************************
* 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
 */
.menus {
	background-repeat:no-repeat;
}

/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.menus ul {
	background-image:url(../../../../_images/menu/menu2.gif);
	height:250px;
	background-repeat:no-repeat;
	font-weight: normal;
}

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

/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.menus ul li {
 	width: 263px;
}

/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.menus a {
	height:20px;
	text-decoration: none;
}

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


/*****************************************************************************
* 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
 */
.menus li.selected {
}

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

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

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.menus ul a.selected {
	border-left-color: #ffffff;
}


/***************************************************************************
* 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
 */
.menus li.hover {
	height:25px;
	background-repeat:no-repeat;
	background-image:url(../../../../_images/menu/arrowmenu.gif);
}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.menus ul li.hover {
}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.menus a.hover {
	color: #ffffff !important;
	border-left-color:#92a7d7;
}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.menus ul a.hover {
}


/******************************************************************************
* 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
 */
.menus .arrow {
	background-image: url(img/arrow_right_color.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
}

/* 
 * Define the arrow
 * Applies to all menu items that have sub-menus located in the second (or more) level
 */
.menus .hover ul .arrow,
.menus ul .arrow {
	background-image: url(img/sarrow_right_dark.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

/* 
 * Define the arrow on mouse over
 * Applies to all menu items that have sub-menus on mouse over
 */
.menus .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
 */
.menus ul .hover .arrow {
	background-image: url(img/sarrow_right_light.gif);
}
/*************************************************************************
* 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
 */
.groups {
	background-repeat:no-repeat;
}

/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.groups ul {
	background-image:url(../../../../_images/menu/menu4.gif);
	height:250px;
	background-repeat:no-repeat;
	font-weight: normal;
}

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

/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.groups ul li {
 	width: 263px;
}

/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.groups a {
	height:20px;
	text-decoration: none;
}

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


/*****************************************************************************
* 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
 */
.groups li.selected {
}

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

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

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.groups ul a.selected {
	border-left-color: #ffffff;
}


/***************************************************************************
* 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
 */
.groups li.hover {
	height:25px;
	background-repeat:no-repeat;
	background-image:url(../../../../_images/menu/arrowg.gif);
}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.groups ul li.hover {
}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.groups a.hover {
	color: #ffffff !important;
	border-left-color:#92a7d7;
}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.groups ul a.hover {
}


/******************************************************************************
* 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
 */
.groups .arrow {
	background-image: url(img/arrow_right_color.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
}

/* 
 * Define the arrow
 * Applies to all menu items that have sub-menus located in the second (or more) level
 */
.groups .hover ul .arrow,
.groups ul .arrow {
	background-image: url(img/sarrow_right_dark.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

/* 
 * Define the arrow on mouse over
 * Applies to all menu items that have sub-menus on mouse over
 */
.groups .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
 */
.groups ul .hover .arrow {
	background-image: url(img/sarrow_right_light.gif);
}
/*************************************************************************
* 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
 */
.facility {
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.facility ul {
	background-image:url(../../../../_images/menu/menu3.gif);
	height:250px;
	background-repeat:no-repeat;
	font-weight: normal;
}

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

/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.facility ul li {
padding-top:10px;
 	width: 263px;
}

/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.facility a {
	text-decoration: none;
	line-height: 18px;
	color: #555555;
	padding: 0px 2px 0px 30px;
	line-height:.75;
}

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


/*****************************************************************************
* 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
 */
.facility li.selected {
}

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

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

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.facility ul a.selected {
	border-left-color: #ffffff;
}


/***************************************************************************
* 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
 */
.facility li.hover {

	background-image:url(../../../../_images/menu/arrow.gif);
	background-repeat:no-repeat;
}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.facility ul li.hover {
}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.facility a.hover {
	color: #ffffff !important;
	border-left-color:#92a7d7;
}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.facility ul a.hover {
}


/******************************************************************************
* 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
 */
.facility .arrow {
	background-image: url(img/arrow_right_color.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
}

/* 
 * Define the arrow
 * Applies to all menu items that have sub-menus located in the second (or more) level
 */
.facility .hover ul .arrow,
.facility ul .arrow {
	background-image: url(img/sarrow_right_dark.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

/* 
 * Define the arrow on mouse over
 * Applies to all menu items that have sub-menus on mouse over
 */
.facility .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
 */
.facility ul .hover .arrow {
	background-image: url(img/sarrow_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.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: auto;
	top: -5000px;
	clear: both;
	visibility: hidden;
}
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;
}
