body {
  background:#fff;
  margin:0;
  padding:0;
  color:#000;
  /*font:small/1.5em Verdana, Arial, Helvetica, sans-serif;*/
  font:14px Verdana, Arial, Helvetica, sans-serif;
  voice-family: "\"}\""; voice-family:inherit;
} 

html>body {font-size:14px;}

#header {
  float:left;
  width:100%;
  background:#ffffff url(../../images/bg.gif) repeat-x bottom;
  font-size:93%;
  line-height:normal;
  margin-bottom: 5px;
  }
#header ul {
  margin:0;
  padding:0px 0px 0px 100px;
  list-style:none;
  }
#header li {
  float:left;
  background:url(../../images/left_both.gif) no-repeat left top;
  margin:0;
  margin-left:1px;
  padding:0 0 0 9px;
  border-bottom:1px solid #b31509;
  white-space: nowrap;
}
  
#header a {
  float:left;
  display:block;
  width:.1em;
  background:url(../../images/right_both.gif) no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#fff;
}

#header > ul a {width:auto;}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */
#header a:hover {
  color:#333;
  }
#header li.selected {
  background-position:0 -150px;
  border-width:0;
  }
#header li.selected a {
  background-position:100% -150px;
  padding-bottom:5px;
  color:#ffffff;
  }
#header li:hover, #header li:hover a {
  background-position:0% -150px;
  color:#333;
  }
#header li:hover a {
  background-position:100% -150px;
  }

/* copied from tabs.css */
#menuList li.selected ul.submenu {
    display:block;
    left: -9px;
    position:absolute;
	margin:0;
	width:200%;
}

#menuList li.selected ul.submenu a {
    background: none;
    border: none;
    border-left: 1px solid #cccccc;
    color: #333333 !important;
    font-size: .95em;
    font-weight: bold;
    line-height: 12px;
    margin-right: 4px;
    padding: 4px 10px 2px 10px;
    text-decoration: none;
}

#menuList li.selected ul.submenu a.selected {
    background: transparent;
    color:#FFFF00 !important;
}

#menuList li.selected ul.submenu a:hover {
    color: #FFFF00 !important;
}
#menuList ul.submenu {
	margin:0;
	background-color:#ee3124;
    display: none;
    width: 100%;
	padding-top:2px;
	/*padding-right:112px;*/
	padding-bottom:2px;
	border-bottom:1px solid #b31509;
	width:100%;
}

#menuList li.selected ul.submenu li {
	background: none;
	border-bottom: 0;
	white-space: nowrap;
	padding:0;
}
/* main Link */
a.mainLink:link { font-family: Verdana, Arial, sans-serif; font-size: 12px; color: #000000; text-decoration: none; }
a.mainLink:visited { font-family: Verdana, Arial, sans-serif; font-size: 12px; color:#000000; text-decoration: none; }
a.mainLink:active { font-family: Verdana, Arial, sans-serif; font-size: 12px; color: #000000; text-decoration: none; }
a.mainLink:hover { font-family: Verdana, Arial, sans-serif; font-size: 12px; color: #6699CC; text-decoration: none; }