body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
	/* Simple page reset */
	margin:0px;
	padding:0px;
}

body{
	/* Setting default text color, background and a font stack */
	color:#cccccc;
	font-size:14px;
	background: #fff;
	font-family:Arial, Helvetica, sans-serif;
}

ul{
	margin:0;
	padding:0;
}

ul.container{
	/* The topmost UL */
	
	margin:0 auto;
	
	margin:0px 0px 0px 25px;
}

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:20px;
	height:34px;
	overflow:hidden;
	padding:0px 0px 0;
	position:relative;

}

li.button1 a{
	/* The section titles */
	display:block;
	font-family:BPreplay,Arial,Helvetica,sans-serif;
	font-size:20px;
	height:34px;
	overflow:hidden;
	padding:0px 0px 0;
	position:relative;

}

li.button a:hover{
	/* Removing the inherited underline from the titles */
	text-decoration:none;
}
li.button1 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:34px;
	position:absolute;
	right:0;
	top:0;
	width:4px;
	display:block;
}

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

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

li.button a.blue{color:#911c1b;}
li.button a:hover.blue{color:#001879; margin-left: -5px;}
li.button a.blue span{}

li.button1 a.blue{color:#911c1b;}
li.button1 a:hover.blue{color:#001879; margin-left: -5px;}
li.button1 a.blue span{}

li.button a.green{ color:#911c1b;}
li.button a:hover.green{color:#001879; margin-left: -5px;}
li.button a.green span{}

li.button a.orange{color:#911c1b;}
li.button a:hover.orange{color:#001879; margin-left: -5px;}
li.button a.orange span{}

li.button a.red{ color:#911c1b;}
li.button a:hover.red{color:#001879; margin-left: -5px;}
li.button a.red span{}

/* The hover effects */

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

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

.dropdown{
	/* The expandable lists */
	display:none;
	padding-top:5px;

}

.dropdown li{
	/* Each element in the expandable list */
/*	background-color:#373128; */
	border:1px solid #888888;  
	color:#CCCCCC;
	background:url(img/bg-menu1.png) repeat;
	width: 161px;
	margin:0px 0px 1px 0px;
	padding:4px 0px 4px 8px;
	font-size:13px;
}


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

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

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

.clear{
	clear:both;
}

#main{
	/* The main container */
	margin:15px auto;
	text-align:center;

	position:relative;
}

a, a:visited {
	color:#1b36a2;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}


