@charset "utf-8";
*{margin:0;padding:0;list-style-type:none;}
a,img{border:0;}

a:hover{text-decoration:underline;}
body{color:#cccccc;font-size:13px;background: #302b23;}

/* container */
ul.container{width:200px;margin:0 auto;}
li.menu{padding:5px 0;width:100%;}
li.button a{display:block;font-size:14px;height:34px;overflow:hidden;padding:10px 20px 0;position:relative;width:200px;}
li.button a:hover{text-decoration:none;}
li.button a span{height:44px;position:absolute;right:0;top:0;width:4px;display:block;}
li.button a.blue{background:url(../img/red.png) no-repeat top left; color:#fff;}
li.button a.blue span{background:url(../img/red.png) no-repeat top right;}
li.button a.green{background:url(../img/red.png) no-repeat top left; color:#fff;}
li.button a.green span{background:url(../img/red.png) no-repeat top right;}
li.button a.orange{background:url(../img/red.png) no-repeat top left; color:#fff;}
li.button a.orange span{background:url(../img/red.png) no-repeat top right;}
li.button a.red{background:url(../img/red.png) no-repeat top left; color:#fff;}
li.button a.red span{background:url(../img/red.png) no-repeat top right;}
li.button a:hover{background-position:bottom left;}
li.button a:hover span{background-position:bottom right;}
.dropdown{display:none;padding-top:5px;width:100%;}
.dropdown li{background-color:#373128;border:1px solid #40392C;color:#CCCCCC;margin:5px 0;padding:4px 35px;}
.dropdown li a{color:#fff;}