body{
	/* Setting default text color, background and a font stack */
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}

ul{
	margin:0;
	padding:0;
}

ul.container{
	/* The topmost UL */
	width:220px;
	margin:0 auto;
	padding:0px;
	border:1px solid gainsboro;	
	/*margin: -9px 0px -7px -11px;*/
}

li{
	list-style:none;
	text-align:left;
}

li.menu{
	/* The main list elements */
	padding:0px 0px;
	width:200px;
}
li.but a{
	/* The section titles */
	display:block;
	font-family:BPreplay,Arial,Helvetica,sans-serif;
	font-size:16px;
	height:24px;
	overflow:hidden;
	padding:5px 20px 5px 20px;
	position:relative;
	width:180px;
}

li.button a{
	/* The section titles */
	display:block;
	font-family:BPreplay,Arial,Helvetica,sans-serif;
	font-size:16px;
	height:24px;
	overflow:hidden;
	padding:5px 20px 5px 20px;
	position:relative;
	width:183px;
}
li.but a:hover{
	/* Removing the inherited underline from the titles */
	text-decoration:none;
}

li.but 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.blue{background:url(img/blue.png) repeat-x top left; color:#074384;}
li.button a.blue span{ background:url(img/blue.png) repeat-x top right;}*/

li.but a.green{background:url(img/green.png) repeat-x top left; color:#FFFFFF;}
li.but a.green span{ background:url(img/green.png) repeat-x top right;}

/*li.button a.orange{background:url(img/orange.png) repeat-x top left; color:#882e02;}
li.button a.orange span{ background:url(img/orange.png) repeat-x top right;}

li.button a.red{background:url(img/red.png) repeat-x top left; color:#641603;}
li.button a.red span{ background:url(img/red.png) repeat-x top right;}*/

/* The hover effects */

li.but a:hover{ background-position:bottom left;}
li.but a:hover span{ background-position:bottom right;}


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.blue{background:url(img/blue.png) repeat-x top left; color:#074384;}
li.button a.blue span{ background:url(img/blue.png) repeat-x top right;}*/

li.button a.green{background:url(img/green.png) repeat-x top left; color:#FFFFFF;}
li.button a.green span{ background:url(img/green.png) repeat-x top right;}

/*li.button a.orange{background:url(img/orange.png) repeat-x top left; color:#882e02;}
li.button a.orange span{ background:url(img/orange.png) repeat-x top right;}

li.button a.red{background:url(img/red.png) repeat-x top left; color:#641603;}
li.button a.red span{ background:url(img/red.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;
	padding-top:5px;
	background:white;
	width:220px;
}

.dropdown li{
	/* Each element in the expandable list */
	/*background-color:#373128;
	border:1px solid #40392C;*/
	color:#CCCCCC;
	margin:5px 0;
	padding:4px 18px;
	border-bottom:1px solid gainsboro;
	width:185px;
	
}



.clear{
	clear:both;
}

#main{
	/* The main container */
	margin:0px auto;
	text-align:center;
	width:200px;
	position:relative;
	float: left;
}

a, a:visited {
/*		color:#80C00F;*/
	color:#0196e3;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:none;
}

