/* Top Menu Container*/

#topmenu
{
	background-image: url("main_menu_background.jpg");
	background-repeat: repeat-x;
	height:25px;
	background-color: #ffffff;
	text-align: center; 
}

.top_menu_tab
{
	height:20px;
	padding-left: 8px;
    padding-right: 8px;
	padding-top: 3px;
	display:inline-block;
	
	float:inherent;
	overflow:hidden;
}

.top_menu_tab a:active, .top_menu_tab a:visited, .top_menu_tab a:link
{
  font-family: Trebuchet MS, Helvetica;
    font-size: 10pt;
    font-style: normal;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

.top_menu_tab:hover
{
	background-image: url("background_hover2.jpg");
}

.top_menu_tab a:hover
{
    text-decoration: none;
}



/* Section Menu Container*/

#sectionmenu
{
}

.section_menu_tab
{
	 padding-left: 8px;
    padding-right: 8px;
	 padding-top: 4px;
}

.section_menu_tab a:active, .section_menu_tab a:visited, .section_menu_tab a:link
{
  font-family: Trebuchet MS, Helvetica;
    font-size: 10pt;
    font-style: normal;
    font-weight: bold;
    color: #30579A;
    text-decoration: none;
    font-weight: bold;
}

.section_menu_tab:hover
{
  font-weight: bold;
    color: red;
}

.section_menu_tab a:hover
{
    color: red;
    text-decoration: none;
}

