﻿* { margin: 0; padding: 0; }
#container { width: 658px; height: 34px; position: relative; overflow: hidden; margin: auto; font-family: Arial, Helvetica, sans-serif; font-size:14px ;}

#container li { display: block; float: left; width: 92px; height: 32px; background: url(../images/transparent.png); line-height: 32px; padding-right: 2px; line-height: 32px; list-style: none; }

#container li a { color: #fff; text-decoration: none; display: block; position: relative; background: url(../images/black.png); width: 82px; height: 32px; padding-right: 10px; font-size: 14px; font-weight: bold; text-align: center; }

#container li a:hover { background: #222;}

#container li a span { display: block; position: absolute; left: 10px; top: 0; font-weight: normal; font-size: 11px; font-weight:bold; -webkit-text-size-adjust: none; opacity: 1; filter: alpha(opacity=100); }

#buoy { position: absolute; width: 95px; height: 2px; background: #f79b24; bottom: 0px; left: -157px; }


@media only screen and (max-width : 1280px) {

#container li a span {  font-size: 10px;  }
	
}

@media only screen and (min-width : 1600px) {

#container li a span {  font-size: 10px;  }
	
}

