﻿#topNavigation
{
	/*display: inline;*/
	float: right;
	height: 48px;
	vertical-align: bottom;
	padding: 2px;
}

#topNavigation ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
}

#topNavigation li
{
	float: left;
}

#topNavigation a
{
	color: #000;
	text-decoration: none;
	margin: 0 1px;
	padding: 5px;
	display: block;
	border: 0px solid #d3d3d3;
}

#topNavigation a:hover
{
	/*background-color: #f2f2f2;*/
	background-color: #C0C0C0;
	border: 1px solid #000000;
	padding: 4px;
	background-image: url(../Images/libg.png);
	background-repeat: repeat-x;
}

.topMenu
{
	float: right;
	clear: right;
	margin-right: 2px;
	border: solid 1px black; /*border-top-style: none;*/
}

/* clickable area fix */
.menuBlockStyle a
{
	display: block;
	/*width: 100%;
	height: 100%;*/
	padding: 2px 5px;
	right: 0px;
	left: 0px;
}

.dynamicMenu
{
	z-index: 100;
}

.menuHover
{
	background-color: #A0A0A0;
	background-image: url(../Images/menu_bg.png);
	background-position: bottom;
	background-repeat: repeat-x;
}

.welcome
{
	font-size: 9pt;
	font-family: Tahoma, Arial;
	text-align: center;
	padding: 5px 0;
	clear: both;
}
