﻿

ul{
	margin:0;
	padding:0;
}

ul.container{
	/* The topmost UL */
	width:100%;
	margin:0 auto;
	padding:0px;  
}

li{
	list-style:none;
	/* text-align:left; */
}

li.menu{
	/* The main list elements */
	padding:5px 0;
	width:100%;
}

li.button a{
	/* The section titles */
	display:block;
	/* font-family:BPreplay,Arial,Helvetica,sans-serif; */
	font-size:16px;
	/* height:28px;
	overflow:hidden; */
	overflow:AUTO;
	padding-left:10px;
	padding-right:0px;
	padding-top:10px;
	padding-bottom:10px;
	position:relative;
	width:99%;
	text-decoration:none; text-align:left;
	box-sizing:border-box;
}

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:0px;
	position:absolute;
	right:0;
	top:0;
	width:0px;
	display:block;
}

/* Setting up different styles for each section color */


li.button a.faqs{background-color: #e4e4e4; color:#417191 ;}
li.button a.faqs span{ background-color: #e4e4e4;}


li.button a.blue{background:url('/Content/faq/faqs/img/blue.png') repeat-x left top; 
color:#417191 ;
}
li.button a.blue span{ background:url('/Content/faq/faqs/img/blue.png') repeat-x right top;
}

li.button a.blue{background-color: #FFFF00; color:#fff;}
li.button a.blue span{ background-color: #FFFF00;}

li.button a.green{background:url('/Content/faq/faqs/img/green.png') repeat-x left top; 
color:#436800;
}
li.button a.green span{ background:url('/Content/faq/faqs/img/green.png') repeat-x right top;
}

li.button a.orange{background:url('/Content/faq/faqs/img/orange.png') repeat-x left top; 
color:#882e02;
}
li.button a.orange span{ background:url('/Content/faq/faqs/img/orange.png') repeat-x right top;
}

li.button a.red{background:url('/Content/faq/faqs/img/red.png') repeat-x left top; 
color:#641603;
}
li.button a.red span{ background:url('/Content/faq/faqs/img/red.png') repeat-x right top;
}

/* 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;
	padding-top:0px;
	padding-bottom:20px;
	width:100%;
}

.dropdown li{
	/* Each element in the expandable list */
	background-color:#eeeeee;
	border:0px solid #e4e4e4;
	color:#000;
	margin:0px 0px 0px 0px;
	padding:10px 10px;
	/* text-align:justify; */
	text-align:left; 

}


/* The styles below are only necessary for the demo page */


.clear{
	clear:both;
}

#main{
	/* The main container */
	margin:0 auto;
	text-align:center;
	position:relative;
}


