/* Dark Brown     90,50,20    #5a3214 */
/* Dark Orange    255,190,20  #ffbe14 */
/* Light Yellow   255,245,180 #fff5b4 */

/* hyperlink style the navigation bar below the menu */
.NavigationBar
{
  font-weight: bold;
  font-size: 14px;
  font-family: 'Mesouran Casual SSi' , 'Comic Sans MS' , 'Arial Narrow';
  background-color: #fff5b4;
  text-align: center;
}
A.NavigationBar:link
{
  text-decoration: underline;
  color: #011eaa;
}
A.NavigationBar:visited
{
  text-decoration: underline;
  color: #011eaa;
}
A.NavigationBar:hover
{
  color: #ffbe14;
  text-decoration: underline;
}
A.NavigationBar:active
{
  color: #008000;
  text-decoration: underline;
}

.ddmx
{
  font: 12px arial;
  font-weight: bold;
  font-family: 'Mesouran Casual SSi' , 'Comic Sans MS' , 'Arial Narrow';
  text-align:left;
  background: #5a3214;
  color: #fff5b4;
}

/* submenu item1 */
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover,
.ddmx .item1:link,
.ddmx .item1:visited
{
  text-decoration: none;
  background: #5a3214;
  color: #fff5b4;
  padding: 6px 10px 6px 10px;
  display: block;
  white-space: nowrap;
  position: relative;
}
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover,
.ddmx .item1-active:link,
.ddmx .item1-active:visited
{
  text-decoration: none;
  background: #ffbe14;
  color: #fff5b4;
}

/* submenu item2 */
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover,
.ddmx .item2:link,
.ddmx .item2:visited
{
  background-color: #5a3214;
  color: #fff5b4;
  text-decoration: none;
  padding: 6px 18px 6px 18px;
  display: block;
  white-space: nowrap;
  position: relative;
  z-index: 500;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover,
.ddmx .item2-active:link,
.ddmx .item2-active:visited
{
  text-decoration: none;
  background: #ffbe14;
  color: #fff5b4;
  z-index: 500;
}

.ddmx .item2 img,
.ddmx .item2-active img
{
  position: absolute;
  right: 1px;
  width: 10px;
  height: 12px;
  border: 0;
}
.ddmx .section
{
  border: 2px solid #fff5b4;
  position: absolute;
  visibility: hidden;
  z-index: -1;
}
/* ie 5.0 fix */
* html .ddmx td
{ 
  position: relative; 
}

.MenuContext
{
	text-decoration: none;
	/*background: #ffbe14;*/
	font-size: 16px;
	/*border: 2px solid #ffbe14;*/
	color: #000000;
	/*color: #fff5b4;*/
	margin: 1px;
	padding: 2px;
	display: inline-block;
}

.RedBGLink
{
  color: #000000;
  background: #ff0033;
  font: bold 12px arial;
  text-align: center;
  padding: 4px 10px 4px 10px;
}
A.RedBGLink:link
{
  color: #000000;
  background: #ff0033;
  text-decoration: underline;
}
A.RedBGLink:visited
{
  color: #000000;
  background: #ff0033;
  text-decoration: underline;
}
A.RedBGLink:hover
{
  color: #ff0033;
  background-color: #ffffcc;
  text-decoration: underline;
  padding: 8px 10px 5px 10px;
}
A.RedBGLink:active
{
  color: #000000;
  background: #ff0033;
  text-decoration: underline;
}
