.PopupMenu {
  z-index: 100;
  position: relative;
}

ul#navmenu {
  margin: 2px 0 3px 0;
  padding: 0;
  list-style: none;
  width: 925px;
  height: 35px;
}

ul#navmenu,
ul#navmenu li,
ul#navmenu ul {
  margin: 0 0 0 -13px;
  border: 0 none;
  padding: 0;
  list-style: none;
}

* html ul#navmenu {
  margin-left: -3px;
}


ul#navmenu li {
  float: left;
  padding: 0 2px;
}

ul#navmenu li {
  display: block !important; /* For modern browsers */
  display: inline; /* For IE */
  margin: 0 11px;
  font-family: arial;
  font-weight: bold;
  color: white;
  font-size: 13px;
  line-height: 35px;
}

* html ul#navmenu li {
  margin: 0 1px;
}

ul#navmenu li a {
  background: transparent url(/images/skin4/top-menu/menu-header.gif) no-repeat top left;
  display: block;
  padding-left: 10px;
  cursor: pointer;
  margin-right: -21px;
}

* html ul#navmenu li a {
  display: inline;
  padding: 0px 0px 10px 10px;
  margin: 0 10px 0 0px;
}

ul#navmenu li a .rounded {
  background: #252022 url(/images/skin4/top-menu/menu-header.gif) no-repeat top right;
  height: 35px;
  display: block;
  padding-right: 10px;
  margin: 0;
}

* html ul#navmenu li a .rounded {
  display: inline;
  padding: 10px 8px 9px 0px;
  margin: 0 -8px 0px 0;
  width: 35px;
}

ul#navmenu li a:hover {
  background: transparent url(/images/skin4/top-menu/menu-header.gif) no-repeat bottom left;
  color: #E9E9FF;
}

* html ul#navmenu li a:hover {
  background: transparent url(/images/skin4/top-menu/menu-header.gif) no-repeat 0 -35px;
}

ul#navmenu li a:hover .rounded {
  background: #252022 url(/images/skin4/top-menu/menu-header.gif) no-repeat bottom right;
}


ul#navmenu li.selected a {
  background: transparent url(/images/skin4/top-menu/menu-select.gif) no-repeat;
  color: #383866;
}

ul#navmenu li.selected a .rounded {
  background: #252022 url(/images/skin4/top-menu/menu-select.gif) no-repeat right;

}

/* Root Menu */
ul#navmenu a {
  display: block !important;
  display: inline; /* For IE6 */
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
  color: white;
  font-weight: bold;
}

/* Root Menu Hover Persistence */

ul#navmenu li:hover a,
ul#navmenu li.iehover a,
ul#navmenu li .current {
  background: #252022 url(/images/skin4/top-menu/menu-header.gif) no-repeat bottom left;
  color: #E9E9FF;
}

* html ul#navmenu li:hover a,
* html ul#navmenu li.iehover a,
* html ul#navmenu li .current {
  background: #252022 url(/images/skin4/top-menu/menu-header.gif) no-repeat 0 -35px;
}

ul#navmenu li:hover a .rounded,
ul#navmenu li.iehover a .rounded,
ul#navmenu li .current .rounded {
  background: #252022 url(/images/skin4/top-menu/menu-header.gif) no-repeat bottom right;

}

/* 2nd Menu */
ul#navmenu li:hover ul,
ul#navmenu li.iehover ul {
  width: 210px;
  z-index: 100;
}

/* For IE6 */
* html ul#navmenu li.end ul li {
  position: relative;
  left: -132px;
  width: 210px;
}

ul#navmenu li:hover li,
ul#navmenu li.iehover li {
  width: 210px;
  text-align: left;
  line-height: 20px;
  margin: 0;
  border: 1px solid #E8E9EA;
  border-top: none;
  border-bottom: none;
  display: block;
  background: white;
  float: left;
}

* html ul#navmenu li:hover li,
* html ul#navmenu li.iehover li {
  padding: 0;
  margin: 0 13px;
  height: 25px;
  display: inline;
}

ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
  background: white;
  color: black;
  border-bottom: 1px solid #C3CED4;
  padding: 2px 0 2px 10px;
  margin: 0 2px;
  display: block; /* For IE6 */
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover ul.rubric li.js a:hover,
ul#navmenu li:hover ul.rubric li.js:hover a,
ul#navmenu li.iehover ul.rubric li.js a:hover,
ul#navmenu li.iehover ul.rubric li.js.iehover a {
  background: white url(/images/skin4/top-menu/hover-js.gif) repeat-x top;
  color: black;
}

ul#navmenu ul,
ul#navmenu ul ul,
ul#navmenu ul ul ul {
  display: none;
  position: absolute; /* For ie6 */
}

*:first-child+html ul#navmenu ul.rubric,
* html ul#navmenu ul.rubric {
  border: 1px solid #565656;
  padding-right: 6px;
}

* html ul#navmenu ul.rubric {
  border: none;
}

/* ie6 ignores this selector */
html>body ul#navmenu ul,
html>body ul#navmenu ul ul,
html>body ul#navmenu ul ul ul {
  position: relative;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block;
}
/* ie6 ignores this selector and then this stylesheet*/

html>body ul#navmenu li:hover .shadow,
html>body ul#navmenu li.iehover .shadow {
  display: block;
  position: relative;
  margin: 10px -10px -10px 10px;
  background: transparent url(/images/shadow/shadow.png) right bottom no-repeat;
}
html>body ul#navmenu li.end:hover .shadow,
html>body ul#navmenu li.iehover end .shadow {
  margin-left: -87px;
}

/* shadow corners */
html>body ul#navmenu li:hover .shadow:before,
html>body ul#navmenu li:hover .shadow:after,
html>body ul#navmenu li.iehover .shadow:before,
html>body ul#navmenu li.iehover .shadow:after {
  content: " ";
  display: block;
  width: 10px;
  height: 10px;
  background: inherit;
}

html>body ul#navmenu li:hover .shadow:before,
html>body ul#navmenu li.iehover .shadow:before {
  position: absolute;
  top: 0;
  right: 0;
  margin: -10px 0 0 auto;
  background-position: right top;
}

html>body ul#navmenu li:hover .shadow:after,
html>body ul#navmenu li.iehover .shadow:after {
  margin: -10px 0 0 -10px;
  background-position: left bottom;
}

html>body ul#navmenu li:hover .shadow .inner,
html>body ul#navmenu li.iehover .shadow .inner {
  display: block;
  left: -10px;
  top: -10px;
  margin: 0;
  position: relative;
}

/* just for ie7 */
*:first-child+html ul#navmenu li:hover .shadow .inner,
*:first-child+html ul#navmenu li.iehover .shadow .inner {
  position: absolute; /* fixes the ie7 scroll bug, but display drop shadow */
}

html>body ul#navmenu li:hover .left,
html>body ul#navmenu li.iehover .left {
  float: left;
  display: inline; /* fixes ie double margin-left bug */
  position: absolute; /* fixes the position bug */
}

/* just for ie7 */
*:first-child+html ul#navmenu li:hover .left,
*:first-child+html ul#navmenu li.iehover .left {
	/*position: relative; *//* fixes the position bug */
}#TopBannerMain {
  margin: 0;
  height: 120px;
  width: 925px;
  padding: 0;
  overflow: hidden;
}

* html #TopBannerMain {
  height: 135px;
}

#TopBannerMain a.logo {
  background: transparent url(/images/skin4/header/logo.png) no-repeat top left;
  width: 380px;
  height: 100px;
  display: block;
  margin-top: -5px;
}
/* Hack IE7 */
*:first-child+html #TopBannerMain a.logo {
  position: absolute;
}
/* Hack IE6 */
* html #TopBannerMain a.logo {
  background: url(/images/skin4/header/logo.gif) no-repeat top left;
  width: 385px;
  position: absolute;
  margin-top: -20px;
}

.englishsite {
  text-align: right;
  margin: -30px 0 0 890px;
  position: absolute;
  display: block;
}

.englishsite img {
  text-decoration: none;
  border: 0;
}

/* link-title */
.link-title {
  margin: 0 -10px 0 0;
  line-height: 25px;
  padding-right: 10px;
  text-align: right;
  font-size: 12px;
}

/* Hack IE6 */
* html .link-title {
}

.link-title a {
  margin: 0;
  padding: 5px 10px 5px 0;
  background: transparent url(/images/skin4/header/link-right.gif) no-repeat bottom right;
  color: #C7C7FF;
  font-family: arial;
  text-decoration: none;
  font-weight: normal;
}

/* hack ie7 */
*:first-child+html .link-title a {
  padding: 5px 10px 5px 10px;
}

* html .link-title a {
  padding: 5px 10px 5px 10px;
}

.link-title .leftRounded{
  background: #1c1c33 url(/images/skin4/header/link-left.gif) no-repeat bottom left;
  margin: 0;
  padding: 5px 0 5px 10px;
}

/* hack ie7 */
*:first-child+html .link-title .leftRounded {
  position: absolute;
  padding: 5px 0 5px 10px;
}

/* Hack IE6 */
* html .link-title .leftRounded {
  position: absolute;
  padding: 5px 0 5px 10px;
  margin-right: 10px;
}

.link-title .secondLink {
  background: #1c1c33 url(/images/skin4/header/link-left.gif) no-repeat bottom left;
  margin: 0;
  padding: 5px 0 5px 10px;
}

#BottomBannerMain {
  background: transparent url(/images/skin4/backgroundBottomContent.gif) no-repeat;
  font-family: arial;
  padding-top: 10px;
  text-align: center;
  color: white;
}

#BottomBannerMain table {
  margin: auto;
}

#BottomBannerMain a {
  color: white;
  font-size: 10px;
  text-decoration: none;
  padding: 0 0px;
  cursor: pointer;
  
}

#BottomBannerMain {
  text-align: center;
  color: #C3CED4;
  font-size: 10px;
}.HorizontalAdvertisingBanner {
  margin: -90px 0 0 457px;
  position: absolute;
}

*:first-child+html .HorizontalAdvertisingBanner {
  margin: 10px 0 0 457px;
}

* html .HorizontalAdvertisingBanner {
 margin: 10px 0 0 457px;
}

.VerticalAdvertisingBanner {
  text-align: center;
  padding: 0;
  margin: 0 0 0 10px;
  vertical-align: top;
  display: block;
}

.VerticalAdvertisingBanner img {
  border: none;
}
.VerticalAdvertisingBanner p {
  margin: 0px 0 10px 0;
  padding: 0;
}body {
  background: #383866 url(/images/skin4/background-site.gif) repeat-x top;
  margin: 0 auto;
}

#Content, #Content table {
  border-collapse: collapse;
}

#Content {
  background: white url(/images/skin4/backgroundContent.gif) repeat-x bottom;
}

#Content td {
  vertical-align: top;
}
.MainContent {
  height: 100%;
  vertical-align: top;
}
#Content .LeftBanner {
	padding-right: 0px;
}
#Content .AdBanner {
	padding-left: 0px;
}
#Content .RightBanner {
	padding-left: 0px;
}

.stickerBox {
  text-align: center;
  margin-bottom: 20px;
}
.stickerBox img {
  border: 0;
}