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

ul#nav{ margin:0 10px; padding: 0; position:absolute; top:0; z-index:1; right:10px; }
ul#nav li{ padding: 0px; margin:0 1px 0 0; list-style:none; display:inline; float:left; }
ul#nav li a{ display: inline-block; width: 120px; padding:0 0 5px 0; white-space:nowrap; text-align:center; text-decoration:none; color:#58595B; text-transform:capitalize; }
ul#nav li a:hover { color:#58595B; }
ul#nav li a span { display:inline-block; height:0px; overflow:hidden; }
ul#nav li a strong { font-size:14px; text-transform:uppercase; padding-top:5px; display:block;}

ul#nav li a.white { background: url(../images/tab.png) bottom center no-repeat; }
ul#nav li a.video { background: url(../images/tab-video.png) bottom center no-repeat; }
