.collapsible-menu {
	line-height: 200%;
	border-radius: 5px;
	width:70%;
	text-align:right;
	background: -ms-linear-gradient(top,  #750000,  #521B1F);
	background: -webkit-gradient(linear, left top, left bottom, from(#750000), to(#521B1F));
	background: -moz-linear-gradient(top,  #750000,  #521B1F);
	opacity:0.95;
	position:absolute;
	float:right;
	top:47px;
	right:0px;
	z-index:4;
	color:white;
}

.menu-content{
	background: #8B484B;
	background: linear-gradient(top,  #750000,  #521B1F);
	background: -ms-linear-gradient(top,  #750000,  #521B1F);
	background: -webkit-gradient(linear, left top, left bottom, from(#750000), to(#521B1F));
	background: -moz-linear-gradient(top,  #750000,  #521B1F);
    font-family: 'Oswald', sans-serif;
	z-index:4;
	color:white;
}

.menu-content ul {
    list-style-type: none;
    padding: 0;
}

.menu-content a {
    display:inline-block;
    padding: 10px;
    text-decoration: none;
	color:white;

}

.collapsible-menu label {
	font-family: 'Sedgwick Ave Display', cursive;
	color:white;
    font-size: 26px;
    display: inline;
    cursor: pointer;
    background: url(/images/c2a/menu.png) no-repeat right center;
	padding-left:30px;
	margin-right:20px;
}

.menu-content {
    max-height: 0;
    overflow: hidden;

}

.submenu.content {
	width:95%;
	float:right;
    max-height: 0;
    overflow: hidden;
    padding: 0 0 0 0px;
	border-bottom-color:gray;
	border-bottom-width:1px;
	border-bottom-style:none;
}

input:checked ~ .menu-content {
    max-height: 100%;
}

input:checked ~ .submenu.content {
    max-height: 100%;
	background-color:#000040;
	border-bottom-style:solid;
}

/*Closes the menu*/
input:checked +label {
    background-image: url(/images/c2a/closemenu.png);
}

input#rootChk{
	display:none;
}

li[class^='item-'] {
	margin-right:20px;
}

input[type=checkbox] { 
  transform: scale(2) !important;
  }

#photab-menu li{
	border-top-style:transparent;
	border-bottom-style:solid;
	border-width:1px;
	border-color:#8B484B;
}

