﻿.Menu
{
	width:99%;
	FONT-FAMILY: Verdana,Tahoma, Helvetica, sans-serif;
}
.Menu a
{
	color:#333333;
	font-weight:normal;
}
.Menu a:visited
{
	color:#333333;
	font-weight:normal;
}
.Menu a:hover
{
	color:#FF9900;
	font-weight:normal;
}

.StaticMenuItemStyle a
{
	color:#333333;
	font-weight:bold;
}
.StaticMenuItemStyle a:visited
{
	color:#333333;
	font-weight:bold;
}
.StaticMenuItemStyle a:hover
{
	font-weight:bold;
}

.StaticMenuItemStyle
{	
	text-align:center;	

	border-left-style:solid;
	border-left-width:1px;
	border-left-color:white;	
}
.DynamicMenuStyle
{
	border-style:solid;
	border-width:1px;
	border-color:#cccccc;	
}
.DynamicMenuStyle a
{
	color:#333333;
}
.DynamicMenuItemStyle
{
	border-style:solid;
	border-width:1px;
	border-color:#eeeeee;		
	
	background:#eeeeee;
	
	padding:5 5 5 5;
}
.DynamicHoverStyle
{
	background:white;	
	padding:5 5 5 5;
}
.SiteMapPath
{
	background:#DBDBDB;
}
a,a:visited{
    color:#333333;
}

.SiteMapPath *
{
	font-size:10px;
	color:Black;
	font-weight:normal;
}
.SiteMapPath a
{
	font-size:10px;
	color:Black;
	font-weight:normal;
}
.SiteMapPath a : visited
{
	font-size:10px;
	color:Black;
	font-weight:normal;
}
.SiteMapPath a : hover
{
	font-size:10px;
	font-weight:normal;
	color:#FF9900;
}