/* Global Navigation
----------------------------------------------- */
body {
font-family: Arial, Verdana, sans-serif;

}

a:link, a:visited{
color:#003399;
text-decoration: none;
}
a:hover, a:active {
color:#003399;
text-decoration: underline;
}

.site_globalNavWrapperBg {
display:none;
position: fixed;
left:0;
top:0;
width: 100%;
height: 100%;
text-align: center;
background: url(http://pepsico.com/images/site_globalNavWrapperBg.png) repeat;
z-index: 1100;
}

.site_globalNavWrapper {
margin:auto;
margin-top: 100px;
text-align:left;
position: relative;
padding:20px;/*** CHANGE***/
background:#f5f3f3;
width:780px;
}

.site_globalNavWrapper #closeX {
background: url(http://pepsico.com/images/fancybox/fancy_close.png) no-repeat;
position: absolute;
right: -15px;
top:-15px;
width:30px;
height: 30px;
z-index: 1103;
}

.site_globalNavWrapper ol.site_globalNav {
position: relative;
list-style: none;
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
}

.site_globalNavWrapper ol.site_globalNav li {
display:block;
float:left;
background:#f5f3f3;
font-size:16px;
line-height:22px;
color: #666666;
width:260px;
font-weight: normal;
padding:0px 0px 0px 0px;
margin:0px 0px 30px 0px;
}

.site_globalNavWrapper ol.site_globalNav li a {
display: block;
text-align: center;
color: #666666;
text-decoration: none;
height: 25px;
padding:5px 0px 0px 0px;
margin:0px 0px 0px 0px;
background:url(http://pepsico.com/images/site_global_nav_bg.gif) repeat-x;
font-weight: bold;
}

/*** CHANGE ***/
.site_globalNavWrapper ol.site_globalNav li a.middle {
border-right: 1px solid #bfbfbf;
border-left: 1px solid #bfbfbf;
}

/*** END CHANGE ***/

.site_globalNavWrapper ol.site_globalNav li a.selected {
border: 1px solid #707070;
height: 23px;
border-bottom: none;
background-image: none;
}

.site_globalNavWrapper ol.site_globalNav li a:hover, 
.site_globalNavWrapper ol.site_globalNav li a:active {
border: 1px solid #707070;
height: 23px;
border-bottom: none;
background-image: none;
color: #666666;
}

.site_globalNavWrapper ol.site_globalNav li ol#site_globalNav_countries {
position: absolute;
display: none;
left:0px;
top: 0px;
background: #fff;
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
z-index: 100;
}

.site_globalNavWrapper #site_globalNav_countries ol {
list-style: none;
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
min-height: 150px;
}

.site_globalNavWrapper #site_globalNav_countries ol li {
font-size:12px;
line-height:18px;
display:block;
float: left;
width:219px;
height: 30px;
padding:0px 20px 20px 20px;
margin:0px 0px 0px 0px;
}

.site_globalNavWrapper #site_globalNav_countries ol li img {
display: block;
float: left;
width:20px;
height: 21px;
padding:0px 5px 0px 0px;
margin:0px 0px 0px 0px;
}

.site_globalNavWrapper h6 {
font-size:12px;
line-height:18px;
font-weight: normal;
text-align: right;
padding:0px 20px 0px 0px;
margin:0px 0px 0px 0px;
}

.site_globalNavWrapper h6 a {
}