.buttonmenu{
	list-style-type: none;
	margin: 0;
	padding: 10px;
	width: 160px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	overflow:hidden;
}

.buttonmenu li a{
	color: #000;
	display: block;
	width: 100%;
	padding: 2px 4px;
	text-decoration: none;
	font-weight: normal; /*light dark dark light*/
	background-color: #CCC;
	text-decoration:none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}


/*.buttonmenu li a:visited{
color: white;
}*/

.buttonmenu li .current_left_nav{
	color: white;
	background-color: #333;
	font-weight: bold;
}

.buttonmenu li a:hover,.buttonmenu li a:active{
	color: white;
	background-color: #090;
}
/*colour of sub menu selected*/
.buttonmenu li .current_left_nav_2{
	color: white;
	background-color: #999;
	font-weight: bold;
}


/*buttonmenudrama*/

.buttonmenu_2{
	list-style-type: none;
	margin: 0;
	padding: 0px;
	width: 169px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	overflow:hidden;
}

.buttonmenu_2 li a{
	color: #000;
	display: block;
	width: 100%;
	padding: 2px 4px;
	text-decoration: none;
	font-weight: normal; /*light dark dark light*/
	background-color: #EBEBEB;
	text-decoration:none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	text-indent: 15px;
}


/*.buttonmenu li a:visited{
color: white;
}*/

.buttonmenu_2 li .current_left_nav{
	color: white;
	background-color: #333;
	font-weight: bold;
}

.buttonmenu_2 li a:hover,.buttonmenu_2 li a:active{
	color: white;
	background-color: #063;
}
/*colour of sub menu selected*/
.buttonmenu_2 li .current_left_nav_2{
	color: white;
	background-color: #999;
	font-weight: bold;
}