html {height: 100%;}
body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  overflow:hidden;
}

img{border:0px;}
a{color:#000000; font-weight:700; text-decoration:none;text-align:center;outline:none}
a:hover{color:#444444;}

#divScr{height:32px;width:32px;position:absolute;right:5px;top:45px;z-index:1;cursor:pointer;}
#logolar{height:300px;width:120px;position:absolute;left:10px;top:300px;z-index:1;cursor:pointer;}
#logolar div{float:left;padding-right:20px;height:80px;}
#divfullScr{float:left;height:20px;width:20px;background-image:url('images/fullscron.gif');
text-align:center;vertical-align:middle;cursor:pointer;}

#divYatScr{float:left;height:20px;width:20px;background-image:url('images/scrdar.gif');
text-align:center;vertical-align:middle;cursor:pointer;}

a.translet{float:none;width:30px;}

.container {
	margin: 0 auto;
	position: relative;
	width: 600px;
}
#nav {
	background: #fafafa url(../img/nav-bg.png) repeat-x;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #e3e1d9;
	height: 39px;
	position: relative;
	z-index: 999;
}

	#nav ul {
		float: left;
		list-style: none;
		margin: 5px 0 0 0;
		position: relative;
		z-index: 999;
	}

		#nav li {
			float: left;
			margin: 0 5px 0 0;
			position: relative;
		}
	
			#nav li.active { margin: 0 15px 0 10px; }
			
			#nav li:first-child { margin-left: 0; }
		
			#nav li a {
				color: #77746e;
				display: block;
				font-size: 12px;
				font-weight: bold;
				height: 20px;
				padding: 6px 15px 4px;
				text-decoration: none;
			}
			
				#nav li.active a, #nav li a:hover, #nav li.hover a {
					background: #9c163e;
					color: #fff;
					display: block;
				}
				
			/** Dropdowns **/

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

			#nav ul ul {
				background: url('../php/rgba.php/rgba(156, 22, 62, 0.8)') repeat; /* For IE */
				background: rgba(156, 22, 62, 0.8);
				display: none;
				left: 0;
				list-style: none;
				margin: 0;
				padding: 0;
				position: absolute;
				top: 30px;
				width: 175px;
				z-index: 999;
			}

				#nav ul ul li {
					display: block;
					float: none;
					height: auto;
					margin: 0;
					padding: 0;
				}

					#nav ul ul li a, #nav li.active ul ul li a {
						background: url(../img/nav-arrow.png) no-repeat 12px 12px !important;
						color: #fff;
						display: block;
						font-size: 11px;
						font-weight: normal;
						height: auto;
						line-height: 20px;
						min-height: 20px;
						padding: 5px 5px 5px 26px;
					}

						#nav ul ul li a:hover, #nav li.active ul ul li a:hover {
							background: rgb(226, 226, 226) url(../img/nav-arrow-active.png) no-repeat 12px 12px !important; /* For IE */
							background: rgba(226, 226, 226, 0.88) url(../img/nav-arrow-active.png) no-repeat 12px 12px !important;
							color: #9c163e !important;
							font-weight: bold !important;
						}

				/* Submenu */

				#nav ul ul ul {
					left: 155px;
					top: 5px;
				}



