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



li.menu{
	/* The main list elements */
	padding:5px 0;
	width:100%;
}
#open{
	display:block;
}

li.button a{
	/* The section titles */
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:24px;
	overflow:hidden;
	padding:6px 10px 0;
	position:relative;
	width:168px;
	font-weight:bold;
}

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:#dc6f1d repeat-x top left; color:#ffffff;}
li.button a.green span{ background:#d11225 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;
	width:100%;
}

.dropdown li{
	/* Each element in the expandable list */
	/*background-color:#ffffff;
	border:1px solid #8d8d8d;*/
	color:#CCCCCC;
	margin:0px 0;
	padding:4px 0px 4px;
	
}
.dropdown li a{
	/* Each element in the expandable list */
	font-size:12px;
	color:#000000;
	margin:5px 0;
	padding:4px 12px;
	background:url(../images/pr_border1.jpg) no-repeat center left;
}
.dropdown li a:hover{
	
	color:#d41326;
	background:url(../images/pr_border.jpg) no-repeat center left;
}
.dropdown li a.active{
	color:#d41326;
	background:url(../images/pr_border.jpg) no-repeat left;
}
/* The styles below are only necessary for the demo page */


.clear{
	clear:both;
}


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



*/