#topmenu{
	position:absolute;
	right:116px;
	top:123px;
    height:100px;
    margin:0;
	padding:0;
	width:603px;
	background:url(/templates/doctor/images/topmenu_ten.png) left bottom no-repeat;
    z-index:10 /* для отображения подпунктов поверх остальных блоков */
}
#topmenu ul {
    position:relative;   
    height:52px;   
    text-align:center;
    font:14px Verdana;
    list-style:none;
    padding:0;
    margin:0;
	background:url(/templates/doctor/images/topmenu_fon.jpg);
	background-repeat:repeat-x;
}
#topmenu ul li {
    position:relative;    
    float:left;
    height:50px;	
    padding:0;
    margin:0;	
}
#topmenu ul li a {   
    display:block;   
    text-decoration: none;
    padding:3px 5px 1px 1px;
	margin:14px 0 0;
	line-height: 17px;
	color:#fff;
	border-left:1px  dotted #fff;
}
#topmenu ul li:first-child a{ border-left:none;}

#topmenu ul li:hover a,
#topmenu ul li.hover a,
#topmenu ul li.selected a { color:#fff;}
 
#topmenu ul li:hover, 
#topmenu ul li.hover, 
#topmenu ul li.selected { background:url(/templates/doctor/images/topmenu_hover.jpg) repeat-x;
color:#fff;	
}
 
/* Выпадающие пункты */
#topmenu ul li ul {
    position:absolute;
    left:0;
    top:50px;
    font-size:12px;
    display:none;
    list-style:none;
    padding:5px 0px;
    margin:0;
    width:200px;
	height:auto;
	background:#1950e2;
}
#topmenu ul li ul li {   
    position:relative;
    left:0;
    display:list-item;
    float:none;
    height:auto;
    margin:0;
	padding:0;
    text-align:left;
}
#topmenu ul li ul li a {
    padding:0px 10px;
	margin:0px;
    border:none;
	-webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
#topmenu ul li ul li a:hover,
#topmenu ul li ul li a.hover {
    background:#fff;
	color:#000;
	-webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
#topmenu ul li:hover ul,
#topmenu ul li.hover ul{display:block}

/***************меню картинками menu_button2************************/
#menu_button2{
	height: 114px;
    width: 100%;
    margin: 18px 0;
}
#menu_button2 ul#katalog,
#menu_button2 ul#sertifikat,
#menu_button2 ul#akciya,
#menu_button2 address{
	position:relative;
	float:left;
	width:242px;
	height:97px;
	margin: 0 40px 0 0;
	padding:0px;
	background:url(/templates/murashki/images/menu1_li2.jpg) no-repeat;
}
#menu_button2 ul#akciya{ background-position:center right;}
#menu_button2 ul#sertifikat{ background-position:center;}

#menu_button2 ul#katalog li,
#menu_button2 ul#sertifikat li,
#menu_button2 ul#akciya li{
	float:left;
	width:242px;
	height:97px;
	margin:0;
	padding:0px;
	list-style:none;
	position:relative;
	font-family:"Trebuchet MS";
}
#menu_button2 ul#katalog span.img{
	display:block;
	position: absolute;
    top: -13px;
	right:2px;
	width:185px;
	height:124px;
    background:url(/templates/murashki/images/menu1_li_katalog2.png) right no-repeat;
}
#menu_button2 ul#sertifikat span.img{
	display:block;
	position: absolute;
    top: -16px;
	right:-8px;
	width:165px;
	height:113px;
    background:url(/templates/murashki/images/menu1_li_akcii2.png) right no-repeat;
}
#menu_button2 ul#akciya span.img{
	display:block;
	position: absolute;
    top: -15px;
	right:1px;
	width:182px;
	height:129px;
    background:url(/templates/murashki/images/menu1_li_sertifikat2.png) right no-repeat;
}
	
#menu_button2 ul#katalog li a,
#menu_button2 ul#sertifikat li a,
#menu_button2 ul#akciya li a{
	display:block;
	width:242px;
	height:97px;
	text-decoration:none;
	font-size:19px;
}

#menu_button2 ul#katalog li a span,
#menu_button2 ul#sertifikat li a span,
#menu_button2 ul#akciya li a span{ position:absolute; display:block; top:25px; left:30px;}

/***стили когда на галвном***/
#top ul#katalog,
#top ul#sertifikat,
#top ul#akciya{
	position:relative;
	float:left;
	width:333px;
	height:129px;
	margin: 0;
	padding:0px;
	background:url(/templates/murashki/images/menu1_li.jpg) no-repeat;
}
#top ul#akciya{ background-position:center right;}
#top ul#sertifikat{ background-position:center;}

#top ul#katalog li,
#top ul#sertifikat li,
#top ul#akciya li{
	float:left;
	width:333px;
	height:129px;
	margin:0;
	padding:0px;
	list-style:none;
	position:relative;
	font-family:"Trebuchet MS";
}
#top ul#katalog span.img{
	display:block;
	position: absolute;
    top: -17px;
	right:14px;
	width:249px;
	height:166px;
    background:url(/templates/murashki/images/menu1_li_katalog.png) right no-repeat;
}
#top ul#sertifikat span.img{
	display:block;
	position: absolute;
    top: -28px;
	right:-6px;
	width:249px;
	height:166px;
    background:url(/templates/murashki/images/menu1_li_akcii.png) right no-repeat;
}
#top ul#akciya span.img{
	display:block;
	position: absolute;
    top: -17px;
	right:1px;
	width:249px;
	height:166px;
    background:url(/templates/murashki/images/menu1_li_sertifikat.png) right no-repeat;
}
	
#top ul#katalog li a,
#top ul#sertifikat li a,
#top ul#akciya li a{
	display:block;
	width:320px;
	height:129px;
	text-decoration:none;
	font-size:19px;
}

#top ul#katalog li a span,
#top ul#sertifikat li a span,
#top ul#akciya li a span{ position:absolute; display:block; top:25px; left:30px;}

/********menu4*****************/
ul#menu4{
	padding:0;
	margin:0;
	font-family:"Trebuchet MS";
	font-size:18px;
	font-weight:bold;
}
ul#menu4 li{
	list-style:none;
}
ul#menu4 li a{
	text-decoration:none;
	color:#ef8941;
}
#menu_bottom{
	float:left;}