@charset "utf-8";
/* --The order of describing property-- 
display
visibility
overflow
clip
position
top/right/bottom/left/
float
clear
z-index
width(min-width/max-width)
hieght(min-height/max-height)
margin(margin-top/margin-right/margin-bottom/margin-left)
paddin(padding-top/padding-right/padding-bottom/padding-left)
border(border-width/bordercolor/border-style)
list-style(list-style-type/list-styleimage/list-style-position)
color
background(background-color/backgroundimage/background-repeat/background-attachment/background-position)
font(font-family/fontstyle/font-variant/font-weight/font-size)
line-height
vertical-align
text-indent
text-align
text-decoration
letter-spacing
word-spacing
white-space
--The order of describing property-- */
/* ===== Navigation ===== */
/* globalNav */
#globalNav{
clear: both;
width: 1005px;
height: 60px;
line-height: 1;
margin:0;
}

.bgGNmen{
background:url(../images/header/men/gn-bg.gif) left bottom repeat-x;
}

.bgGNwomen{
background:url(../images/header/women/gn-bg.gif) left bottom repeat-x;
}

#globalNav ul{
margin: 0;
width:850px;
}

#globalNav ul li{
display: inline;
padding-left: 0;
list-style-type: none;
list-style-image: none;
list-style-position: outside;
font-size: 12px;
line-height: 12px;
background-image: none;
}

#globalNav ul li a{
text-decoration: none;
}

