/*************************************************************************
* 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
 */
.poolandpatio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
 	font-weight: bold;
}

/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.poolandpatio ul {
	border-left: 2px solid #000066;
	border-right: 2px solid #000066;
	border-top: 2px solid #000066;
	font-weight: bold;
}

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.poolandpatio li {
	background-image: url(img/custom/raqno1.gif);
	background-repeat: no-repeat;
	background-position: 5px 6px;
	width: 148px;
	background-color: #F6E64E;
	margin: 0px 0px 0px 0px ;
	border-bottom: 2px solid #FFFFFF;
}

.poolandpatio li.id42, .poolandpatio li.id43, .poolandpatio li.id44, .poolandpatio li.id45, .poolandpatio li.id46  {
	background-color:#FFCC00;
	background-image: url(img/custom/newicon.gif) !important;
	background-repeat: no-repeat;
	background-position: 0px 8px !important;
}
.poolandpatio li.id42 a, .poolandpatio li.id43 a, .poolandpatio li.id44 a, .poolandpatio li.id45 a, .poolandpatio li.id46 a {
	padding-left:18px !important;
}
/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.poolandpatio ul li {
	background-image: url(img/custom/raqno1.gif);
	background-repeat: no-repeat;
	background-position: 5px 6px;
	background-color: #F6E64E;
	border-bottom: 2px solid #000066;
 	width: 180px;
}

/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.poolandpatio a {
	color: #000066;
	text-decoration: none;
	padding: 4px 0px 4px 15px ;
	cursor: pointer;
	/* border-top:1px solid #5887A8;
	 border-bottom:1px solid #102841; */
}

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


/*****************************************************************************
* 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
 */
.poolandpatio li.selected {
	background-color: #000066;
	background-image: none;
}

/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
.poolandpatio ul li.selected {
	background-color: #2E5B7C;
}

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

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.poolandpatio 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
 */
.poolandpatio li.hover {
	background-color: #000066;
	background-image: url(img/custom/raqno1.gif);
	background-repeat: no-repeat;
	background-position: 5px 6px;
}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.poolandpatio ul li.hover {
	background-color:#000066;
}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.poolandpatio a.hover {
	color: #ffffff;
	border-top:none;
	border-bottom: none;
}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.poolandpatio ul a.hover {
	border: none;
	border-bottom: none;
	color: #ffffff;
}

/*
 * Specific to MODERN skin only
 * Applies to links located in the third (or more) level menu items
 */
.poolandpatio 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
 */
.poolandpatio .arrow {
	background-image: url(img/custom/arrow_r.gif);
	background-repeat: no-repeat;
	background-position: 138px 6px;
}

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

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