.menuheader ul, .menuheader li {
	font-size:15px; 
	font-family:"FrutigerLTStd57Condensed";	
	text-align:left;
}

.menuheader #menu {
	list-style:none;
	width:865px;
	height:auto;
	padding:0px 10px 0px 10px;
	border-radius: 10px 10px 0 0;
    background: #00a6da;
	background: -moz-linear-gradient(top, #00a6da, #265da0);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00a6da), to(#00a6da));
	background-image:url(img/repiter.png);
    background-repeat: repeat-x;
    background-position: left top;
}

.menuheader #menu li {
	float:left;
	display:block;
	text-align:center;
	position:relative;
	padding: 0px 0px 0px 0px;
	margin-right:0;
	margin-top:7px;
	border:none;
}
.menuheader #menu li:last-child {

	margin-right:0;
	
}

.menuheader #menu li:hover {
	background: #265da0;
    padding-top: 7px;
    margin-top: 0px;	
}	


.menuheader #menu li a {
	font-family:Arial;
	font-size:15px; 
	color: #FFFFFF;
	text-decoration:none;
	font-weight: bold;
	display:block;
	outline:0;
	padding:0 4px;
	letter-spacing:	-0.03em;
	/*
	margin: -1px;
	text-transform:uppercase;*/
		
	
}

.menuheader #menu li:hover a {
	color:#baf074;
	padding-bottom:5px;			
}
.menuheader #menu li .drop {


}
.menuheader #menu li:hover .drop {
	
	

	
}

.dropdown_1column, 
.dropdown_2columns, 
.dropdown_3columns, 
.dropdown_4columns,
.dropdown_5columns,
.dropdown_6columns {
	margin:0 auto;
	float:left;
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:left;
	padding:10px 5px 10px 5px;
	/* Gradient background */
	background:#265da0;
	/* Rounded Corners */
	-moz-border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	z-index:10000;
}

.dropdown_1column {width: 140px;  min-height:205px;}
.dropdown_2columns {width: 300px; min-height:205px;}
.dropdown_3columns {width: 420px; min-height:205px;}
.dropdown_4columns {width: 580px; min-height:205px;}
.dropdown_5columns {width: 290px; min-height:205px;}
.dropdown_6columns {width: 338px; min-height:205px;}

.menuheader #menu li:hover .dropdown_1column, 
.menuheader #menu li:hover .dropdown_2columns, 
.menuheader #menu li:hover .dropdown_3columns,
.menuheader #menu li:hover .dropdown_4columns,
.menuheader #menu li:hover .dropdown_5columns,
.menuheader #menu li:hover .dropdown_6columns {
	left:-1px;
	top:auto;
}

.col_1,
.col_2,
.col_3,
.col_4,
.col_5 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
	
}
.col_1 {width:130px;}
.col_2 {width:270px;}
.col_3 {width:410px;}
.col_4 {width:550px;}
.col_5 {width:690px;}

.menuheader #menu .menu_right {
	float:right;
	margin-right:0px;
}
.menuheader #menu li .align_right {
	/* Rounded Corners */
	-moz-border-radius: 5px 0px 5px 5px;
    -webkit-border-radius: 5px 0px 5px 5px;
    border-radius: 5px 0px 5px 5px;
}

.menuheader #menu li:hover .align_right {
	left:auto;
	right:-1px;
	top:auto;
}

.menuheader #menu p, #menu h2, #menu h3, #menu ul li {
	font-family:Arial, Helvetica, sans-serif;
	line-height:21px;
	font-size:12px;
	text-align:left;

}
.menuheader #menu h2 {
	font-size:21px;
	font-weight:400;
	letter-spacing:-1px;
	margin:7px 0 14px 0;
	padding-bottom:14px;
	border-bottom:1px solid #666666;
}
.menuheader #menu h3 {
	font-size:14px;
	margin:7px 0 14px 0;
	padding-bottom:7px;
	border-bottom:1px solid #888888;
}
.menuheader #menu p {
	line-height:18px;
	margin:0 0 10px 0;
}

.menuheader #menu li:hover div a {
	font-size:12px;
	color:#fff;
	
}
.menuheader #menu li:hover div a:hover {
	color:#baf074;
	
	}


.strong {
	font-weight:bold;
}
.italic {
	font-style:italic;
}

.imgshadow { /* Better style on light background */
	background:#FFFFFF;
	padding:4px;
	border:1px solid #777777;
	margin-top:5px;
	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #666666;
}
.img { /* Image sticks to the left */
	width:auto;
	float:left;
	margin:8px 2px 0px 0px;
}

.menuheader #menu li .black_box {
	background-color:#333333;
	color: #eeeeee;
	text-shadow: 1px 1px 1px #000;
	padding:4px 6px 4px 6px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

	/* Shadow */
	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
}

.menuheader #menu li ul {
	list-style:none;
	padding:0;
	margin:0 0 12px 0;
}
.menuheader #menu li ul li {
	font-size:12px;
	line-height:1.3em;
	position:relative;
	background-image:url(./img/arrow_menu.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding:0 0 0 10px; 
	margin:0;
	float:none;
	text-align:left;
	width:130px;
	

}
.menuheader #menu li ul li:hover {
	background:none;
	border:none;
	padding:0;
	margin:0;
	background-image: url("./img/arrow_menu.png");
	background-repeat: no-repeat;
	background-position: left 5px;
	padding:0 0 0 10px; 
}

.menuheader #menu li .greybox li {
	background:#F4F4F4;
	border:1px solid #bbbbbb;
	margin:0px 0px 4px 0px;
	padding:4px 6px 4px 6px;
	width:116px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
.menuheader #menu li .greybox li:hover {
	background:#ffffff;
	border:1px solid #aaaaaa;
	padding:4px 6px 4px 6px;
	margin:0px 0px 4px 0px;
}
