﻿.MBbg1
{
    background-image:url(../Images/gradBrown.png);
    background-repeat:repeat-x;
    background-color:Transparent;
    border-top:0px solid #D2BA8E;
    border-bottom:0px solid #ffffff;
    font:15px "Times New Roman";     
    font-weight:normal;
    text-align:center;
    vertical-align:middle;
    color:#000000;    
    cursor:pointer;
    padding-top:3px;
    height:35px;
    /*text-shadow: 1px 1px #888888;    */
    
}
.MBbg1On
{
    background-repeat:repeat-x;
    background-color:#D2BA8E;
    font:15px "Times New Roman";     
    font-weight:normal;
    border-left:1px solid #D2BA8E;
    border-top:1px solid #D2BA8E;
    border-right:1px solid #D2BA8E;
    border-bottom:1px solid #640606;
    text-align:center;
    vertical-align:middle;
    color:#640606;    
    cursor:pointer;
    padding-top:3px;
    height:35px;
    /*text-shadow: 1px 1px #888888;*/
    
}


.MBcell1
{
    background-color:inherit;    
    background-image:url('../Images/gradBrown.png');   
    font:14pt arial;
    font-weight:bold;
    border:1px solid transparent;
    text-align:center;
    vertical-align:middle;
    color:#000000;    
    cursor:pointer;     
    /*text-shadow: 1px 1px #c0c0c0;   */
}
.MBcellOn1
{
    font-weight:bold;
    border:1px solid #D2BA8E;
    vertical-align:middle;
    color:#640606;    
    cursor:pointer;
    background-color:#ffe692;
}
.MBsubmenuOff{
    font-family:"Times New Roman", Times, serif;	
    font-size: 13px;
    /*
	font-family:arial;
	font-size:11pt;
	font-weight:bold;
	*/
	text-align:left;
	padding-left:3px;
	padding-right:2px;
	padding-top:2px;
	padding-bottom:2px;
	color:#000000;
	background-color:#D2BA8E;
	border:1px solid #D2BA8E;
}
.MBsubmenuOn{
    font-family:"Times New Roman", Times, serif;	
    font-size: 13px;
    /*
	font-family:arial;
	font-size:11pt;
	font-weight:bold;
	*/
	text-align:left;
	padding-left:3px;
	padding-right:2px;
	padding-top:2px;
	padding-bottom:2px;
	color:#640606;
	background-color:#ffe692;
	border:1px solid #a44646;
	cursor:pointer;
}
.MBsubmenuDiv{
	position:absolute;
	z-index:3;
	border-left: 1px solid #555555;
	border-top: 1px solid #ffffff;
	border-right: 2px solid #640606;
	border-bottom: 2px solid #640606;
	width:170px;
	background-color:#D2BA8E;
}



.flexdropdownmenu, .flexdropdownmenu ul
{
    /*topmost and sub ULs, respectively*/    
    font-family:"Times New Roman", Times, serif;	
    font-size: 13px;
    /*
    font:13pt arial;
    font-weight:bold;
    */
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    list-style-type: none;
    background: white;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    visibility: hidden;
    display: none; /*collapse all sub menus to begin with*/
    box-shadow: 3px 3px 8px #818181; /*shadow for CSS3 capable browsers.*/
    -webkit-box-shadow: 3px 3px 8px #818181;
    -moz-box-shadow: 3px 3px 8px #818181;
}


.flexdropdownmenu li
{
    position: relative;
}

.flexdropdownmenu li a
{
    display: block;
    width: 160px; /*width of menu (not including side paddings)*/
    color: black;
    background: #D2BA8E;
    border-bottom: 1px solid #8A3F3F;
    text-decoration: none;
    padding: 4px 5px;
}

* html .flexdropdownmenu li
{
    /*IE6 CSS hack*/
    display: inline-block;
    width: 170px; /*width of menu (include side paddings of LI A*/
}

.flexdropdownmenu li a:hover, .flexdropdownmenu li.selected > a
{
    background: #fae7a9;
    color:#640606;
}

.rightarrowclass
{
    position: absolute;
    top: 6px;
    right: 5px;
}

.buttonBG
{
    background-image: url('../Images/buttonOff.png');
    background-repeat: no-repeat;
    height: 28px;
    width: 186px;
    cursor: pointer;
    padding-top: 10px;
    color: #000000;
    font: 13pt arial;
    font-weight: bold;
    text-align: center;
}

