﻿.EntityBg
{
	background-image:url(images/EntityBG.jpg);
	background-repeat:no-repeat;
	width:179px;
	height:32px;
}

.MenuBg
{
	background-image:url(images/menu_bg.jpg);
	background-repeat:repeat-y;
	width:179px;
	height:100%;
}

.menustyleCP
{
	border: solid 0px black;
	margin: 0px 0px 0px 0px;
	white-space: nowrap;
	width:179px;
}

.menuitemCP
{
	padding:0px 0px 5px 0px;
	background-color:Transparent;
	font-family: Verdana, Arial, Tahoma;
	color: #000000;
	font-weight: bold;
	border-bottom: solid 0px #333333;
	border-right: solid 0px #333333;
	border-left: solid 0px #FCFCFC;
	border-top: solid 0px #FCFCFC;
	margin: 0px;
	white-space: nowrap;
	cursor: hand;
	height: 15px;
}

.menuitemCP IMG {
	margin-right: 5px;
}

.mouseoverCP
{
	padding:0px 0px 5px 0px;
	background-color:#ffb62b;
	font-family: verdana;
	color: white;
	font-weight: bold;
	border-bottom: solid 0px #333333;
	border-right: solid 0px #333333;
	border-left: solid 0px #FCFCFC;
	border-top: solid 0px #FCFCFC;
	margin: 0px;
	white-space: nowrap;
	cursor: hand;
	height: 15px;
}

.submenustyleCP
{
	background-color: #FFFFFF;
	border-bottom: 1px;
	border-right: 1px;
	border-left: 1px;
	border-top: 1px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #333333;
	vertical-align: middle;
}

.menusubitemCP
{
	font-family: verdana;
	color: #3c5a98;
	border: 0px;
	border-bottom: 1px;
	border-right: 1px;
	border-left: 1px;
	border-top: 1px;
	border-color: #E9F2F8;
	background-color: #FFFFFF;
	margin: 0px;
	white-space: nowrap;
	cursor: hand;
	height: 20px;
	width:180px;
}

.menusubitemCP IMG {
	margin-right: 5px;
}

.submouseoverCP
{
	font-family: verdana;
	color: white;
	border: 0px;
	border-style: none;
	background-color: #ffb62b;
	margin: 0px;
	white-space: nowrap;
	cursor: hand;
	text-decoration: none;
	height: 20px;
}

.menuitemCP td a
{
	display: block;
	padding: 4px 10px 0px 10px;
}

.menusubitemCP td a
{
	display: block;
	padding: 4px 10px 0px 10px;
}

.mouseoverCP a:hover
{
	text-decoration: none;
}

.submouseoverCP a:hover
{
	text-decoration: none;
}