.chromestyle{
	width: 99%;
	white-space:nowrap;
	margin-top:0px;
	margin-left:0px;
}

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

.chromestyle div {
	width: 100%;
	padding: 4px 0;
	margin: 0;
	text-align: left;
}

.chromestyle div div {
	display: inline;
}

a.selectedMenuItem {
	text-decoration: underline;
}

.chromestyle div div a {
	padding: 2px 7px;
	margin: 0;
	display:inline-block;
	border-right: 0px solid red;
}

.chromestyle div div a:hover{
	/*background-color: #4C9DD4;*/
	color:#ba0100; /* päätason teksti hover*/
	text-decoration:bold;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position:absolute;
	margin-top: 3px;
	/*line-height:1em;*/
	z-index:100;
	background-color: #006835; /* dropdownin tausta*/
	width: auto;
	visibility: hidden;
	margin-left: 5px;
	border:1px solid #000;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);*/ /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv ul {
	width: 100%;
	padding: 0px 0;
	margin: 0;
	text-align: center;
}

.dropmenudiv ul li {
	display: inline;
}

.dropmenudiv ul li a {
	color: #fff;
	width: auto;
	display: block;
	text-indent: 0px;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	text-align:left;
	top: 0px;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{
	background-color: #006835; /* dropdownin tausta hover*/
}
