/* GENERAL STYLES */
#secondLevelNavigation{
float: left;
}
/* for Internet Explorer */
/*\*/
* html #secondLevelNavigation {
padding-top:2px;
}
/**/
#secondLevelNavigation ul {
margin: 0;
padding: 0;
list-style: none;
line-height: normal;
}
#secondLevelNavigation li {
float: left;
padding-top:0px;
}
/* for Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    #secondLevelNavigation li { padding-top:3px; }
}
#secondLevelNavigation a {
	padding-top:0px;
	padding-left:40px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
}
#secondLevelNavigation a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}

#SubMeny{
	height:20px;
	background-color:#a7ada3;
	width:900px;
	z-index: 100;
	position: absolute;
	top: 48px;
	display: none;
}
/* for Internet Explorer */
/*\*/
* html #SubMeny {
width: 900px;
top: 44px;
}
/**/

#secondLevelNavigation .Subselected
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000;

}

#secondLevelNavigation .Subselected:hover
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000;

}

/* EDITOR PROPERTIES */
