.d_menu { background: url(../img/bg_dm.jpg) bottom no-repeat; height:74px; margin:-37px 0 0 0;}

ul#topnav {
	margin: -37px 18px 0 0; padding: 0;
	float: right;
	list-style: none;
	position: relative;
	font-size: 1.2em;
	background: #000;
}
*+html ul#topnav {margin: 0 18px 0 0;} /* For IE7 */
*html ul#topnav { margin: 0 9px 0 0;} /* For IE6 */

ul#topnav li {
	background:url(../img/bg_dmenu.jpg) 0 0 no-repeat;
	float: left;
	margin: 0; padding: 0;
	text-align:center;
	
}
ul#topnav li.select a { color:#FFF; background:url(../img/bg_dmenu.jpg) 0 -37px no-repeat;}
ul#topnav li a {
	font-family:Georgia, "Times New Roman", Times, serif;
	display: block;
	color: #fee5bd;
	height:37px;
	line-height:37px;
	text-decoration: none;
	width:188px;
}
ul#topnav li:hover { background:url(../img/bg_dmenu.jpg) 0 0 no-repeat; }
ul#topnav li span {
	border: solid 0px #FFF;
	float: left;
	position: absolute;
	left: 0;
	display: none;
	text-align:left;
	padding-left:10px;
	white-space:nowrap;
	color: #fff;
}
ul#topnav li:hover span { display: block; height:37px;line-height:37px; }
ul#topnav li span a, ul#topnav li.select span a {
	background: url(../img/bg_span.jpg) left 4px no-repeat;
	display: inline;
	color: #fee5bd;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:0.85em;
	padding:0 20px 0 15px;
}
ul#topnav li span a:hover {text-decoration: underline;}


/* Основное меню на вторых страницах */
.main_menus {
	background:#d08213 url(../img/bg_menus.jpg) no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom:25px;
	padding:1px 0;
	width:240px;
}
.main_menus ul { margin:16px 20px; padding:0;}
.main_menus ul li {
	background:url(../img/dot_mm.gif) bottom repeat-x;
	display:block;
	height:30px;
	line-height:27px;
	padding-left:10px;
	white-space:nowrap;
}
.main_menus ul li.end {
	background: none;
}
#left .main_menus ul li a {
	background:url(../img/bg_mm_li.png) left -6px no-repeat;
	color:#ffffff;
	padding-left:25px;
	text-decoration:none;
	_behavior: url("/theme/hotelsteam/css/iepngfix.htc"); /* For IE6 */
}
#left .main_menus ul li a:hover { background:url(../img/bg_mm_li.png) left -34px no-repeat; color:#fcd595;}

/* Accordio */
.acc_more { margin-top:5px; text-align:right;}
.accordion { margin-bottom:25px;}
.accordion h3 { margin-left:20px;}
.accordionButton {
	background:#e09315 url(../img/bg_accordion.gif) bottom repeat-x;
	color:#FFF;
	cursor: pointer;	
	height:30px;
	line-height:30px;
	overflow:hidden;
	padding:0 20px;
	width: 200px;
	white-space:nowrap;
}
.accordionButton span { background:url(../img/arr.gif) 0 4px no-repeat; padding-left:12px;}
.accordionContent {
	background: #ffffe4;	
	display: none;
	padding:10px 20px;
	width: 200px
}
.active {background:#e09315;}
.active span { background:url(../img/arr.gif) 0 -10px no-repeat; color:#814511;}


/* slideviewer.1.1 */	
.svw {background: #ffffe4; height: 170px; line-height:170px; text-align:center; width: 250px;} 
.svw ul {position: relative; left: -999em;} 
 
/* core classes */ 
.stripViewer {  
	position: relative;
	overflow:hidden;
	margin: 0 10px 1px 0; 
} 
.stripViewer ul { /* this is your UL of images */ 
	margin: 0; 
	padding: 0; 
	position: relative; 
	left: 0; 
	top: 0;  
	list-style-type: none;
	width:250px;
} 
.stripViewer ul li {
	float:left;
	margin:0;
	padding:0;
}

/* цифры */
.stripTransmitter { 
	background: #e09315;
	border:solid 1px #ffffe4;
	height:20px;
	margin:-1px 0 0 -1px;
	width:250px;
} 
.stripTransmitter ul {
	margin: -1px 0 0 0; 
	padding: 0; 
	position: relative; 
	list-style-type: none;
} 
.stripTransmitter ul li {  
	float:left; 
	margin:0 0 0 -1px; 
} 
.stripTransmitter ul li a {
	border:solid 1px #ffffe4;
	color: #ffffe4;
	height:20px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	display: block;
	width: 20px;
} 
.stripTransmitter ul li a:hover, a.current {
	background: #7a3b06;
	color: #ffffe4;
}