﻿/*light orange #CC6600*/
/*dark orange #8E4700*/
/* http://msdn.microsoft.com/en-us/library/ms366731.aspx */
/* 
StaticMenuStyle
StaticMenuItemStyle
StaticSelectedStyle
StaticHoverStyle

DynamicMenuStyle
DynamicMenuItemStyle
DynamicSelectedStyle
DynamicHoverStyle
*/
.menu-wrapper
{
	width: 1040px;
	background-color: #CC6600;
	margin:0;
	padding:0;
	font-family: arial,verdana,helvetica;
	color: #ffffff;
	font-size: 14px;
}
/*============================================================================*/
.menuMain
{
	font-size: 14px;
	color: #ffffff;
	text-align: center;	  
	width:100%;
	background-color: #CC6600;
	table-layout:fixed; 	 
}
.menuMain a
{
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;			
}
.menuMain a:active
{
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;			
}
.menuMain a:link
{
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;			
}
/*============================================================================*/
.static-menu
{
	border-top :  1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	color:#666666;
	z-index:1;	  		  
}
/*============================================================================*/
.static-menu-item
{
	/* top level menu */
	background:#CC6600;
	height: 30px;
	border-right: solid 1px #8E4700;
	empty-cells:hide;
	cursor: pointer;	
}
/*============================================================================*/
.static-hover
{
	/* hover over top level menu */
	background:#8E4700;
	height: 30px;
	empty-cells:hide;
	cursor: pointer;
}	
/*============================================================================*/
.dynamic-menu
{
	border-top :  1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	color:#666666;
	z-index:1;	  		  
}
/*============================================================================*/
.dynamic-menu-hover
{
	/* hovering over anywhere in menu cell */
	background-color: #f1f1f1;
	text-align: left;
	width: 160px;
	font-size: 12px;
	font-weight: normal;
	color: #FF0000;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left:5px;
	padding-right:5px;
	border-top: solid 1px #CCCCCC;
	z-index:1;
}
/*============================================================================*/
.dynamic-menu-item
{
	text-align: left;
	width: 200px;
	border-top-color: #CCCCCC;
	border-top-style: Solid;
	font-size: 12px;
	color: #8E4700;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left:0px;
	padding-right:5px;
	border-top: solid .05em #CCCCCC;
}
.dynamic-menu-item a
{
	text-align: left;
	width: 160px;
	border-top-color: #CCCCCC;
	border-top-style: Solid;
	font-size: 12px;
	color: #666666;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left:5px;
	padding-right:5px;
	border-top: solid 1px #CCCCCC;
}
.dynamic-menu-item a:hover
{
	/* hovering over the link text in menu cell */
	text-align: left;
	width: 142px;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left:5px;
	padding-right:5px;
	border-top: solid 1px #CCCCCC;
	text-decoration: underline;
}	
/*============================================================================*/