﻿.LeftNav
{
	border-right: #2657bd 1px solid;
	border-top: #2657bd 1px solid;
	border-left: #2657bd 1px solid;
	border-bottom: #2657bd 1px solid;
	background-color: #d6e2f9;
	width: 150px;
	text-indent: 5px;
	margin-bottom: 3px;
	cursor:pointer;	
}


.LeftNavOver
{
	border-right: #2657bd 1px solid;
	border-top: #2657bd 1px solid;
	border-left: #2657bd 1px solid;
	border-bottom: #2657bd 1px solid;
	background-color: #ffffff;
	width: 150px;
	text-indent: 5px;
	margin-bottom: 3px;
	cursor:pointer;
}

.HorizontalPanelAdmin
{
	border-right: #2657bd 1px solid;
	border-top: #2657bd 1px solid;
	border-left: #2657bd 1px solid;
	border-bottom: #2657bd 1px solid;
	background-color: #d6e2f9;
	width: 150px;
	text-align:center;
	text-indent: 5px;
	margin-bottom: 3px;
	cursor:pointer;
}

.HorizontalPanelAdminOver
{
	border-right: #2657bd 1px solid;
	border-top: #2657bd 1px solid;
	border-left: #2657bd 1px solid;
	border-bottom: #2657bd 1px solid;
	background-color: #ffffff;
	width: 150px;
	text-align:center;
	text-indent: 5px;
	margin-bottom: 3px;
	cursor:pointer;
}
.LeftNavUser
{
	border-right: #cd853f 1px solid;
	border-top: #cd853f 1px solid;
	border-left: #cd853f 1px solid;
	border-bottom: #cd853f 1px solid;
	background-color: #ffe4b5;
	width: 150px;
	text-indent: 5px;
	margin-bottom: 3px;
	cursor:pointer;
}

.LeftNavUserOver
{
	border-right: #cd853f 1px solid;
	border-top: #cd853f 1px solid;
	border-left: #cd853f 1px solid;
	border-bottom: #cd853f 1px solid;
	background-color: #ffffff;
	width: 150px;
	text-indent: 5px;
	margin-bottom: 3px;
	cursor:pointer;
}

.LeftNavAdmin
{
	border-right: #cc0066 1px solid;
	border-top: #cc0066 1px solid;
	border-left: #cc0066 1px solid;
	border-bottom: #cc0066 1px solid;
	background-color: #ffccff;
	width: 150px;
	text-indent: 5px;
	margin-bottom: 3px;
	cursor: pointer;
	text-transform: uppercase;
	text-decoration:none;
}

.LeftNavAdminOver
{
	border-right: #cc0066 1px solid;
	border-top: #cc0066 1px solid;
	border-left: #cc0066 1px solid;
	border-bottom: #cc0066 1px solid;
	background-color: #ffffff;
	width: 150px;
	text-indent: 5px;
	margin-bottom: 3px;
	cursor:pointer;
	text-transform: uppercase;
	text-decoration:none;
}

.HorizontalNavAdmin
{
	border-right: #cc0066 1px solid;
	border-top: #cc0066 1px solid;
	border-left: #cc0066 1px solid;
	border-bottom: #cc0066 1px solid;
	background-color: #ffccff;
	width: 115px;
	text-align:center;
	text-indent: 5px;
	margin-bottom: 3px;
	cursor:pointer;
}

.HorizontalNavAdminOver
{
	border-right: #cc0066 1px solid;
	border-top: #cc0066 1px solid;
	border-left: #cc0066 1px solid;
	border-bottom: #cc0066 1px solid;
	background-color: #ffffff;
	width: 115px;
	text-align:center;
	text-indent: 5px;
	margin-bottom: 3px;
	cursor:pointer;
}

.MenuBorder
{
	border-right: #2657bd 1px solid;
	border-top: #2657bd 1px solid;
	border-left: #2657bd 1px solid;
	border-bottom: #2657bd 1px solid;
	background-color: #d6e2f9;
	text-indent: 5px;
	margin-bottom: 3px;
	width: 150px;
	cursor:pointer;
}

.MenuBorderOut
{
	border-right: #cc0066 1px solid;
	border-top: #cc0066 1px solid;
	border-left: #cc0066 1px solid;
	border-bottom: #cc0066 1px solid;
	background-color: #ffccff;
	text-indent: 5px;
	margin-bottom: 3px;
	width: 150px;
	cursor:pointer;
}

