﻿.topMenuLeft 
{
	width:5px; 
	height:21px;
	background-image:url('Images/top_menu_left.gif');
	float:right;
}
.topMenuRight {
	width:5px; 
	height:21px;
	background-image:url('Images/top_menu_right.gif');
	float:right;
}
.topMenuContent
{
	height:18px;
	background-color: #BBBCB9;
	color: #F3F1EB;
	font-size:10px;
	float:right;
	padding-top:3px;
}
a.topMenuLink, a.topMenuLink:visited
{
	color: #F3F1EB; font-weight:bold; text-decoration:none;	font-size:10px;
}
a.topMenuLink:hover
{
	color: #000000; font-weight:bold; text-decoration:none;	font-size:10px;
}
.topPopupContainer
{
	background-color: #f4f4f4;
	display:block;
	width:90px;
	text-align:left;
	padding:2px 2px 2px 2px;
}
a.topPupupLink, a.topPupupLink:visited
{
	color: #696969; font-weight:lighter; text-decoration:none;	font-size:10px;
	display:block;
	padding: 2px 2px 2px 2px;
}
a.topPupupLink:hover
{
	color:#696969; font-weight:lighter; text-decoration:none;	font-size:10px;
	background-color:#E5E5E5; 
	display:block;
	padding: 2px 2px 2px 2px;
}
.topSearchContainer
{
	background-color: #f4f4f4;
	display:block;
	width:110px;
	text-align:left;
	padding:5px 2px 5px 5px;
}
.topSearchText
{
	font-size: 10px; color:#a8a8a8; font-style:italic;
}