#submenu
{
	width: 150px;
	padding-bottom: 0px;
	background: url("../images/submenu_bot.gif") bottom repeat-x;
}
#submenu_top
{
	overflow: hidden;
	width: 150px;
	height: 10px;
	background: url("../images/submenu_top.gif") top repeat-x;
}

.buttonscontainer {width: 130px;}

.buttons a 
{
color: #666;
background-color: #fff;
padding: 7px 5px 5px 4px;
margin-bottom: 10px;
display: block;
border-bottom: 1px solid #ccc;
font: bold 9pt Gulim;
text-decoration: none;
text-align: left;
}

.buttons a:hover { color: #3399cc ; text-decoration: none;}



.buttons a.a2on { color: #fff; background: #FFDE7B; }
.buttons a.a3on { color: #fff; background: #FF9C5A; }
.buttons a.a4on { color: #fff; background: #9CBD5A; }


