.advance-link img{
	max-height:400px;
	max-width:500px;
}

a:hover{
	text-decoration:none;	
}
ul.container{
	/* The topmost UL */
	width:240px;
	margin:0 auto;
}

li{
	list-style:none;
	text-align:left;
}

li.menu{
	/* The main list elements */
	padding:0;
	width:100%;
}

li.button a{
	/* The section titles */
	display:block;
	font-family:BPreplay,Arial,Helvetica,sans-serif;
	font-size:15px;
	height:34px;
	overflow:hidden;
	padding-top:8px;
	position:relative;
	text-align:center;
	width:200px;
}

li.button a:hover{
	/* Removing the inherited underline from the titles */
	text-decoration:none;
}

li.button a span{
	/* This span acts as the right part of the section's background */
	height:44px;
	position:absolute;
	right:0;
	top:0;
	width:4px;
	display:block;
}

/* Setting up different styles for each section color */

li.button a.gray{background:url(../img/gray.png) repeat-x top left; color:#cdcdcd;}
li.button a.gray span{ background:url(../img/gray.png) repeat-x top right;}

li.button a.white{background:url(../img/white.png) repeat-x top left; color:#5c5c5c;}
li.button a.white span{ background:url(../img/white.png) repeat-x top right;}

/* The hover effects */

li.button a:hover{ background-position:bottom left;}
li.button a:hover span{ background-position:bottom right;}

.dropdown{
	/* The expandable lists */
	display:none;
	width:100%;
}

.dropdown li{
	/* Each element in the expandable list */
	color:#CCCCCC;
}


/* The styles below are only necessary for the demo page */

h1{
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
	font-size:36px;
	font-weight:normal;
	margin-bottom:15px;
}

h2{
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	padding-right:140px;
	right:0;
	text-align:right;
	text-transform:uppercase;
	top:15px;
}

.clear{
	clear:both;
}

a{
	text-decoration:none;
	outline:none;
}
