/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Vertical
  Style Theme:3 -Blue Sapphire
  -----------------------------------
*/
#p7PMnav, #p7PMnav ul {
	margin: 0;
	padding:0;
	background-position: left center;
	font-family: Tahoma, "Trebuchet MS", Verdana;
	font-size:12px;
	text-align:left;
}
.specialoffers{
	color:#FF2000;
	font-weight:bold;
	font-size:11px;}
	
.dest{
	color:#DB7803;
	font-weight:bold;
	font-size:11px;}
	
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#p7PMnav ul {
	z-index: 10000;
	background-image: url(../andaluciaimg/andaluciagif/bgul.gif);
	background-repeat:repeat-y;
}
#p7PMnav a {
	display: block;
	text-decoration: none;
	padding: 2px 5px;
	color: #381C04;
	border: 1px solid #ffffff;
	padding-left:35px;
	background-image:url(../andaluciaimg/andaluciagif/bgmenu.gif);
	background-repeat:no-repeat;
	margin-top:3px;
}
#p7PMnav ul a {
	display: block;
	text-decoration: none;
	padding: 2px 5px;
	color: #03384E;
	padding-left:40px;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-image:url(../andaluciaimg/andaluciagif/bgmenuov.gif);
	background-repeat: repeat-y;
	color: #333333;
	letter-spacing: .01px;
}

/* ------ the current page marker style ------ */
#p7PMnav .03384E {
	color: #FFFFFF;
	font-weight: bold;
}
/* ------ the trigger link styles ------- */

/*the normal trigger link */
#p7PMnav .p7PMtrg {
	background-image:  url(img/p7PM_dark_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	background-color: #F7D3A1;
	color: #03384E;
}

/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav {
	width: 160px;
}

/* 2nd and subsequent Submenu widths */
#p7PMnav ul {
	width: 150px;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #415485;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333333;
}
