#tml {
	font-size: 11px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	clear: both;
	float: left;
	width: 100%;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}

#tml .tm {
	float: left;
	padding: 0 14px 0 14px;
	background-image: url(../design/v2009/ico/global/bg-menu-blue.gif);
	background-repeat: repeat-x;

}

#tml .m1 {
	background-image: url(../design/v2009/ico/global/bg-menu-blue-full.gif);
	background-position: left;
	background-repeat: no-repeat;
}

#tml .m2 {
	border-left: 1px ridge #c9def9;
}

#tml .m3 {
	background-image: url(../design/v2009/ico/global/bg-menu-blue-full-end2.gif);
	background-position: right;
	background-repeat: no-repeat;
	border-left: 1px ridge #c9def9;
}

#tml .m1selected {
	background-image: url(../design/v2009/ico/global/bg-menu-orange-full.gif);
	background-position: left;
	background-repeat: no-repeat;
		color: rgb(0, 0, 0);
}

#tml .m3selected {
	background-image: url(../design/v2009/ico/global/bg-menu-orange-full-end.gif);
	background-position: right;
	background-repeat: no-repeat;
		color: rgb(0, 0, 0);
}

#tml a {
	color: rgb(255, 255, 255);
	text-decoration: none;
}

#tml a.selected {
	background-color: rgb(250, 135, 61);
	background-image: url(../design/v2009/ico/global/bg-menu-orange.gif);
	background-position: left;
	background-repeat: repeat-x;
	color: rgb(0, 0, 0);
}
/*
#tml a.tm:hover {
	text-decoration: underline;
	
}*/

#tml a:hover {
	color: rgb(250, 135, 61);
		-moz-transition: all 100ms ease-in-out;
	-webkit-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}


#tml .login {
	width: 290px;
	font-size: 10px;
	padding: 6px 0 0 0;
	line-height: 11px;
}

#tml .logout {
	color: rgb(255, 0, 0);
}

#tml2 {
	clear: both;
	background-color: rgb(79,120,214);
	background-image: url(../design/v2009/ico/global/bg-menu2-blue.gif);
	background-repeat: repeat-x;
	font-size: 11px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	border-top: 7px solid rgb(250, 135, 61);
	/*font-variant: small-caps;*/
	text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}


#tml2 .tm2 {
	display: block;
	float: left;
/*	line-height: 21px;*/
	margin: 0;
	padding: 0 10px 0 10px;

}

#tml2 .tm2r {
	display: block;
	float: right;
/*	line-height: 21px;*/
	margin: 0;
	padding: 0 10px 0 10px;
}


#tml2 a.napoveda {
	display: block;
	float: right;
	line-height: 20px;
	margin: 0;
	padding: 0 8px;
	font-size: 10px;
	
}

#tml2 a {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

#tml2 a.selected {
	color: rgb(0, 0, 0);
	font-weight: bold;
	background-color: rgb(250, 135, 61);
	background-image: url(../design/v2009/ico/global/bg-menu2-orange.gif);
	background-repeat: repeat-x;
	background-position: center;
}

#tml2 a:hover {
	text-decoration: underline;
}


#menu-blok, #menu-big-blok {
	float: right;
	width: 205px;
	padding: 0;
	margin: 0 0 0 15px;
}


#menu-line {
	font-size: 11px;
	float: right;
	width: 289px;
	margin: 0 0 0 0;
}

#menu-line a {
	text-decoration: none;
	color: rgb(0, 0, 0);
}
	
	
#menu-line h3 {
	height: 23px;
	font-size: 14px;
	line-height: 21px;
	margin: 0;
	padding: 0 0 0 1ex;
	text-align: center;
}


#menu-line h4 {
	height: 23px;
	font-size: 12x;
	line-height: 21px;
	font-variant: small-caps;
	margin: 0;
	padding: 0 0 0 1ex;
}

#menu-line a.mnu {
	display: block;
	margin: 0 0 0 5px;
	padding: 0 0 0 1ex;
	line-height: 18px;
}
	


ul.menu_quick {
	padding: 3px 6px 3px 20px;
	margin: 0;
}

#nana-galerie {
	text-align: center;
	
}

#nana-galerie img {
	padding: 2ex;
	margin: 2ex;
	border: #c9def9 1px ridge;
	background-color: rgb(255, 255, 255);
}

.menu-go {
	float: right;
	background-image: url(../design/icons/menu-go.gif);
	background-position: center;
	background-repeat: no-repeat;
	width: 9px;
	height: 9px;
	line-height: 9px;
	display: block;
	margin: 8px 5px 0 0;
	padding: 0;
	text-decoration: none;
}

.menu-go:hover {
	background-image: url(../design/icons/menu-go-hover.gif);
	text-decoration: none;
}


#menu-line  .lmenu-search {
	padding: 12px 0;
		text-align: center;
	background-color:  rgb(250, 135, 61);
/*	border: 1px solid rgb(250, 135, 61);*/
	margin: 0 0 5px 0;
	/*	background-image: url(../design/v2009/stpage-bg-orange-f-right.gif);
	background-position: top center;
	background-repeat: no-repeat;*/
		-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-right-radius: 10px;
border-bottom-right-radius: 10px;
-moz-border-radius-bottomleft: 10px;
-webkit-border-bottom-left-radius: 10px;
border-bottom-left-radius: 10px;

-moz-border-radius-topright: 10px;
-webkit-border-top-right-radius: 10px;
border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-webkit-border-top-left-radius: 10px;
border-top-left-radius: 10px;	
}
/*
#menu-line  #lmenu-search-bottom  {
	background-image: url(../design/v2009/stpage-bg-orange-f-right-bottom.gif);
	background-position: top center;
	background-repeat: no-repeat;
	height: 13px;
	margin: 0 0 10px 0;
	background-color: rgb(255, 255, 255);
}

*/
#menu-line .blok1 {
	padding: 10px;
	background-color: rgb(243, 218, 201);
	margin: 0 0 5px 0;
/*	background-image: url(../design/v2009/stpage-bg-orange-right.gif);
	background-position: top center;
	background-repeat: no-repeat;*/
		-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-right-radius: 10px;
border-bottom-right-radius: 10px;
-moz-border-radius-bottomleft: 10px;
-webkit-border-bottom-left-radius: 10px;
border-bottom-left-radius: 10px;

-moz-border-radius-topright: 10px;
-webkit-border-top-right-radius: 10px;
border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-webkit-border-top-left-radius: 10px;
border-top-left-radius: 10px;	
}

/*
#menu-line #blok1-bottom  {
	background-image: url(../design/v2009/stpage-bg-orange-right-bottom.gif);
	background-position: top center;
	background-repeat: no-repeat;
	height: 13px;
	margin: 0 0 10px 0;
	background-color: rgb(255, 255, 255);
	
}*/

#menu-line .blok2 {
	padding: 10px;
	background-color: rgb(202, 214, 243);
	margin: 0 0 5px 0;
	/*background-image: url(../design/v2009/stpage-bg-blue-right.gif);
	background-position: top center;
	background-repeat: no-repeat;*/
		-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-right-radius: 10px;
border-bottom-right-radius: 10px;
-moz-border-radius-bottomleft: 10px;
-webkit-border-bottom-left-radius: 10px;
border-bottom-left-radius: 10px;

-moz-border-radius-topright: 10px;
-webkit-border-top-right-radius: 10px;
border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-webkit-border-top-left-radius: 10px;
border-top-left-radius: 10px;	
}
/*
#menu-line #blok2-bottom  {
	background-image: url(../design/v2009/stpage-bg-blue-right-bottom.gif);
	background-position: top center;
	background-repeat: no-repeat;
	height: 13px;
	margin: 0 0 10px 0;
	background-color: rgb(255, 255, 255);
		-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-right-radius: 10px;
border-bottom-right-radius: 10px;
-moz-border-radius-bottomleft: 10px;
-webkit-border-bottom-left-radius: 10px;
border-bottom-left-radius: 10px;
}*/
