/* - - - - - - - - - - - - - -  MENU CSS - - - - - - - - - - - - - - */




/* - - - - - - - - - - - - TABLE-BASED HORIZONTAL MENU - - - - - - - - - - - - */

div#showmenu {
	padding-bottom: 0px;
}

table.toptablemenu { 
	text-align: center;
	background-image:url('/images/bg/brushedmetal.png');
	background-image:url('/images/menuback.png');
	background-repeat:repeat-x; 
	height: 52px;
}


.toptablemenu_space {
  text-align: center;
  display: block;
  margin: 0;
  padding-top: 5px;
  padding-bottom: 0px;
  color: #ffffff;
}

table.toptablemenu a {
  text-align: center;
  display: block;
  width: 100%;
  margin: 0;
  font-size: 13px;
  padding-top: 8px;
  color: #112D59;
  text-decoration: normal;
  font-weight: bold;
}

table.toptablemenu a:visited {
  color: #112D59;
  font-size: 13px;
}

table.toptablemenu a:hover {
  color: #112D59;
  font-size: 14px;
  text-decoration: underline;
}

table.toptablemenu a:focus {
  color: #112D59;
  font-size: 14px;
  text-decoration: underline;
}




/* - - - - - - - - - - - - TABLE-BASED -- DROPDOWN MENU  - - - - - - - - - - - - */

.toptablemenu_dropmenudiv{
	width: 200px;
	border-bottom: 2px solid #d3d3d3;
	border-left: 2px solid #d3d3d3;
	border-right: 2px solid #d3d3d3;
	margin-top: 7px;
	background: #E3E3E3;
}

.toptablemenu_dropmenudiv a { /*THEME CHANGE HERE*/
	background: #E3E3E3;
	color: #112D59; 
	text-align: left;
	font-size : 12px;
	padding: 7px;
}

.toptablemenu_dropmenudiv a:visited { 
	background: #E3E3E3;
	color: #112D59; 
	font-size : 12px; 
}

.toptablemenu_dropmenudiv a:hover { 
	background: #E3E3E3;
	color: #112D59; 
	font-size : 12px;
  	font-weight: bold;
}


