﻿#nav
		{
			width: 43em; /* 1000 */
			font-family: 'Open Sans', sans-serif;
			font-weight: 400;
			position:relative;
		    
			
		}

			#nav > a
			{
				display: none;
				text-decoration:none;
			}

			#nav li
			{
				position: relative;
			}
				#nav li a
				{
					color: #000;
					display: block;
					font-weight:normal;
				}
				#nav li a:active
				{
					/*background-color: #73963a !important;*/ /*vikiram change */
				}

			#nav span:after
			{
				width: 0;
				height: 0;
				border: 0.313em solid transparent; /* 5 */
				border-bottom: none;
				border-top-color: #185970;
				content: '';
				vertical-align: middle;
				display: inline-block;
				position: relative;
			}

			/* first level */

			#nav > ul
			{
				height: 5em; /* 60 */
				background-color: #E6E6E6;
				margin-right:20px;
				margin-top:7px;
			}
				#nav > ul > li
				{
					width: 60px;
					height: 100%;
					float: right;
					
				}
					#nav > ul > li > a
					{
						height: 100%;
						text-align: center;
					}
						#nav > ul > li:not( :last-child ) > a
						{
							/*border-right: 1px solid #73963a;*/
						}
						#nav > ul > li:hover > a,
						#nav > ul:not( :hover ) > li.active > a
						{
							/*background-color: #73963a;*/
							
						}


				/* second level */
				
				/*new fix for submenu long on 24/4/15
li:nth-child(odd) .newfix {
    float: left;

}
li:nth-child(even) .newfix{
    float: left;
    
}*/
				#nav li ul
				{
					background-color: #E6E6E6;
					opacity:0.9;
					filter:alpha(opacity=90);
					display: none;
					/*position: absolute;*/
					width:180px;
					color:#000000;
					margin-left:20px;
					float: left;
				}
					#nav li:hover ul
					{
						display: block;
						left: 0;
						right: 0;
					}
						#nav li:not( :first-child ):hover ul
						{
							left: -1px;
						}
						#nav li ul a
						{
							border-bottom: 1px solid #b3b3b3;
							padding: 0.75em; /* 15 (20) */
						}
							#nav li ul li a:hover,
							#nav li ul:not( :hover ) li.active a
							{
								background-color: #E6E6E6;
								opacity:20%;
							}


		@media only screen and ( max-width: 62.5em ) /* 1000 */
		{
			#nav
			{
				width: 100%;
				position: static;
				margin: 0px;
				margin-top:14px;
				
			}
			/*.scalemenu {
               width:75%;
                height:75%;
                    }
                 .rescontentsBlock {
	
	            width: 310px;
	            height:auto;
	
                }*/
                
                .search_ticket
                {
                    width:82%;
                }
               
		}

		@media only screen and ( max-width: 50em ) /* 640 */
		{
			html
			{
				font-size: 75%; /* 12 */
			}
               
			#nav
			{
				position: relative;
				top: auto;
				left: auto;
				margin-top:24px;/*viki change menu right*/
				margin-right:20px;
			}
				#nav > a
				{
				    width: 35px; /* 50 */
					height: 2em; /* 50 */
					text-align: left;
					/*text-indent: -9999px;*/
					background-color: #87aa44;
					position: relative;
					color:#fff;
					padding:3px;

					
				}
					#nav > a:before,
					#nav > a:after
					{
						position: absolute;
						border: 2px solid #fff;
						top: 35%;
						left: 25%;
						right: 25%;
						/*content: '';*/
						
					}
					#nav > a:after
					{
						top: 60%;
					}

				#nav:not( :target ) > a:first-of-type,
				#nav:target > a:last-of-type
				{
					display: block;
				}


			/* first level */

			#nav > ul
			{
				height: auto;
				display: none;
				position: absolute; /*viki change menu right*/
				/*left: 0;/*viki change menu right*/
				right: 0;
				width:300%;/*viki change menu right*/
				margin-top:65px;
				top:0;
				
			}
				#nav:target > ul
				{
					display: block;
				}
				#nav > ul > li
				{
					width: 41%;
					float: left;
					margin-top:20px;
				}
					#nav > ul > li > a
					{
						height: auto;
						text-align: left;
						padding: 0 0.833em; /* 20 (24) */
					}
						#nav > ul > li:not( :last-child ) > a
						{
							border-right: none;
						}


				/* second level */

			
				
				
				/*viki*/
				
				#nav li ul
				{
					background-color: #E6E6E6;
					opacity:0.9;
					filter:alpha(opacity=90);
					display: none;
					position: absolute;
					z-index:1;
					width:100px;
					color:#000000;
					margin-left:0px;
					margin-top:50px;
					/*height:200px;
					overflow:auto;*/
				}


            .vgiftmenuIcon {
                /*height: 46px;*/
                width: 43px;
            }
				
		}




ul, ol, li,nav
{
	font-size: 100%;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	padding: 0;
	margin: 0;
	
}

ul, ol					
{ list-style: none; }
a,
a:hover
{
	text-decoration: none;
}

/*chrome browser submenu scroll issue but this done in master page ul*/
/*::-webkit-scrollbar {
  background: rgba(0,0,0,0.1);
  width: 10px;
}
::-webkit-scrollbar-thumb{
  background-color:rgba(255,255,255,0.8);
  border-radius:10px;
}*/


