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:#ffffff;
	font-size:12px;
	background: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	
}

ul{
}

ul.container{
	/* The topmost UL */
	width:180px;
	padding:5px;
	margin-top: 0;
	margin-bottom: 0;
}

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:13px;
	height:25px;
	overflow:hidden;
	position:relative;
	width:180px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

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:-25px;
	top:-14px;
	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:#FFFFFF;
	font-weight: bold;
	width: 160px;
}
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:#436800;
	width: 180px;
}
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:#ffffff;
	width: 140px;
	height: 20px;
	padding-top: 5px;
}
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;
	width:100%;
}

.dropdown li{
	/* Each element in the expandable list */
	background-color:#ffffff;
	color:#CCCCCC;
	margin:5px 0;
	padding:4px 18px;
}

.nesteddropdown{
	/* The expandable lists */
	display:none;
	padding-top:0px;
	
}

.nesteddropdown li{
	/* Each element in the expandable list */
	background-color:#ffffff;
	color:#CCCCCC;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 0px;
}

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

.clear{
	clear:both;
}

#main{
	width:180px;
	margin-top: 15px;
	margin-bottom: 15px;
	position: relative;
}

a, a:visited {
	color:#0196e3;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

li.link_solo a{
	/* The section titles */
	display:block;
	font-family:BPreplay,Arial,Helvetica,sans-serif;
	font-size:13px;
	height:25px;
	overflow:hidden;
	position:relative;
	width:180px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

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

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

li.link_solo a.blue{
	background:url(img/blue.png) repeat-x top left;
	color:#ffffff;
	font-weight: bold;
	width: 160px;
}
li.link_solo a.blue span{ background:url(img/blue.png) repeat-x top right;}