.chromestyle{
	width: 100%;
	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: 0;
	margin: 0;
	text-align: left;
}


a.selectedDropDownMenuItem {

}

.chromestyle div table tr td div a {
	padding: 19px 4px;
	margin: 0;
	text-decoration: none;
	display:inline-block;
	color:#fff;
	font-size:10px;
	text-transform:uppercase;
	font-weight:bold;
}

.chromestyle div table tr td div a:hover{
	/*background-color: #4C9DD4;*/
	color:#fff; /* päätason teksti hover*/
	text-decoration:none;
}


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

.dropmenudiv {
	position:absolute;
	margin-top: 0px;
	/*line-height:1em;*/
	z-index:100;
	background-color: #3b3f42; /* dropdownin tausta*/
	width: auto;
	visibility: hidden;
	margin-left: -8px;
	border-top:4px solid #fff;
	border-left:4px solid #fff;
	border-bottom:4px solid #fff;
	border-right:4px solid #fff;
	font-weight:bold;
	/*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;
	white-space:nowrap;
}

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

.dropmenudiv a:hover{
	background-color:#8e9ca7;
}