/*
body {
  background:#fff;
  margin:0;
  padding:0;
  color:#000;
  font:x-small/1.5em Georgia,Serif;
  voice-family: "\"}\""; voice-family:inherit;
  font-size:small;
}
*/ 

/*
body#nicetabs #content { padding-top: 20px !important}
*/

/*
html>body {font-size:small;}
*/

/*
#menu {
  float:left;
  width:100%;
  background:#DAE0D2 url(../menuimages/bg.gif) repeat-x bottom;
  font-size:93%;
  line-height:normal;
  margin-bottom: 5px;
  }
*/
/*
#menu {
	width: 962px;
	height: 46px;
	margin: 0 auto;
}
*/
#menu{ height:34px;}

/*
#menu ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }
*/
/*
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
*/
/*
#menu li {
  float:left;
  background:url(../menuimages/left_both.gif) no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  border-bottom:1px solid #765;
  white-space: nowrap;
}
*/
#menu li {
	display: block;
	float: left;
	padding-top:3px;
	padding-right:7px;
	margin-right:7px;
	background: url(../images/dline02.gif) no-repeat right top;
}

/*
#menu a {
  float:left;
  display:block;
  width:.1em;
  background:url(../menuimages/right_both.gif) no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#765;
}
*/

/*
#menu a {
	display: block;
	float: left;
	font-size:12px;
	height: 30px;
	padding: 8px 20px 0 20px;
	text-decoration: none;
	color: #000000;
	background: url(../images/img06.gif) no-repeat right top;
}
*/

#menu a {
	display: block;
	float: left;
	font-size:12px;
	font-weight: bold;
	height: 30px;
	margin-top:2px;
	padding:10px 10px 0px 8px;
	text-decoration: none;
	color:#000000;
	width:60px;
	/*background:url(../images/nav_bottongr.gif) left top no-repeat;*/
}


/*
#menu > ul a {width:auto;}
*/
/* Commented Backslash Hack hides rule from IE5-Mac \*/
/*
#menu a {float:none;}
*/
/* End IE5-Mac hack */

/*
#menu a:hover {
  color:#333;
  }
*/
#menu a:hover {
	height: 30px;
	color:#FFFFFF;
	margin-top:2px;
	background:url(../images/menu_redgr.gif) left top no-repeat;
}

/*
#menu li.selected {
  background-position:0 -150px;
  border-width:0;
  }
*/
#menu li.selected {
	
}

/*
#menu li.selected a {
  background-position:100% -150px;
  padding-bottom:5px;
  color:#333;
  }
*/
/*
#menu li.selected a {
	background: url(../images/img06_1.gif) no-repeat right top;
	font-weight: bold;
}
*/
#menu li.selected a {
	height: 30px;
	color:#FFFFFF;
	margin-top:2px;
	background:url(../images/menu_redgr.gif) left top no-repeat;
}

#menu li:hover, #menu li:hover a {
  background-position:0% -150px;
  color:#333;
  }
#menu li:hover a {
  background-position:100% -150px;
  }

/*
#menu .hover_page_item {
	background: url(../images/img05_1.gif) no-repeat;
}

#menu .hover_page_item a {
	background: url(../images/img06_1.gif) no-repeat right top;
	font-weight: bold;
}
*/




#secondmenu {
	/*height: 0px;*/
	margin: 0 auto;
	padding:0 0 0 0;
}

#secondmenu ul.submenu {
	list-style: none;
	padding:0 0 0 0 ;
	margin:0 0 0 0;
}

#secondmenu ul.submenu a {
    padding:0 12px 0 0;
    font-size:12px;
    color: #666666;
    margin:5px 10px 5px 10px;
    border-right: 1px solid white;
}

#secondmenu ul.submenu a.selected{
	color:blue;
}

#secondmenu ul.submenu a:hover{
	color:yellow;
}

#secondmenu ul.submenu li {
	display: block;
	float: left;
	/*height:0px;*/
	padding:0 0 0 0;
	margin:0 0 0 0;
}




/* copied from tabs.css */
.menuList {
    margin:0px 0 0 55px;
	height:34px;
	float:left;
}

.menuList li.selected ul.submenu {
    display:none;/*display: inline;*/
    left: -20px;
    position: absolute;
    top: 27px;
}

.menuList li.selected ul.submenu a {
    background: none !important;
    border-left: 1px solid #cccccc;
    color: #999999 !important;
    font-size: .98em;
    font-weight: bold;
    line-height: 12px;
    margin: 0 !important;
    text-decoration: none;
    padding-left: 15px !important;
    padding-right: 5px !important;
    width: auto !important;
}

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

.menuList li.selected ul.submenu a:hover {
    color: #333 !important;
}

.menuList ul.submenu {
    display: none;
    width: 100%;
}

.menuList li.selected ul.submenu li {
	background: none !important;
	border-bottom: 0 !important;
	white-space: nowrap;
	padding: 0;
}
