﻿.NavigatorHeader
{
	background-image: url(ControlImages/NavigatorHeader.gif);
	background-repeat: no-repeat;
	text-indent: 75px;
	vertical-align: -55px;
	color: #fef7ea;
	font-weight: bold;	
	font-size: 12pt;		
	font-family: Tahoma;
	height: 80px;
	width: 200px;
}

.NavigatorCategory
{	
	background-image: url(ControlImages/NavigatorBody.gif);
	background-repeat: repeat-y;
	text-indent: 50px;
	color: #ffc12e;
	font-weight: bold;	
	font-size: 10pt;		
	font-family: Tahoma;
	height: 35px;
	width: 200px;
}

.NavigatorCategory:Hover
{
    color: Red;
	font-family: Tahoma;
	font-size:10pt;
	font-style:normal;
	font-weight: bold;
	text-decoration: none;
}

.NavigatorItem
{
	background-color: Transparent;
	text-indent: 10px;
	color: #e79921;
	font-size: 9pt;
	font-style: normal;
	font-family: Tahoma;
	width: 142px;
}

.NavigatorItem:Hover
{
    color:#0000ff;
    font-family:Tahoma;
    font-size:9pt;
    font-style:normal;
	text-decoration: none;
}

.NavigatorItem:Active
{
    color: Red;
	font-family: Tahoma;
	font-size: 9pt;
	font-style: normal;
	text-decoration: none;
}

.NavigatorFooter
{	
	background-image: url(ControlImages/NavigatorFooter.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 200px;
	height: 55px;
}

.NavigatorSubMenu
{
    background-image: url(ControlImages/NavigatorPopOutItem.gif);
	background-repeat: repeat-y;
    border-style: ridge;
    border-width: 2px;
    border-color: #ffc12e;
}
