﻿/*iauMenu*/
	#main-menu
	{
		width:938px;
		margin-right:auto;
		margin-left:auto;
	}
		.aspNetDisabled
		{
			color:gray ! important;
		}



		#horizontalMenu {
            background-color: #17202f;
            height: 63px;
            /*position: absolute;*/
            bottom: 0px;
            font-size: 9pt;      
            margin: 0 170px;
            border-radius: 5px 5px 25px 25px;     
        }

			/*#horizontalMenu
			{
				float: right !important;
			}*/
			#horizontalMenu *
			{
				z-index:100;
			}

				#horizontalMenu  a.popout
				{
					background-position: left center !important;
					padding-left: 25px !important;
					padding-right: 20px !important;
				}

				#horizontalMenu  a.popout-dynamic
				{
					background-position: left center !important;
					padding-left: 20px !important;
					padding-right: 20px !important;
				}
			#horizontalMenu  ul
			{
				height:63px;
			}


			#horizontalMenu ul.level2
			{
				left: auto !important;
				right: 0px;
				min-width: 200px;
			}

			#horizontalMenu ul.level3
			{
				left: auto !important;
				right: 100%;
			}

			#horizontalMenu ul.level4
			{
				left: auto !important;
				right: 100%;
			}

#horizontalMenu ul {
    background: #17202f none repeat scroll 0 0 ! important;    
}

	#horizontalMenu ul li a{
		color:#FFF;
		text-shadow:1px 1px 2px #CCC;
	}
	#horizontalMenu ul li a span{
		
	}
	
.sm-simple a span.sub-arrow {
    
    border-top-color: #000;    
}
.sm-simple, .sm-simple ul {
	background:inherit;
	border:inherit;
}
.sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active,
	.sm-simple a.highlighted {
		background:#222f43;
		/*border-bottom:1px solid white;*/
	}