/*////// Header //////*/

#navi ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#navi ul li {
	float: left;
	margin: 0;
	padding: 0;
}
#navi a {
	border-left: 1px solid #ffd800;
	border-right: 1px solid #ff9c00;
	color: #000;
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	height: 20px;
	margin: 0;
	padding: 2px 10px 1px 10px;
	text-decoration: none;
}
#navi a:hover {
	background: url(../images/layout/background-nav-hover.png) repeat-x;
	color: #FFF;
	display: block;
	font-weight: bold;
	height: 20px;
	padding: 2px 10px 1px 10px;
}
#navi a.active {
	background: url(../images/layout/background-nav-hover.png) repeat-x;	
	color: #FFF;
	font-weight: bold;
	height: 20px;
}
#navi a.active_red {
	background: url(../images/layout/background-nav-hover-blue.png) repeat-x;	
	color: #FFF;
	font-weight: bold;
	height: 20px;
}

/*////// Footer //////*/

#footer a {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: none;
}
#footer a.active {
	text-decoration: none;
}


/*
	Chrome-Style-Navigation
*/
.chromestyle {
	font-weight: bold;
}
.chromestyle:after { 
	display: block; 
	clear: both; 
	height: 0; 
	visibility: hidden;
}
.chromestyle ul li a {
	color: #000;
	margin: 0;
	text-decoration: none;
}
.chromestyle ul li a:hover {
	background: #FFF; 
}


/* ######### Style for Drop Down Menu ######### */
.dropmenudiv {
	background-color: #FFC000;
	font-size: 0.8em;
	line-height: 18px;
	position: absolute;
	text-align: left;
	top: 0;
	visibility: hidden;
	width: auto;
	z-index: 100;
}
.dropmenudiv a {
	border-bottom: 1px solid #ffd800;
	border-top: 1px solid #ff9c00;	
	display: block;
	padding: 2px 10px 1px 10px;
	text-decoration: none;	
	width: 143px;
}
.dropmenudiv a:hover{ 
	background: #FF9902 !important;
	color: #FFF !important;
	display: block;
}
.dropmenudiv a.active_sub {
	background: #FF9902 !important;
	color: #FFF !important;
}
