/* TOP NAVIGATION */

#nav {
	height: 4.3em;
	border-bottom: 1px solid #2c231b;
}

#nav, #nav ul{
     margin:0;
     padding:0;
     list-style-type:none;
     list-style-position:outside;
     position: relative;
     line-height:1.5em;
 }

  #nav a:link, #nav a:active, #nav a:visited{
    display:block;
    padding:0.65em 0em 0.65em 0;
    color:#ffffff;
    text-decoration:none;
	margin: 0;
	font-size: 2em;
	letter-spacing: -1px;
	font-weight: normal;
	font-family: arial;
 }

 #nav a.menu-parent, #nav a.menu-current {
	background: transparent url(../gfx/nuoli.png) center top no-repeat;
	color: #ffffff;
 }

* html #nav a.menu-parent, * html #nav a.menu-current {
	background-image: url(../gfx/nuoli.gif) !important;
}
 

#nav a:hover{
}

#nav li{
    float:left;
    position:relative;
	margin-right: 1.5em;
}

	#nav ul {
    position:absolute;
    width:8em;
    top:3.3em;
    display:none;
	border-bottom: 0px !important;
	}

	#nav li ul a{
		width:8em;
		float:left;
		background-color: #000000;
		font-size: 16px !important;
		padding: 1px 3px !important;
		background-image: none !important;
		letter-spacing: 0px !important;
	}

	#nav li ul a.menu-current {
		background-color: #000000;
		color: #ffb52f !important;
	}

	#nav li ul a:hover {
		color: #ffb52f;
	}

	#nav ul ul{
	top:auto;
	background: red;
	}	

	#nav li ul ul {
    left:15em;
    margin:0px 0 0 10px;
    }

	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
		display:none;
	}

	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
		display:block;
    }



/* TOP NAVIGATION RU */

#nav_ru {
	height: 4.3em;
	border-bottom: 1px solid #2c231b;
}

#nav_ru, #nav_ru ul{
     margin:0;
     padding:0;
     list-style-type:none;
     list-style-position:outside;
     position: relative;
     line-height:2.2em;
 }

#nav_ru ul {
	line-height: 1.5em;
}

  #nav_ru a:link, #nav_ru a:active, #nav_ru a:visited{
    display:block;
    padding:0.65em 0em 0.65em 0;
    color:#ffffff;
    text-decoration:none;
	margin: 0;
	font-size: 1.4em;
	letter-spacing: -1px;
	font-weight: normal;
	font-family: arial;
    border: px solid red;
 }

 #nav_ru a.menu-parent, #nav_ru a.menu-current {
	background: transparent url(../gfx/nuoli.png) center top no-repeat;
	color: #ffffff;
 }

* html #nav_ru a.menu-parent, * html #nav_ru a.menu-current {
	background-image: url(../gfx/nuoli.gif) !important;
}
 

#nav_ru a:hover{
}

#nav_ru li{
    float:left;
    position:relative;
	margin-right: 1.5em;
}

	#nav_ru ul {
    position:absolute;
    width:8em;
    top:3em;
    display:none;
	border-bottom: 0px !important;
	}

	#nav_ru li ul a{
		width:8em;
		float:left;
		background-color: #000000;
		font-size: 13px !important;
		padding: 1px 3px !important;
		background-image: none !important;
		letter-spacing: 0px !important;
	}

	#nav_ru li ul a.menu-current {
		background-color: #000000;
		color: #ffb52f !important;
	}

	#nav_ru li ul a:hover {
		color: #ffb52f;
	}

	#nav_ru ul ul{
	top:auto;
	background: red;
	}	

	#nav_ru li ul ul {
    left:15em;
    margin:0px 0 0 10px;
    }

	#nav_ru li:hover ul ul, #nav_ru li:hover ul ul ul, #nav_ru li:hover ul ul ul ul{
		display:none;
	}

	#nav_ru li:hover ul, #nav_ru li li:hover ul, #nav_ru li li li:hover ul, #nav_ru li li li li:hover ul{
		display:block;
    }
