@charset "utf-8";


.menu_header,  /* A menu_header gives a title for a menu_box */
.menu_header tr .menu_header td
    {
    padding: 4px;
    width: 173px;

	}

.menu_list_item, /* A menu ist being build of menu_items = Table Cells */
.menu_list_item td,
.menu_list_item_active
	{
	list-style-type:  none;
    list-style-position: inside;
    width: 175px;
    height: 18px;
   	padding-top: 5px;
   	display: block;
	}

.menu_list_item, /* Incctive 1st Level item */
.menu_list_item td
	{
   	padding-left: 8px;
   	}

.menu_list_item_active, /* Active State 1st Level item */
.menu_list_item_active tr,
.menu_list_item_active td,
.menu_col_active,  /* Table Cells for Active Menu Items */
.menu_col_active td,
.menu_col_active tr
	{
    background-image: url(/resources/images/mm_files/69.gif); /* {image name="mainnav_level1_active_background"} */
    background-repeat: no-repeat;
    padding-left: 10px;
	}



/*
	-----------------------------------------
	Main Menu 2nd Level items
    -----------------------------------------
*/

.inner_menu_box /* Container that holds the menu */
	{
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
	}

.menu_sub_link, /* A menu_main_link builds the 2nd level of links */
a.menu_sub_link:visited
	{
	padding-left: 8px;
	height: 23px;
   	padding-top: 5px;
	}

a.menu_sub_link:hover, /* Mouse over effect */
	{
    padding-left: 8px;
  	height: 23px;
   	padding-top: 5px;
	}

a.menu_sub_link_active /* Active State 2nd Level item */
	{
	padding-left: 8px;
	height: 23px;
   	padding-top: 5px;
	}

.link_subline /* An optional text-comment below the menulink */
	{
    width: 150px;
    padding: 0 0px 10px 12px;
    margin: 0px;
	}

.menu_headline /* Menu-headline */
	{
   padding-left: 5px;
   height: 23px;
   padding-top: 10px;
	}


/*
    -----------------------------------------
	Global Tabbed Navigation
    -----------------------------------------
*/

.ptabmenu_menu_table  /* centering the basic table of the tabbed Menu */
	{
	margin-left: auto;
	margin-right: auto;
	}

.ptabmenu_menu_col /* Inactive Col of the Menutable */
	{
	background-image: url(/resources/images/mm_files/144.gif); /* {image name="publicnav_left_normal"} */
	background-repeat: no-repeat;
	background-position: left top;
	width: 11px;
	height: 31px;
	}

.ptabmenu_menu_main_link  /* InActive Item of the Menutable */
	{
	background-image: url(/resources/images/mm_files/142.gif); /* {image name="publicnav_right_normal"} */
	background-position: right top;
	height: 23px;
	margin-left: 11px;
	display:block;
	padding: 8px 21px 0 6px;
    width: 85px;
	}

.ptabmenu_menu_col_active  /* Active Col of the Menutable */
	{
	background-image: url(/resources/images/mm_files/145.gif); /* {image name="publicnav_left_active"} */
	background-repeat: no-repeat;
	background-position: left top;
	width: 11px;
	height: 31px;
	}

.ptabmenu_menu_main_link_active  /* IActive Item of the Menu */
	{
	background-image: url(/resources/images/mm_files/143.gif); /* {image name="publicnav_right_active"} */
	background-position: right top;
	height: 23px;
	padding: 8px 21px 0 6px;
	margin-left: 11px;
	display: block;
	width: 85px;
	}

a.ptabmenu_menu_main_link,
a.ptabmenu_menu_main_link:visited,
a.ptabmenu_menu_main_link:hover,
a.ptabmenu_menu_main_link_active,
a.ptabmenu_menu_main_link_active:hover,
a.ptabmenu_menu_main_link_active:visited
	{
	border: 0;
	}


/*
	-----------------------------------------
	Header Menue
	-----------------------------------------
*/

#phmenu /* container */
	{
   	text-align: right;
  	position: relative;
   	top: 12px;
   	padding-right: 15px;
	}


.phmenu_menu_col,
.phmenu_menu_col_active
	{
	padding: 3px;
	}

/*
	-----------------------------------------
	Footer Menue
	-----------------------------------------
*/

#pfootermenu /* container */
	{
   	text-align: right;
   	position: relative;
   	top: 12px;
   	padding-right: 15px;
	}

.pfooter_menu_col,
.pfooter_menu_col_active
	{
	padding: 3px;
	}

/*
	-----------------------------------------
	Members' Horizontal Tabnav Buttons
	Uses the door with 2 images
	-----------------------------------------
*/

/* This is the inactive Tab */

a.mb_tabnav_normal
	{
    background: transparent url(/resources/images/mm_files/99.gif) no-repeat top right; /* {image name="mb_navtab_normal_right"} */
	color: #666666!important;
    display: block;
    float: left;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
	}

a.mb_tabnav_normal span
	{
    background: transparent url(/resources/images/mm_files/98.gif) no-repeat; /* {image name="mb_navtab_normal_left"} */
    display: block;
    padding: 5px 0 5px 18px;
	}

a.mb_tabnav_normal:active
	{
    background-position: bottom right;
    outline: none; /* hide dotted outline in Firefox */
	}

a.mb_tabnav_normal:active span
	{
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
	}

/* This is the active Tab */

a.mb_tabnav_active
	{
    background: transparent url(/resources/images/mm_files/96.gif) no-repeat top right; /* {image name="mb_navtab_active_right"} */
    display: block;
    float: left;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
	}

a.mb_tabnav_active span
	{
    background: transparent url(/resources/images/mm_files/97.gif) no-repeat; /* {image name="mb_navtab_active_left"} */
    display: block;
    padding: 5px 0 5px 18px;
	}

a.mb_tabnav_active:active
	{
    background-position: bottom right;
    outline: none; /* hide dotted outline in Firefox */
	}

a.mb_tabnav_active:active span
	{
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
	}

/*
	-----------------------------------------
	-----------------------------------------
	MISC
	-----------------------------------------
	-----------------------------------------

*/

/*
	-----------------------------------------
	Buttons
	-----------------------------------------
*/

.submitbutton, /* it' all the same */
.submitbuton,
.submitbuton2
	{
 	border: 1px solid #333333;
 	background: url(/resources/images/mm_files/122.gif) no-repeat; /* {image name="formbutton_background"} */
 	padding: 2px;
 	margin: 2px;
	}

/*
    -----------------------------------------
	Search Maps
    -----------------------------------------
*/

/* Link for the Search Map*/

a.search_map_link
	{
   	height: 23px;
   	width: 175px;
   	padding-top: 5px;
   	padding-left: 8px;
   	display: block;
	}



