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

ul#nav { margin: 0 0 4px 0; padding: 0; width: 960px; height: 40px; list-style-type: none; position: relative; }

/*
li#inc_o { position: absolute; left: 0px; top: 39px; width: 88px; height: 39px; background: url(../images/about_o.jpg) no-repeat 0 0; }
li#international_o { position: absolute; left: 88px; top: 39px; width: 123px; height: 39px; background: url(../images/mks_o.jpg) no-repeat 0 0; }
li#news_o { position: absolute; left: 211px; top: 39px; width: 133px; height: 39px; background: url(../images/news_o.jpg) no-repeat 0 0; }
li#contact_o { position: absolute; left: 344px; top: 39px; width: 102px; height: 39px; background: url(../images/contact_o.jpg) no-repeat 0 0; }
*/
li#inc { position: absolute; left: 0px; width: 133px; height: 40px; background: url(../en/images/nav_inc.jpg) no-repeat 0 0; }
li#international { position: absolute; left: 133px; width: 166px; height: 40px; background: url(../en/images/nav_international.jpg) no-repeat 0 0; }
li#stockhomme { position: absolute; left: 299px; width: 167px; height: 40px; background: url(../en/images/nav_stockhomme.jpg) no-repeat 0 0; }
li#pinstripe { position: absolute; left: 466px; width: 167px; height: 40px; background: url(../en/images/nav_pinstripe.jpg) no-repeat 0 0; }
li#boys { position: absolute; left: 633px; width: 166px; height: 40px; background: url(../en/images/nav_boys.jpg) no-repeat 0 0; }
li#francais { position: absolute; left: 799px; width: 161px; height: 40px; background: url(../en/images/nav_francais.jpg) no-repeat 0 0; }

li#english { position: absolute; left: 799px; width: 161px; height: 40px; background: url(../fr/images/nav_francais.jpg) no-repeat 0 0; }

/*li#inc { display: block; width: 133px; height: 40px; text-indent: -9999px; text-decoration: none; overflow: hidden; }*/
li#international a { display: block; width: 166px; height: 40px; text-indent: -9999px; text-decoration: none; overflow: hidden; }
li#stockhomme a { display: block; width: 167px; height: 40px; text-indent: -9999px; text-decoration: none; overflow: hidden; }
li#pinstripe a { display: block; width: 167px; height: 40px; text-indent: -9999px; text-decoration: none; overflow: hidden; }
li#boys a { display: block; width: 166px; height: 40px; text-indent: -9999px; text-decoration: none; overflow: hidden; }
li#francais a { display: block; width: 161px; height: 40px; text-indent: -9999px; text-decoration: none; overflow: hidden; }

li#english a { display: block; width: 161px; height: 40px; text-indent: -9999px; text-decoration: none; overflow: hidden; }

li#international a:hover { background: url(../en/images/nav_international_o.jpg) no-repeat 0 0; }
li#stockhomme a:hover { background: url(../en/images/nav_stockhomme_o.jpg) no-repeat 0 0; }
li#pinstripe a:hover { background: url(../en/images/nav_pinstripe_o.jpg) no-repeat 0 0; }
li#boys a:hover { background: url(../en/images/nav_boys_o.jpg) no-repeat 0 0; }
li#francais a:hover { background: url(../en/images/nav_francais_o.jpg) no-repeat 0 0; }

li#english a:hover { background: url(../fr/images/nav_francais_o.jpg) no-repeat 0 0; }


