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

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

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

}

table.toptablemenu { 
	text-align: center;
	background-image:url('/images/bg/lightgreybg.png');
	background-repeat:repeat-x;
	height: 50px;
	border: 0px solid #660000;
}

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

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

table.toptablemenu a:visited {
}

table.toptablemenu a:hover {
  font-family: Arial Black, Arial, Tahoma, Verdana, Geneva, sans-serif;
  color: #00AE63;
  font-size: 14px;
}

table.toptablemenu a:focus {
  font-family: Arial Black, Arial, Tahoma, Verdana, Geneva, sans-serif;
  color: #00AE63;
  font-size: 14px;
}


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

.toptablemenu_dropmenudiv{
  text-align: left;
	width: 200px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	margin-top: 7px;
	background-color:#EBEBEB;
}

.toptablemenu_dropmenudiv a { /*THEME CHANGE HERE*/
	background-color:#EBEBEB;
	color: #242424;
	font-size : 12px;
	padding: 7px;
}

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


.toptablemenu_dropmenudiv a:hover { 
	background-color:#EBEBEB; 
	color: #00AE63; 
	font-size : 12px;
  	font-weight: bold;
}

