﻿/* menu.css */

/* Layout */
#topMenu {
	padding: 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ccc;
	width: 100%;
	background-color: #f9f9f9;
	background-image: url('/ERMS/images/layout/top_menu_bg.jpg');
	height: 33px;
}

#leftMenu {
	float: left;
}

#middleMenu {
	float: right;
	text-align: right;
}

#rightMenu {
	float: right;
	text-align: right;
}

/* Sizing */
.menuItem {
	line-height: 33px;
}

#leftMenu a .menuItem {
	border-right: 1px solid #ddd;
}

#middleMenu .menuItem {
	border: 0;
}

#rightMenu a .menuItem {
	border-left: 1px solid #ddd;
}

/* Menu item links */
#topMenu a:link,
#topMenu a:visited,
#topMenu a:active,
#topMenu a:hover {
	/*padding-top: 10px;
	padding-bottom: 10px;*/
	color: #49e;
	text-decoration: none;
}

/*
#topMenu a:hover {
	color: #333;
	background-color: #f1f1f1;
	background-image: url('/ERMS/images/layout/top_menu_over_bg.jpg');
}*/

#topMenu .preview {
	color: #333;
	background-color: #f1f1f1;
	background-image: url('/ERMS/images/layout/top_menu_over_bg.jpg');
}

#topMenu a.currentPage:hover,
#topMenu a.currentPage:active,
#topMenu a.currentPage:link,
#topMenu a.currentPage:visited {
	line-height: 33px;
	background-color: #fff;
	color: #333;
	background-image: url('/ERMS/images/layout/down_arrow.jpg');
	background-repeat: no-repeat;
	background-position: 50% 95%;
}

/* Second/Sub menu */

.secondMenu {
	padding: 0;
	border-bottom: 1px solid #ddd;
	width: 100%;
	clear: both;
}

.secondMenuItemLeftAnchor {
	padding-left: 34px;
}

.secondMenuItem {
	line-height: 33px;
	padding: 10px 10px 10px;
}

.secondCurrentPage {
	background-color: #f9f9f9;
	background-image: url('/ERMS/images/layout/top_menu_bg.jpg');
}

.secondMenu a:link,
.secondMenu a:active,
.secondMenu a:visited,
.secondMenu a:hover {
	color: #e94;
	background-color: #fff;
}

.secondMenu a:hover {
	color: #333;
}

#headerContact
{
	line-height: 24px;
}
	
.secondMenuPreview 
{
	display: none;
	background-image: url('/ERMS/images/layout/second_menu_preview_bg.jpg');	
	border-bottom: 1px solid #ddd;
	/*opacity: .85;
	filter: alpha(opacity=85);*/
}

.secondMenuPreview a:link,
.secondMenuPreview a:active,
.secondMenuPreview a:visited,
.secondMenuPreview a:hover 
{
	height: 14px;
	color: #e94;
}

.secondMenuPreview a:hover {
	color: #333;
}

.secondMenuPreview .secondMenuItem 
{
	border-right: 1px solid #ddd;
}

.secondMenuPreview .secondMenuItemFirst 
{
	border-left: 1px solid #ddd;
}

span.UserNameList select
{
    font-size:9pt;
}