
@media print
	{
		
		
	}	
@media screen
	{
		/* START - Navigation*/		
		#cntNavigationMain
		{
			border-bottom: solid 1px #000;
			border-top: solid 1px #000;	
			height:20px;		
		}
	    #cntMenu,
	    #cntMenu ul 
	    {
			font-weight:bold;
			list-style-type: none;
			margin:0;
			padding:0;	             
	    }
        #cntMenu 
		{
			margin-left:20px;
		}
        #cntMenu a,
        #cntMenu a:visited 
		{
			color:#000;
			display:block;                 
			font-size:80%;               
			height:20px; 
			padding-left:6px;
			padding-right:6px;
			text-decoration:none;                             
			width:auto;
		}
        #cntMenu li 
		{              
			border-right: solid 1px #000;
			float:left;
			display:block;
			z-index:12;
		}
        #cntMenu li:last-child
		{
			border:0;    
		}      
        #cntMenu ul li 
		{   
		   /*
		   background-image: url("../IMG/MenuBackground.png");
		   background-position:top left;
		   background-repeat: repeat;
			*/
		   border-bottom: solid 1px #000;
		   border-left: solid 1px #000;
		   border-right: solid 1px #000; 
		   margin-right:0;
		   padding-right:0;	
		      
		   text-align:left;
		   width:205px;
		   z-index:12;
		   background-color:#1F201F;
		}

        #cntMenu ul li a,
        #cntMenu ul li a:visited 
		{
			color:#fff;
		
			height:20px; 
			
		}    
        #cntMenu li:hover 
		{
			/*
			background-image: url("../IMG/MenuBackgroundHover.png");
			background-position:top left;
			background-repeat: repeat;
			*/
			border-bottom: solid 1px #000;
			position:relative;    
			                        
		}
        #cntMenu li:hover > a
		{
			color:#000000;
			

		}
        #cntMenu ul > li:hover > a
		{                
			/*
			background-image: url("../IMG/MenuBackgroundHover.png");
			background-position:top left;
			background-repeat: repeat;
			*/
			background-color:#4B4E4B;
			color:#fff;
			
		}
        #cntMenu li ul 
		{
			display: none;         
		}

        #cntMenu li:hover > ul 
		{
			display:block;                
			left:205px;
			padding-top:2px;
			position:absolute;
			top:0;
		}
        #cntMenu > li:hover > ul 
		{
			left:-1px;
			top:19px; 
		}
		#cntMenu > li:hover > ul li:last-child
		{
			border-bottom: solid 1px #000;
			border-left: solid 1px #000;
			border-right: solid 1px #000;
		}        
        #cntMenu > li > ul > li > ul 
		{
			border-left:0;
			padding-top:0 !important;
		}
        #cntMenu > li > ul > li > ul > li:first-child
		{
			border-top: solid 1px #000;
			
		}               
	
		/* END - Navigation */
		
		
		/* START - AspNet-Panel*/
		div.AspNet-Panel
		{
			border: solid 1px #000;
			margin-bottom: 10px;
			padding:10px;
		}
		div.AspNet-Panel h3
		{
			margin-top:0;
			margin-bottom: 10px;
		}
		/* END - AspNet-Panel*/
		
		/* START - Javascript error handling*/
		.ErrorHeadingWarning
		{
		    font-weight:bold;
		}
		/* END - Javascript error handling*/

		
	}
@media all
	{
				
	}
	
