/* - - - - - - - - - - - - TABLES-BASED HORIZONTAL MENU - - - - - - - - - - - - */

div#toptablemenu {
	margin-bottom:10px;
}

div#showmenu{
	background-image:url('http://buco3.com/images/cmn/bg/ccfc55/bg_menu2.jpg');
	background-repeat:repeat-x;
	border-top: 2px solid #cccccc;
	border-bottom: 0px solid #cccccc;
	height: 40px;
}

table.toptablemenu { 
	text-align: center;
	margin-bottom:10px;
}

.toptablemenu_space{
	text-align: center;
  	display: block;
  	margin: 0;
  	font-size: 11px;
  	padding-top: 5px;
  	padding-bottom: 5px;
	background-image:url('http://buco3.com/images/cmn/bg/ccfc55/bg_menudiv.png');
}

table.toptablemenu a {
	text-align: center;
  	display: block;
  	width: 100%;
  	margin: 0;
  	font-size: 14px;
	font-family: tahoma,verdana,sans-serif;
  	padding-top: 5px;
  	padding-bottom: 5px;
    color: #E9E9E9;
	text-decoration: none;
  	font-weight: bold;
}

table.toptablemenu a:focus {
  	color: #ffffff;
  	border: 0px solid #003366;
  	font-weight: bold;
  	color: #ffffff;
  	font-size: 12px;
}

table.toptablemenu a:hover {
  	color: #ffffff;
  	border: 0px solid #003366;
  	font-weight: bold;
  	color: #ffffff;
  	font-size: 12px;
}


/* - - - - - - - - - - - - DROPDOWN PORTION - - - - - - - - - - - - */

.toptablemenu_dropmenudiv{
	font:normal 12px Verdana;
	width: 170px;
	margin-top: 7px;
}

.toptablemenu_dropmenudiv a { /*THEME CHANGE HERE*/
	background-color:#594B7E;
	color: #ffffff;
	padding: 10px 10px;
}

.toptablemenu_dropmenudiv a:hover { 
	background: #ffffff; 
	color: #594B7E; 
  	font-weight: bold;
}

.toptablemenu_dropmenudiv a:visited { 
	background: #594B7E; 
	color: #ffffff; 
}



