/* Navigation */
#navi1, #navi2, #navi3, #navi4, #navi5, #navi6 {
	height:30px;
	float:left;
}

#navi1 {
	width:108px;
	background:url('../images/navigation/navi1.gif') no-repeat;
}
#navi2 {
	width:125px;
	background:url('../images/navigation/navi2.gif') no-repeat;
}
#navi3 {
	width:248px;
	background:url('../images/navigation/navi3.gif') no-repeat;
}
#navi4 {
	width:238px;
	background:url('../images/navigation/navi4.gif') no-repeat;
}
#navi5 {
	width:164px;
	background:url('../images/navigation/navi5.gif') no-repeat;;
}
#navi6 {
	width:101px;
	background:url('../images/navigation/navi6.gif') no-repeat;
}


li span {
	display:none;
}


/* Drop Down Start */
.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: ""; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
padding: 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 0;
margin: 0;
text-decoration: none;
}



/* ######### Style for Drop Down Menu ######### */
.dropmenudiv1, .dropmenudiv2, .dropmenudiv3, .dropmenudiv4, .dropmenudiv5, .dropmenudiv6 {
	position:absolute;
	top: 0;
	font:normal 10px Verdana;
	line-height:20px;
	z-index:100;
	visibility: hidden;
}

.dropmenudiv1 {
	width: 155px;
}

.dropmenudiv2 {
	width: 142px;
}

.dropmenudiv3 {
	width: 247px;
}

.dropmenudiv4 {
	width: 238px;
}

.dropmenudiv5 {
	width: 163px;
}

.dropmenudiv6 {
	width: 101px;
}




* html .dropmenudiv1 a, * html .dropmenudiv2 a, * html .dropmenudiv3 a, * html .dropmenudiv4 a, * html .dropmenudiv5 a, * html .dropmenudiv6 a { /*IE only hack*/
	width: 100%;
}

