@charset "utf-8";
/* CSS Document */

#navigation {
	height: 50px;
	
}

	#navigation div.primaryNavigation {
		/*float: left;*/
		position: relative;
	}
	
		#navigation div.primaryNavigation table td {
			background: #ffffff;
			height: 50px;	
		}
		
			#navigation div.primaryNavigation table td a.navbutton {
				height: 50px;
				display: block;
			}
			
			
/* required for subnav droplist */

.subNav {
	z-index: 1000;
	position: absolute;
	border: 0px solid red;
	visibility: hidden;
	height: 25px;
	margin-left:0px;
	margin-top:-4px;
	font-family: tahoma,Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:700;
	color: #ffffff;
	text-align:left; 
    background-repeat:repeat-x;
		
}
		
	.subNav ul{
		list-style:none;
		margin: 0;
		padding: 2px 0 2px 5px;
		min-width: 131px;
		background-color:#941302;
		padding-top:4px;
	}
		
		.subNav ul li{
			padding: 3px;
			min-width: 131px;
			cursor: pointer;
			color: #ffffff;
		}
		
		.subNav ul li:hover{
			
			color: #fefb31;
			
		}

			