

ul.menu_2{
	/* The topmost UL */
	width:200px;
	margin:0 auto;
	padding:0px;
}

.menu_2 li{
	list-style:none;
	text-align:left;
}

li.menu2{
	/* The main list elements */
	padding:0px 0;
	width:100%;
}

li.button a{
	/* The section titles */
	display:block;
	font-family: "Trebuchet MS", sans-serif;
	font-size:16px;
	height:32px;
	width:280px;
	text-decoration:none;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-left:-27px;
}

li.button a:hover{
	/* Removing the inherited underline from the titles */
	text-decoration:none;
}
li.button_act a{
	display:block;
	font-family: "Trebuchet MS", sans-serif;
	font-size:16px;
	height:32px;
	width:280px;
	text-decoration:none;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-left:-27px;
	line-height: 14px;
}

li.button_act a:hover{
	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.btn{
	color:#074384;
	background-image: url(../images/btn.png);
	background-repeat: repeat-x;
	background-position: left top;
}
li.button a.btn span{
	background-image: url(../images/btn.png);
	background-repeat: repeat-x;
	background-position: right top;
}
li.button_act a.btn{
	color:#074384;
	background-image: url(../images/btn.png);
	background-repeat: repeat-x;
	background-position: left top;
}
li.button_act a.btn span{
	background-image: url(../images/btn.png);
	background-repeat: repeat-x;
	background-position: right top;
}
/* The hover effects */

li.button a:hover{ background-position:bottom left;}
li.button a:hover span{ background-position:bottom right;}

li.button_act a:hover{ background-position:bottom left;}
li.button_act a:hover span{ background-position:bottom right;}

.dropdown{
	/* The expandable lists */
	display:none;
	padding-top:5px;
	width:252px;
	margin-left:0px;
}

.dropdown li{
	/* Each element in the expandable list */
	background-color:#fff;
	color: #818183;;
	margin:5px 0;
	padding:4px 10px;
	font-size:13px;
}







