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


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

div#showmenu {
	border-bottom: 0px solid #ffffff;
	border-top: 0px solid #ffffff;
	padding-bottom: 0px;

}

table.toptablemenu { 
	text-align: center;
  	background: url("/images/bg/menuback.jpg") repeat-x;  
	height: 40px;
	border: 0px solid #660000;
	
}

.toptablemenu_space {
  background: url("/images/bg/menudiv.png") no-repeat;  
}

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

table.toptablemenu a:focus {
  color: #ffffff;
  font-size: 13px;
}

table.toptablemenu a:visited {
  color: #ffffff;
  font-size: 12px;
}

table.toptablemenu a:hover {
  color: #ffffff;
  font-size: 13px;
}

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

.toptablemenu_dropmenudiv{
	width: 195px;
	border-bottom: 2px solid #d3d3d3;
	border-left: 2px solid #d3d3d3;
	border-right: 2px solid #d3d3d3;
	margin-top: 1px;
	background-color:#022464;
}

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

.toptablemenu_dropmenudiv a:visited { 
	background-color:#022464;
	color: #ffffff; 
	font-size : 12px; 
}


.toptablemenu_dropmenudiv a:hover { 
	background-color:#022464; 
	color: #ffffff; 
	font-size : 13px;
  	font-weight: bold;
}

