
/*ACCordeon */

.menuAccordeon{
width: 316px; /*width of menu*/
}

.menuAccordeon .headerbar{
font: bold 16px Arial;
/*background: url(../images/accordeon_title_frame_vert.jpg) no-repeat;*/ /*last 2 values are the x and y coordinates of bullet image*/
height:29px;
width:316px;
margin-bottom: 0; /*bottom spacing between header and rest of content*/
/*text-transform: uppercase;*/
/*padding: 7px 0 7px 31px; *//*31px is left indentation of header text*/
margin:0;
padding:0;
padding-left:30px;
padding-top:2px;
position: relative; /* TODO ?! */
outline: none;
}
.menuAccordeon .headerbarWifi{
	background: url(../images/accordeon_title_frame_vert.jpg) no-repeat; /*last 2 values are the x and y coordinates of bullet image*/
	color:#00679b;
}
.menuAccordeon .headerbarLoo{
	background: url(../images/accordeon_title_frame_loo.jpg) no-repeat; /*last 2 values are the x and y coordinates of bullet image*/
	color:#786060;
}
.menuAccordeon .headerbarWooly{
	background: url(../images/accordeon_title_frame_wooly.jpg) no-repeat; /*last 2 values are the x and y coordinates of bullet image*/
	color:#5f7a07;
}

.menuAccordeon .headerbar .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 50px;
border: none;
}

.menuAccordeon .headerbar a{
text-decoration: none;
font: bold 16px Arial;
display: block;
padding-top:3px;
outline: none;
}
.menuAccordeon .headerbar a.textWifi{
	color:#00679b;
}
.menuAccordeon .headerbar a.textLoo{
	color:#786060;
}
.menuAccordeon .headerbar .textWooly{
	color:#5f7a07;
}

.menuAccordeon ul{
	/*background: url(../images/accordeon_description_open_bleu.jpg) no-repeat; */
	width:316px;
	height:517px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}
.menuAccordeonWifi ul{
	background: url(../images/accordeon_description_open_bleu.jpg) no-repeat; 
	color:#00679b;
}
.menuAccordeonLoo ul{
	background: url(../images/accordeon_description_open_loo.jpg) no-repeat; 
	color:#786060;
}
.menuAccordeonWooly ul{
	background: url(../images/accordeon_description_open_wooly.jpg) no-repeat; 
	color:#5f7a07;
}

.menuAccordeon ul li{
	padding-bottom: 5px; /*bottom spacing between menu items*/
	padding-top:19px;
	margin-left:27px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	/*margin:5px;
	padding:0;*/
	list-style:none;
	min-height:60px;
	width:270px;
}

/* AUSSIE FREE WIFI */
.menuAccordeon  ul li .contentAFW_A1{
	background: url(../images/aussie_wifi_getting_started.jpg) no-repeat;
	width:276px;
	height:413px;
	margin-left:-8px;
	margin-top:-11px;
}
.menuAccordeon  ul li .contentAFW_A2{
	background: url(../images/aussie_wifi_acquire_location.jpg) no-repeat; 
	width:276px;
	height:413px;
	margin-left:-8px;
	margin-top:-11px;
}
.menuAccordeon  ul li .contentAFW_A3{
	background: url(../images/aussie_wifi_alert_dialog.jpg) no-repeat; 
	width:276px;
	height:413px;
	margin-left:-8px;
	margin-top:-11px;
}
.menuAccordeon  ul li .contentAFW_A4{
	background: url(../images/aussie_wifi_walking_driving_directions.jpg) no-repeat; 
	width:276px;
	height:413px;
	margin-left:-8px;
	margin-top:-11px;
}
.menuAccordeon  ul li .contentAFW_A5{
	background: url(../images/aussie_wifi_map_how_to.jpg) no-repeat; 
	width:276px;
	height:413px;
	margin-left:-8px;
	margin-top:-15px;
}
.menuAccordeon  ul li .contentAFW_A6{
	background: url(../images/aussie_wifi_address_search.jpg) no-repeat; 
	width:276px;
	height:413px;
	margin-left:-8px;
	margin-top:-15px;
}
.menuAccordeon  ul li .contentAFW_A7{
	background: url(../images/aussie_wifi_satellite_view_zoom.jpg) no-repeat; 
	width:276px;
	height:413px;
	margin-left:-8px;
	margin-top:-15px;
}


/* LOO */
.menuAccordeon  ul li .contentAL_A1{
	background: url(../images/aussie_loo_getting_started.jpg) no-repeat; 
	width:276px;
	height:413px;
	margin-left:-8px;
	margin-top:-11px;
}
.menuAccordeon  ul li .contentAL_A2{
	background: url(../images/aussie_loo_acquire_location.jpg) no-repeat; 
	width:276px;
	height:413px;
	margin-left:-8px;
	margin-top:-11px;
}
.menuAccordeon  ul li .contentAL_A3{
	background: url(../images/aussie_loo_alert_dialog.jpg) no-repeat; 
	width:276px;
	height:413px;
	margin-left:-8px;
	margin-top:-11px;
}
.menuAccordeon  ul li .contentAL_A4{
	background: url(../images/aussie_loo_driving_directions.jpg) no-repeat; 
	width:276px;
	height:413px;
	margin-left:-8px;
	margin-top:-11px;
}
.menuAccordeon  ul li .contentAL_A5{
	background: url(../images/aussie_loo_address_search.jpg) no-repeat; 
	width:276px;
	height:413px;
	margin-left:-8px;
	margin-top:-11px;
}

/* WOOLIES & COLES */ 
.menuAccordeon  ul li .contentAWC_A1{
	background: url(../images/aussie_wooly_getting_started.jpg) no-repeat; 
	width:276px;
	height:413px;
	margin-left:-8px;
	margin-top:-15px;
}
.menuAccordeon  ul li .contentAWC_A2{
	background: url(../images/aussie_wooly_acquire_location.jpg) no-repeat; 
	width:276px;
	height:413px;
	margin-left:-8px;
	margin-top:-15px;
}
.menuAccordeon  ul li .contentAWC_A3{
	background: url(../images/aussie_wooly_alert_dialog.jpg) no-repeat; 
	width:276px;
	height:413px;
	margin-left:-8px;
	margin-top:-15px;
}
.menuAccordeon  ul li .contentAWC_A4{
	background: url(../images/aussie_wooly_walking_driving_directions.jpg) no-repeat; 
	width:276px;
	height:413px;
	margin-left:-8px;
	margin-top:-15px;
}
.menuAccordeon  ul li .contentAWC_A5{
	background: url(../images/aussie_wooly_map_how_to.jpg) no-repeat; 
	width:276px;
	height:413px;
	margin-left:-8px;
	margin-top:-15px;
}
.menuAccordeon  ul li .contentAWC_A6{
	background: url(../images/aussie_wooly_address_search.jpg) no-repeat; 
	width:276px;
	height:413px;
	margin-left:-8px;
	margin-top:-15px;
}

.menuAccordeon ul li a{
font: normal 12px Arial;
color: black;
background: #E9E9E9;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

