@charset "utf-8";
/* CSS Document */

div#left-content_menu1 a {
	margin-bottom:4px;
height: 60px; 
width: 354px;
position:relative;
top:0px;
float:right;
display:block; 
-webkit-border-radius: 12px;
background:url(../images/right_navi/ind_dict_jur_off.png);
font-family:Georgia, "Times New Roman", Times, serif;
font-size:30px;
font-weight:bold;
padding:7px 3px 3px 3px;
border:4px solid #000;	
	
}

div#left-content_menu1 a:hover {
margin-bottom:4px;
height: 60px; 
width: 354px;
position:relative;
top:0px;
float:right;
display:block; 
-webkit-border-radius: 12px;
background:url(../images/right_navi/ind_dict_jur_on.png);
font-family:Georgia, "Times New Roman", Times, serif;
font-size:30px;
font-weight:bold;
padding:7px 3px 3px 3px;
border:4px solid #000;	
}
div#left-content_menu2 a {
	margin-bottom:4px;
	margin-top:4px;
height: 60px; 
width: 354px;
position:relative;
top:0px; 
float:right;
display:block; 
-webkit-border-radius: 12px;
background:url(../images/right_navi/ind_instanta_off.png);
font-family:Georgia, "Times New Roman", Times, serif;
font-size:30px;
font-weight:bold;
padding:7px 3px 3px 3px;
border:4px solid #000;
}

div#left-content_menu2 a:hover {
	margin-bottom:4px;
	margin-top:4px;
height: 60px; 
width: 354px;
position:relative;
top:0px;
float:right;
display:block; 
-webkit-border-radius: 12px;
background:url(../images/right_navi/ind_instanta_on.png);
font-family:Georgia, "Times New Roman", Times, serif;
font-size:30px;
font-weight:bold;
padding:7px 3px 3px 3px;
border:4px solid #000;
	
}
div#left-content_menu3 a {
margin-bottom:4px;
margin-top:4px;
height: 60px; 
width: 354px;
position:relative;
top:0px;
float:right;
display:block; 
-webkit-border-radius: 12px;
background:url(../images/right_navi/ind_rez_onl_off.png);
font-family:Georgia, "Times New Roman", Times, serif;
font-size:30px;
font-weight:bold;
padding:7px 3px 3px 3px;
border:4px solid #000;
}

div#left-content_menu3 a:hover {
	margin-bottom:4px;
	margin-top:4px;
height: 60px; 
width: 354px;
position:relative;
top:0px;
float:right;
display:block; 
-webkit-border-radius: 12px;
background:url(../images/right_navi/ind_rez_onl_on.png);
font-family:Georgia, "Times New Roman", Times, serif;
font-size:30px;
font-weight:bold;
padding:7px 3px 3px 3px;
border:4px solid #000;
}
div#left-content_menu4 a {
	margin-top:3px;
height: 60px; 
width: 354px;
position:relative;
top:0px;
float:right;
display:block; 
-webkit-border-radius: 12px;
background:url(../images/right_navi/ind_info_util_off.png);
font-family:Georgia, "Times New Roman", Times, serif;
font-size:30px;
font-weight:bold;
padding:7px 3px 3px 3px;
border:4px solid #000;
}

div#left-content_menu4 a:hover {
margin-top:3px;
height: 60px; 
width: 354px;
position:relative;
top:0px;
float:right;
display:block; 
-webkit-border-radius: 12px;
background:url(../images/right_navi/ind_info_util_on.png);
font-family:Georgia, "Times New Roman", Times, serif;
font-size:30px;
font-weight:bold;
padding:7px 3px 3px 3px;
border:4px solid #000;}

div#right_menu{
	        height:auto;
			width:180px;
			padding:0px;
			float:right;}
div#right_menu1 a{
	         width:auto;
			 height:130px;
			 background:url(../images/right_navi/dict_jur_off.png);
			 display:block;}
div#right_menu1 a:hover{
	         width:auto;
			 height:130px;
			 background:url(../images/right_navi/dict_jur_on.png);
			 display:block;}
div#right_menu2 a {
	         width:auto;
			 height:130px;
			 background:url(../images/right_navi/instanta_off.png);
			 display:block;}
div#right_menu2 a:hover {
	         width:auto;
			 height:130px;
			 background:url(../images/right_navi/instanta_on.png);
			 display:block;}
div#right_menu3 a {
	         width:auto;
			 height:130px;
			 background:url(../images/right_navi/info_util_off.png);
			 display:block;}
div#right_menu3 a:hover {
	         width:auto;
			 height:130px;
			 background:url(../images/right_navi/info_util_on.png);
			 display:block;}
div#right_menu4 a {
	         width:auto;
			 height:130px;
			 background:url(../images/right_navi/booking_off.png);
			 display:block;}
div#right_menu4 a:hover {
	         width:auto;
			 height:130px;
			 background:url(../images/right_navi/booking_on.png);
			 display:block;}
/*--Main NAvi--*/
ul#topnav {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}
ul#topnav li{
	margin: 0;
	padding: 0;
	overflow: hidden;  /*--Important - Masking out the hover state by default--*/
	float: left;
	height:58px;
}
ul#topnav a, ul#topnav span { /*--The <a> and <span> share the same properties since the <span>  will be a duplicate of the <a> tag--*/
	padding: 20px 20px 20px 0px;
	float: left;
	text-decoration: none;
	color: #fcfcdb;
	background:url(../images/main_navi/hover_rest.png) repeat-x;
	text-transform: uppercase;
	clear: both;
	width: 145px;
	height: 20px;
	line-height: 20px; /*--Vertical alignment of text--*/
}
ul#topnav a{ /*--This is basically the hover state of navigation--*/
	color: #000;
	background-position: left bottom;
}
ul#topnav span{ /*--Default state of navigation--*/
	background-position: left top;
}
