ul {
	list-style: none;
	margin: 0;
	border: 0 none;
	padding: 0;
}
ul.container{
	width: 280px;
	margin: 0;
	padding: 0;
	font-family: "Tahoma";
	list-style: none;
}
li.menu{
	width: 280px;
	padding: 0;
	margin: 0;
}

li.button a{
	height: 16px;
	display: block;
	overflow: hidden;
	position: relative;
	font-size: 12px;
	padding: 2px 0 2px 5px;
        font-weight: bold;
        color: #000000;
}
li.button a:hover{
	text-decoration: none;
        color: #000000;
}
li.button a span{
	height:40px;
	position:absolute;
	right:0;
	top:0;
	width:4px;
	display:block;
	text-decoration: none;
}
li.button a.box{
        background: #f3f3f3;
	text-decoration: none;
}
li.button a.box:hover{
    background: rgb(197, 220, 234);
    text-decoration: none;
}
a.box2{
    background: #f3f3f3;
    text-decoration: none;
    display:block;
    padding: 3px 15px;
}
a.box2:hover{
    background: rgb(255, 255, 255);
	text-decoration: none;
}
.dropdown{
	display: none;
}
.dropdown li{
	font-size: 12px;
	border: 1px solid #f3f3f3;
	margin: 0;
	padding: 0;
}
