@charset "UTF-8";
/* CSS Document */

<style type="text/css">
			#themes a
			{
				border-top: 1px solid #ccc;
				text-decoration: none;
				display: block;
				padding: 10px 20px 10px 55px;
				margin: 0 -20px;
				position: relative;
			}
			#themes a:first-child
			{
				border-top: none;
			}
			#themes a:before
			{
				content: '';
				border: 1px solid #111;
				vertical-align: middle;
				display: inline-block;
				width: 20px;
				height: 20px;
				position: absolute;
				top: 10px;
				left: 20px;
			}
			#themes a.dark:before
			{
				background: #333;
			}
			#themes a.black:before
			{
				background: #000;
			}
			#themes a.light:before
			{
				background: #f3f3f3;
			}
			#themes a.white:before
			{
				background: #fff;
			}
			#themes a.army:before,
			html.army .mm-menu
			{
				background: #332;
			}
			#themes a.navy:before,
			html.navy .mm-menu
			{
				background: #323849;
			}
			#themes a.bordeau:before,
			html.bordeau .mm-menu
			{
				background: #422;
			}
		</style>