﻿/* Navigation Menu styles */
/* Originally designed for QuickMenu 0 but painstakenly adopted by Mark Smith and Neelima Chitoor */

/*"""""""" style for named table cell (ID="qm0") containing navigation menu control""""""""*/	
#qm0	
{	
	background-image:url(images/bgLinks.jpg);
}

/*"""""""" style for Default state of anchor tags under the #qm0 table cell""""""""*/	
#qm0 a	
{	
	padding:0px 0px 0px 0px; /*changed by Mark*/
	color:#4B4B44;
	font-family:Georgia, "Times New Roman", Serif;
	font-size: 13px;
	text-decoration:none;
	text-align:left;
}


/*"""""""" style for the Hover state of anchor tags under the #qm0 table cell """"""""*/	
#qm0 a:hover	
{	
	background-image:url(images/bgLinksRollover.jpg);
	color:#FDFEFE;
	text-decoration:none;
}

/*"""""""" (General Menu Style)""""""""*/	
.menu 
{	
	background-image:url(images/bgLinks.jpg);
	text-decoration:none;
}

/*"""""""" (Static Portion of Menu)""""""""*/	
.menustaticmenu 
{	
	padding:4px 14px 4px 14px;
	border-left-width:1px;
	height:16px;
	border-style:    none;
	border-color:#DFDDD0;
	text-decoration:none;
}

/*"""""""" (Item Style  for Items in Static Portion of Menu)""""""""*/	
.menustaticmenuitem 
{
	color:#4B4B44;
	font-family:Georgia, "Times New Roman", Times,  Serif; 
	font-size:14px;
	text-decoration:none;
	text-align:left;
	font-weight:bold;
}

/*"""""""" (Item Style  for Hovered Items in Static Portion of Menu)""""""""*/	 
.menustatichover 
{	
	background-image:url(images/bgLinksRollover.jpg);
	color:#FDFEFE;
	text-decoration:none;
}

/*"""""""" (Item Style  for Clicked Items in Static Portion of Menu)""""""""*/	
.menustaticselected
{	
	/*background-image:url(images/bgLinksRollover.jpg);
	color:#FDFEFE; */
	color:#4B4B44;
	font-family:Georgia, "Times New Roman", Times,  Serif; 
	font-size:14px;
	text-decoration:none;
	text-align:left;
	font-weight:bold;
}  

/*"""""""" (Dynamic Portion of Menu)""""""""*/	
.menudynamicmenu 
{
	margin:0px 0px 0px -1px;
	background-color: #c3c1aa;
	text-decoration:none;
	z-index: 100;
}

/*"""""""" (Item Style  for Items in Dynamic Portion of Menu)""""""""*/	
.menudynamicmenuitem 
{
	padding: 4px 8px 4px 8px; /* dimensions reduced by Mark */
	background-color: #c3c1aa;
	/* next entries added by Mark */
	font-family:Georgia, "Times New Roman", Times, Serif; 
	font-size:14px;
	text-decoration:none;
	text-align:left;
	font-weight:bold;
}

/*"""""""" (Item Style  for Clicked Items in Dynamic Portion of Menu)""""""""*/	
.menudynamicselected 
{
	padding:4px 8px 4px 8px; /* dimensions reduced by Mark */
	background-color: #c3c1aa;
}

/*"""""""" (Item Style  for Hovered Items in Dynamic Portion of Menu)""""""""*/	
.menudynamichover
{
	padding:4px 8px 4px 8px; /* dimensions reduced by Mark */
	background-color: #c3c1aa;
}

/*------------------------------------------------------------*
**  IE8 workaround fix so that menu controls render properly.
   I have added a reference to this style class in the skinfile 
   so it affects all menu controls.  See for details:
   http://blogs.msdn.com/giorgio/archive/2009/02/01/asp-net-menu-and-ie8-rendering-white-issue.aspx
**------------------------------------------------------------*/
.IE8Fix
{
    z-index: 100;
}