/* ID MAIN MENU */

div#menubkgd {
  background: #eaf2f8;
  text-align: right;
  width: 200px;
  position: relative;
}

ul#mainmenu	{
	background: #eaf2f8;
	width: 200px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	display: table;
}

ul#mainmenu	li {
	width: 200px;
	float: right;
	list-style: none;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-right: 10px;
}

/* 	MENU STYLES WITH HYPERLINK COLOR SETTINGS */

.menu	{
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 10px;
}
a.menu:link 		{color: #819fb4; background: none; text-decoration: none}
a.menu:visited	{color: #819fb4; background: none; text-decoration: none}
a.menu:hover		{color: #4f6676; background: none; text-decoration: none}
a.menu:active 	{color: #819fb4; background: none; text-decoration: none}

.menuselected	{
	color: #959838;
	font-weight: bold;
	line-height: 14px;
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 10px;
}
a.menuselected:link 		{color: #4f6676; background: none; text-decoration: none}
a.menuselected:visited	{color: #4f6676; background: none; text-decoration: none}
a.menuselected:hover		{color: #819fb4; background: none; text-decoration: none}
a.menuselected:active 	{color: #4f6676; background: none; text-decoration: none}

.MenuItemSelected	{
	color: #959838;
	font-weight: bold;
	line-height: 14px;
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 10px;
}
a.MenuItemSelected:link 		{color: #000000; background: none; text-decoration: none}
a.MenuItemSelected:visited	{color: #000000; background: none; text-decoration: none}
a.MenuItemSelected:hover		{color: #000000; background: none; text-decoration: none}
a.MenuItemSelected:active 	{color: #000000; background: none; text-decoration: none}

.MenuItemNotSelected	{
	color: #959838;
	font-weight: bold;
	line-height: 14px;
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 10px;
}
a.MenuItemNotSelected:link 		{color: #000000; background: none; text-decoration: none}
a.MenuItemNotSelected:visited	{color: #000000; background: none; text-decoration: none}
a.MenuItemNotSelected:hover		{color: #000000; background: none; text-decoration: none}
a.MenuItemNotSelected:active 	{color: #000000; background: none; text-decoration: none}

/* 	SUBMENU STYLES WITH HYPERLINK COLOR SETTINGS */

/* ID SUBMENU */
div#Submenubkgd	{
	float: left;
	width: 173px;
	height: 230px;
	margin: 0px;
	padding: 0px;
	background: #20c2bc;
	margin-right: 3px;
  position: relative;
}

ul#submenuList {
	margin: 12px 0px 0px 0px;
	padding: 0px;
	position: relative;
}

ul#submenuList li	{
	list-style: none;
	text-align: right;
	padding-right: 12px;
	padding-bottom: 8px;
}

.subMenu	{
	color: #ffffff; background: none;
	font-size: 12px;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 0px;
}
a.subMenu:link 		{color: #000000; background: none; text-decoration: none}
a.subMenu:visited	{color: #000000; background: none; text-decoration: none}
a.subMenu:hover		{color: #000000; background: none; text-decoration: none}
a.subMenu:active 	{color: #000000; background: none; text-decoration: none}

.subMenuItemSelected	{
	color: #ffffff; background: none;
	font-size: 11px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 0px;
	border-top: 1px dotted #63fbf6;
	border-bottom: 1px dotted #63fbf6;
}
a.subMenuItemSelected:link 		{color: #000000; background: none; text-decoration: none}
a.subMenuItemSelected:visited	{color: #000000; background: none; text-decoration: none}
a.subMenuItemSelected:hover		{color: #000000; background: none; text-decoration: none}
a.subMenuItemSelected:active 	{color: #000000; background: none; text-decoration: none}



/* 	end of menu styles with hyperlink color settings */
