﻿
	body
	{
		font-family:Verdana,Arial,Helvetica,Sans-Serif;
		font-size:10pt;
		background-image:url('Images/background.jpg');
		background-repeat:repeat-x;
	}
	
/* TOP NAVIGATION LEVEL 1 */	
	#navTop{
		/*width: 100%;*/
		background: #ff6060;
		float: left;
	}

	#navTop ul{
		margin: 0px 0px 0px 5px;
		padding: 0;
		list-style: none;
	}
	
	#navTop ul li {
		margin: 0;
		padding: 0;
		float: left;
		position: relative;
	}	
	
	#navTop ul li a:hover, #navTop ul li:hover, #navTop ul li.selected {
		display: block;
		background: #ff6060;
	}
	
	#navTop ul li a{
		display: block;
		margin: 0;
		padding: 0 9px 0 10px;
		border-right: 1px solid #ff6060;
		color: #fff;
		text-decoration: none;
		line-height: 20px;
		font-weight: bold;
		/*vertical-align:middle;*/
	}
	
/* TOP NAVIGATION LEVEL 2 */
	#navTop ul ul{
		position: absolute;
		padding: 0;
		top: 20px;
		left: -10000px;
		border: 1px solid #ff6060;
		border-top: none;
		z-index: 100;
	}
	
	#navTop ul ul li {
		margin: 0;
		padding: 0;
		float: none;
	}
	
	#navTop ul ul li a{
		display: block;
		margin: 0;
		width: 450px;
		padding: 3px 10px;
		background: #fff;
		color: #c40038;
		text-decoration: none;
		line-height: normal;
		border: none;
	}

	#navTop ul ul li a:hover{
		background: #ff6060;
		color: #fff;
	}
	
	#navTop ul li.ieHover ul, #navTop ul li:hover ul {
		left: -1px;
	}
	
	/* IE FIX FOR <select>-BUG */
	#navTop ul li iframe { display: none; }
	#navTop ul li.ieHover iframe { display: block; }
	
/* TOP NAVIGATION LEVEL 3 */
	#navTop ul li:hover ul ul{ 
		display: none;
	}
	
	#navTop ul ul ul{ 
		position: absolute;
		padding: 0;
		margin: 0;
		top: -1px;
		left: 180px;
		background: #FFF;
		display: none;
		border-top: 1px solid #fff;
	}
	
	#navTop ul ul li:hover ul { 
		display: block;
	}
	
	#navTop ul ul ul li{ 
		margin: 0;
	}
	
/* TOP NAVIGATION RIGHT PART */
	.navTopRight3-lblVersionNumber {
		color: #fff;
		text-decoration: none;
		line-height: 20px;
		/*font-weight: bold;*/
		/*vertical-align:middle;*/
	}

	.navTopRight1-lblLoginName {
		color: #fff;
		text-decoration: none;
		line-height: 20px;
		/*font-weight: bold;*/
		/*vertical-align:middle;*/
	}
	
	.navTopRight1-btnLogout {
		color: #ff6060;
		text-decoration: none;
		line-height: 20px;
		/*font-weight: bold;*/
		/*vertical-align:middle;*/
	}
