@charset "UTF-8";

/* MENU */

#menu {
	background:url(../images/menu_tr.png) no-repeat;
	width:960px;
	height:35px;
	position:relative;
	z-index:90;
}

#menu * {
	margin: 0; 
	padding: 0;
}

#menu li {
	display: inline;
	float: left;
	position: relative;
}

#menu>li>a {
	width:100%;
	display: block;
	line-height:35px;
	cursor:pointer;
	text-indent:-9999px;
}

#menu li ul {
	background:#161694;
	background:url(../images/menu_ul_back5.jpg) repeat-x top;
	display: none;
	height: auto;
	left: 0;
	position: absolute;
	top: 100%;
	padding:5px 10px 0 10px;
}

#menu li:hover ul {
	display: block;
}

#menu>li>ul>li {
	border-top:1px solid #5286e9;
	border-bottom:1px solid #213c71;
	width:15em;
}

#menu>li>ul>li:hover a {
	color:#FFCC00;
}

#menu>li>ul>li>a {
	padding:0 15px 0 6px;
	display: block;
	line-height:30px;
	cursor:pointer;
	color:#FFF;
	white-space:nowrap;
	text-decoration:none;
}


li#m1 {
	margin-left:0;
	width:100px;
}
li#m1:hover {
	margin-left:0;
	width:100px;
	background:url(../images/menu_tr.png) no-repeat top left;
	background-position:0 -35px;
}
li#m2 {
	width:108px;
}
li#m2:hover {
	width:108px;
	background:url(../images/menu_tr.png) no-repeat top left;
	background-position:-100px -35px;
}
li#m3 {
	width:148px;
}
li#m3:hover {
	width:148px;
	background:url(../images/menu_tr.png) no-repeat top left;
	background-position:-208px -35px;
}
li#m4 {
	width:156px;
}
li#m4:hover {
	width:156px;
	background:url(../images/menu_tr.png) no-repeat top left;
	background-position:-356px -35px;
}
li#m5 {
	width:131px;
}
li#m5:hover {
	width:131px;
	background:url(../images/menu_tr.png) no-repeat top left;
	background-position:-512px -35px;
}
li#m6 {
	width:104px;
}
li#m6:hover {
	width:104px;
	background:url(../images/menu_tr.png) no-repeat top left;
	background-position:-643px -35px;
}
li#m7 {
	width:119px;
}
li#m7:hover {
	width:119px;
	background:url(../images/menu_tr.png) no-repeat top left;
	background-position:-747px -35px;
}
li#m8 {
	width:94px;
}
li#m8:hover {
	width:94px;
	background:url(../images/menu_tr.png) no-repeat top left;
	background-position:-866px -35px;
}

/* MENU SON */