﻿.menuFirstChild
{
	background: transparent url('../images/firstchild.jpg') no-repeat;
	border-right: 1px solid #72abd5;
	padding: 9px 38px 9px 40px;
	display: block;
	float: left;
	color: white;
	font-weight: bold;	
	text-decoration: none;
}
.Menu
{
	width: 1024px;
	height: 33px;
	z-index:1;
	position:relative;	
}
.MenuMiddleChild
{
	background: #3386c2;
	float: left;
	color: white;
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding: 9px 50px 9px 50px;
	border-right: 1px solid #72abd5;	
}
.MenuLastChild
{
	display: block;
	float: left;
	color: white;
	font-weight: bold;
	text-decoration: none;
	background: transparent url('../images/lastchild.jpg') center right no-repeat;
	border: 0;
	padding: 9px 39px 9px 39px;	
}
.MenuFirstChildHover
{
	cursor:default;
	background: transparent url('../images/firstchildh.jpg') no-repeat;
	display: block;
	float: left;
	color: white;
	font-weight: bold;
	text-decoration: none;
	border-right: 1px solid #72abd5;
	padding: 9px 38px 9px 40px;
	/*padding: 9px 37px 9px 38px;*/	
}
.menuFirstChild:hover
{
	cursor:default;
	background: transparent url('../images/firstchildh.jpg') no-repeat;
	display: block;
	float: left;
	color: white;
	font-weight: bold;
	text-decoration: none;
	border-right: 1px solid #72abd5;
	padding: 9px 38px 9px 40px;
	/*padding: 9px 37px 9px 38px;	*/
}
.MenuMiddleChildHover
{
	cursor:default;
	background: transparent url('../images/elementbg.jpg') repeat-x;
	float: left;
	color: white;
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding: 9px 50px 9px 50px;
	border-right: 1px solid #72abd5;
}
.MenuMiddleChild:hover
{
	cursor:default;
	background: transparent url('../images/elementbg.jpg') repeat-x;
	float: left;
	color: white;
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding: 9px 50px 9px 50px;
	border-right: 1px solid #72abd5;
}
.MenuLastChildHover
{
	background: transparent url('../images/lastchildh.jpg') center right no-repeat;
	padding: 9px 37px 9px 38px;
	cursor:default;
	float: left;
	color: white;
	display: block;
	font-weight: bold;
	text-decoration: none;
}
.MenuLastChild:hover
{
	background: transparent url('../images/lastchildh.jpg') center right no-repeat;
	padding: 9px 39px 9px 40px;
	cursor:default;
	float: left;
	color: white;
	display: block;
	font-weight: bold;
	text-decoration: none;
}
.MenuSubMenuChild
{
	/*background: #3386c2;*/
	background: #CFCFCF;
	float: left;
	color: black;
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 50px 5px 50px;
	border-right: 1px solid #72abd5;
	margin-top:1px;
	
}
.MenuSubMenuChildHover
{
	cursor:default;
	background: transparent url('../images/elementbg.jpg') repeat-x;
	float: left;
	color: black;
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding: 9px 50px 9px 50px;
	border-right: 1px solid #72abd5;
	margin-top:1px;	
}
.MenuSubMenuChild:hover
{
	cursor:default;
/*	background: transparent url('../images/elementbg.jpg') repeat-x;*/
	background:#D3DAED;
	float: left;
	color: black;
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 50px 5px 50px;
	border-right: 1px solid #72abd5;
	margin-top:1px;	
}
