/* Common for all menu's */
.WMenu {
	padding: 0;
	margin: 0;
	width: 859px;
}
.WMenu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.WMenu li.WMenuItemLevel1 ul {
	padding: 5px 4px 5px 10px;
}
.WMenu li.WMenuItemLevel1 ul a {
	display: block;
}
/* Horizontal menu */
.WMenu-Horizontal-Text-Expandable .BottomClear,
.WMenu-Horizontal-Text .BottomClear,
.WMenu-Horizontal-Image-Expandable .BottomClear,
.WMenu-Horizontal-Image .BottomClear,
.WMenu-Horizontal-TextAndImage-Expandable .BottomClear,
.WMenu-Horizontal-TextAndImage .BottomClear {
	clear: left;
}
.WMenu-Horizontal-Text-Expandable li.WMenuItemLevel1,
.WMenu-Horizontal-Text li.WMenuItemLevel1,
.WMenu-Horizontal-Image-Expandable li.WMenuItemLevel1,
.WMenu-Horizontal-Image li.WMenuItemLevel1,
.WMenu-Horizontal-TextAndImage-Expandable li.WMenuItemLevel1,
.WMenu-Horizontal-TextAndImage li.WMenuItemLevel1 {
	float: left;
	display: inline;
}
.WMenu-Horizontal-Text-Expandable li.WMenuItemLevel1 div.WMenuLevel2,
.WMenu-Horizontal-Image-Expandable li.WMenuItemLevel1 div.WMenuLevel2,
.WMenu-Horizontal-TextAndImage-Expandable li.WMenuItemLevel1 div.WMenuLevel2 {
	position: absolute;
	clear: left;
	margin-top: 0px;
	margin-left: -1px;
	display: none;
}
.WMenu-Horizontal-Text-Expandable li.WMenuItemHover div.WMenuLevel2,
.WMenu-Horizontal-Image-Expandable li.WMenuItemHover div.WMenuLevel2,
.WMenu-Horizontal-TextAndImage-Expandable li.WMenuItemHover div.WMenuLevel2 {
	display: block;
}
.WMenu .divWMenuSubMenu {
	position: absolute;
	/*top: 264px;*/
	margin-top: -35px;
	margin-left: -1px;
	display: none;
	height: 30px;
}
.WMenu .WMenuLevel2 {
	width: 200px;
	margin-left: 2px;
	margin-top: -2px;
	background-color: #707070;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
.WMenuItemLevel2.WithThirdLevel a,
.WMenuItemLevel2.WithoutThirdLevel a,
.WMenuItemLevel2.WMenuItemLevel3 a {
	color: #FFFFFF;
	margin-left: 10px;
	padding-left: 10px;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;	
	background: url(../img/bullet_white.gif) no-repeat 0px 6px;
}
.WMenuItemLevel2.WithoutThirdLevel a,
.WMenuItemLevel2.WMenuItemLevel3 a {
	margin-left: 10px;
	padding-left: 10px;
	height: 16px;
	background: url(../img/bullet_white.gif) no-repeat 0px 6px;	
}

.twitter
{
	width: 85px;
	height: 35px;
	background: url(../img/bt_twitter.gif) no-repeat 0px 0px;
}

.twitter:hover
{
	background: url(../img/bt_twitter_mouse.gif) no-repeat 0px 0px;
}

#tdNavigation
{
	background: url(../img/bg_mn.gif) repeat-x 0px 0px;	
}

.inv
{
	display: none;
	width: 85px;
	height: 35px;
}

.clickable{
	cursor: pointer;
}



.RightsAreaMenu {
	float: left;
	width: 188px;
	height: 100%;
	margin-right: 20px;
	vertical-align: top;
}
.RightsAreaMenu .Header {
	height: 80px;
	background-color: #beb340;
}
.RightsAreaMenu .Header img {
	margin: 45px 0px 0px 10px;
}
.RightsAreaMenu .RightsAreaMenuBody {
	background-color: #a89a00;
	border-top: 1px solid #FFFFFF;
	padding: 5px 0px 10px 0px;
	height: 100%;
}
.RightsAreaMenu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.RightsAreaMenu li {
	
}
.RightsAreaMenu li a,
.RightsAreaMenu .Footer a  {
	color: #FFFFFF;
	height: 20px;
	display: block;
	text-decoration: none;
	font-size: 12px;
	margin-left: 10px;
	padding-left: 10px;
	background: url(../img/bullet_white.gif) no-repeat 0px 6px;
}
html>body .RightsAreaMenu li a,
html>body .RightsAreaMenu .Footer a  {
	height: auto;
}
.RightsAreaMenu .Footer {
	background-color: #a89a00;
	border-top: 1px solid #FFFFFF;
	height: 22px;
}
