﻿/***************************************************
	These are the style specifications for 
	NavigationMenu in MastePage.aspx
***************************************************/

.mainmenu
{
	font-family: Arial;
	font-size: 12px;
	color:#FFFFFF;
	font-weight:bold;	
	text-decoration:none;
}
.mainmenu td
{
	font-family: Arial;
	font-size: 12px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
.mainmenuhover
{
	font-family: Arial;
	font-size: 12px;
	color:#FFFFFF;
	font-weight:bold;	
	text-decoration:none;
}
.mainmenuhover td
{
	font-family: Arial;
	font-size: 12px;
	color:#FFFFFF;
	font-weight:bold;	
	text-decoration:none;
}
.submenu
{
	font-family: Arial;
	font-size: 13px;
	color:#CC6600;
	font-weight:bold;	
	width:145px;
	padding:0px;
	text-decoration:none;	
}
.submenu td
{
	font-family: Arial;
	font-size: 13px;
	color:#CC6600;
	font-weight:bold;
	height:35px;
	text-align:right;
	border-bottom:solid 1px #FFFFFF;	
	text-decoration:none;	
}
.submenuhover
{
	font-family: Arial;
	font-size: 13px;
	color:#CC6600;
	font-weight:bold;	
	width:145px;
	text-decoration:none;	
}
.submenuhover td
{
	font-family: Arial;
	font-size: 13px;
	color:#CC6600;
	font-weight:bold;
	height:35px;	
	text-align:right;
	border-bottom:solid 1px #FFFFFF;	
	text-decoration:none;	
}
.subsubmenu
{
	font-family: Arial;
	font-size: 13px;
	font-weight:bold;
	background-color:#CC6600;
	color:White;
	width:160px;
	height:25px;
	text-align:left;
	border-bottom:solid 1px #FFFFFF;
	padding-left:2px;
}
.subsubmenuhover
{
	font-family: Arial;
	font-size: 13px;
	font-weight:bold;
	background-color:#EACBB2;
	color:#CC6600;
	width:160px;
	height:25px;
	text-align:left;
	border-bottom:solid 1px #FFFFFF;
	padding-left:2px;
}
.intranetnormal
{
	font-family: Arial;
	font-size: 16px;
	color:#FFFFFF;
	font-weight:bold;	
	text-decoration:none;
}
.intranetselected
{
	font-family: Arial;
	font-size: 15px;
	color:#CC6600;
	font-weight:bold;	
	text-decoration:none;	
}
.zindexie8
{
	z-index:999;
}