@charset "utf-8";
/* CSS Document */
		  #staticmenu {
			zoom: 1;
			padding-left: 1.5em;
			padding-right: 1.5em;
			font-family: sans-serif;
			font-size: 10px !important;
			font-weight: bold;
			z-index: 99;
			background-color:#121B3C;
			position: fixed;
			bottom: 0;
			right: 190px;
			width:100%;
		  }
		  #staticmenu:before {
			content: "";
			display: table;
		  }
		  #staticmenu:after {
			clear: both;
			content: "";
			display: table;
		  }
		  #staticmenu .staticlist {
			display: inline;
			float: left;
		  }
		  #staticmenu .staticbuy {
			display: inline;
			float: right;
		  }
		  #staticmenu ul {
			margin: 0;
			margin-left:205px;
			padding: 0;
			border: 0;
			/* For modern browsers */
			/* For IE 6/7 (trigger hasLayout) */
			zoom: 1;
		  }
		  #staticmenu ul:before {
			content: "";
			display: table;
		  }
		  #staticmenu ul:after {
			clear: both;
			content: "";
			display: table;
		  }
		  #staticmenu ul li {
			list-style-image: none;
			list-style-type: none;
			margin-left: 0px;
			white-space: nowrap;
			display: inline;
			float: left;
			padding-left: 4px;
			padding-right: 4px;
		  }
		  #staticmenu ul li:first-child, 
		  #staticmenu ul li.first {
			padding-left: 0;
		  }
		  #staticmenu ul li:last-child {
			padding-right: 0;
		  }
		  #staticmenu ul li.last {
			padding-right: 0;
		  }
		  #staticmenu ul li {
			border-right: 1px solid #421B3C;
			border-left: 1px solid #121B5C;
			padding: 0;
		  }
		  #staticmenu ul li:first-child {
			border-left: none;
		  }
		  #staticmenu ul li:last-child {
			border-right: none;
		  }
		  #staticmenu ul li a {
			position: relative;
			padding: 0.225em 0.75em;
			display: block;
			text-transform: uppercase;
			color: #FFF;
			text-decoration: none;
		  }
		  #staticmenu ul li a:hover {
			text-decoration: none;
		  }
		  #staticmenu ul li a:before {
			display: none;
			position: absolute;
			content: "";
			height: 1px;
			top: 0;
			left: -1px;
			right: -1px;
			border-bottom: 2px solid red;
		  }
		  #staticmenu ul li.selected a:before,
		  #staticmenu ul li a:hover:before { display: block; }