﻿/*
 *  Menu.css
 *
 *      Required images:
 *
 *          /images/menu_background_slice.png
 *          /images/menu_selected_background.png
 *          /images/content_bg.gif
 *          /images/menu_divider.png
 */

.menuBGOff {
	padding-top: 13px;
	background-image: url(../images/menu_background_slice.png);
	background-repeat: repeat-x;
	text-align: center;
	color: #FFF;
}

.menuBGMidSep {
	padding-top: 8px;
	background-image: url(../images/menu_background_slice.png);
	background-repeat: repeat-x;
	text-align: center;
	color: #FFF;
}

.menuContentTable 
{
    margin: 0 auto 0 auto;
    width: 935px;
}



.menuBG
{
    height: 47px;
    border-top: 1px solid #1f2428;	
	background-image: url(../images/menu_background_slice.png);
	background-repeat: repeat-x;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #FFF;
}

.menuItem
{
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold; 
    color: #fff;
    text-decoration: none;
}

a.menuItem
{
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold; 
    color: #fff;
    text-decoration: none;
}

.menuItemLeft
{
    display: table-cell;
    
}

.menuItemRight
{
    display: table-cell;
    
}

.menuItemOn
{
    height: 47px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/menu_selected_background.png);
	background-repeat: repeat-x;
	text-align: center;
	color: #000;
	font-weight: bold;
	font-size: 14px;
}

.menuItemOnLeft
{
    display: table-cell;
    background-image: url(../images/menu_selected_background_left.png);
    background-repeat: no-repeat;
    background-position: right;
}

.menuItemOnRight
{
    display: table-cell;
    background-image: url(../images/menu_selected_background_right.png);
    background-repeat: no-repeat;
    background-position: left;
}

.subMenu
{
    height: 30px;
	background-image: url(../images/submenu_background.png);
	background-repeat: repeat-x;
	border-bottom: 1px solid #1f2428;
	margin-bottom: 11px;
	text-align: left;
	position: relative;
	z-index: 2;
	color: Black;
	display: none;
	text-decoration: none;
}

.menuBGSelectedDiv
{
    background-image: url(../images/menu_selected_background.png);
    text-align: center;
    color: #000;
    height: 43px;
    font-weight: bold;
    padding-top: 15px;
    padding-right: 3px;
}

.menuBG2 {
	border-right: 1px solid #1f2428;
	border-left: 1px solid #1f2428;
	border-top: 1px solid #1f2428;	
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-y;
}

.menuBGSep 
{
    height: 3px;
	border-right: 1px solid #1f2428;
	border-left: 1px solid #1f2428;
	border-top: 1px solid #1f2428;	
	background-image: url(../images/menu_divider.png);
	background-repeat: repeat-y;
}