
/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;}.qmmc {position:relative;}.qmmc a {float:left;display:block;white-space:nowrap;}.qmmc div a {float:none;}.qmmc div {display:none;position:absolute;}


/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/


	/* Remove the comments bleow for vertical mains and change the false value to
           true in the qm_create function after the menus structure. */
	/*.qmmc a {float:none}*/

	
	
	/*"""""""" (MAIN) Container """"""""*/
	#qm0
	{ 
		background-color:#000000;
		border-width:0px 0px 0px 0px;
		border-style:solid;
		border-color:#666699;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		width:100%;
		background-image:url(images/template3_bg.gif);
		
	}


	 /*"""""""" (MAIN) Items """"""""*/
	#qm0 a
	{
	color:#ffffff;/*#D4D4E2*/
	background-color:transparent;
	font-family: Arial;
	font-size:16px;
	text-decoration:none;
	padding:8px 3px 3px 3px;
	border-style:solid;
	border-color:#5E5E8D;/*#aaaaaa 444476*/
	border-width:0px 0px 1px 0px;
	line-height : normal;
	font-weight : 600;
	text-align: left;
	border-bottom: 1px solid #5E5E8D;
	
}


	/*"""""""" (MAIN) Hover State """"""""*/
	#qm0 a:hover
	{ 
		/*border-color:#333333;*/

		color:#D4D4E2;/*#ffffff */
		border-color:#D4D4E2;
		
		/*text-decoration:underline;*/
	}


	/*"""""""" (MAIN) Active State """"""""*/	
	#qm0 .qmactive
	{
	/* Note: Add '!important' after each style */
	color:#D4D4E2 !important;
	border-color:#D4D4E2 !important;
	/*#FFCC33*/
	background-image:url(images/template3_arrow_hl.gif) !important;/*это и ниже отвечает за цвет фона клавиши со стрелочкой когда к ней подводишь курсор*/
	background-color : transparant;
}


	/*"""""""" (MAIN) Parent Items """"""""*/
	#qm0 .qmparent
	{
	background-image:url(images/template3_arrow2.gif);/*цвет стрелочки*/
	background-repeat:no-repeat;
	background-position:97%;
	/*background-color : transparant;*//*это и ниже отвечает за цвет фона клавиши со стрелочкой */
}

	


	/*"""""""" [SUB] Containers """"""""*/
	#qm0 div
	{
	/*background-color:red;*/
	/*#000000*/
	padding:5px 5px 5px 5px;
	border-style: solid;
	border-width:1px 1px 1px 1px;
	background-image:url(images/template3_bg.gif);
	border-color:white;
	/*#FFCC33*/
	padding:0px 5px 5px 5px;
	width:245px;
	text-align : left;
}


	/*"""""""" [SUB] Items """"""""*/
	#qm0 div a
	{
	font-size:16px;
	color:#D4D4E2;
	/* #cccccc*/
	border-width:0px 0px 0px 0px;
	border-color:white;
	/*#FFCC33*/
	padding:3px 5px 3px 5px;
	font-family : Arial;
}
	
	/*"""""""" [SUB] Hover State """"""""*/
	#qm0 div a:hover
	{

		color:white;/*#FFCC33*/
		text-decoration: underline;
		
	}

	

	/*""""""""[SUB] Active State """"""""*/
	#qm0 div .qmactive
	{
		/* Note: Add '!important' after each style */
		color:#FFCC33 !important;/**/
		text-decoration:underline !important;
		background-image:url(images/bullet_black_right.gif) !important;
		
	}


	/*"""""""" [SUB] Parent Items """"""""*/
	#qm0 div .qmparent 
	{

		background-image:url(images/bullet_black_right.gif);

	}

	
/*
*************************************************************************
Новое меню горизонтальное!!!

*/



.animatedtabs{
border-bottom: 1px solid gray;
overflow: hidden;
width: 100%;
font-size: 14px; /*font of menu text*/
}


.animatedtabs ul{
list-style-type: none;
margin: 0;
margin-left: 10px; /*offset of first tab relative to page left edge*/
padding: 0;
}

.animatedtabs li{
float: left;
margin: 0;
padding: 0;
}

.animatedtabs a{
float: left;
position: relative;
top: 5px; /* 1) Number of pixels to protrude up for selected tab. Should equal (3) MINUS (2) below */
background: url(tab-blue-left.gif) no-repeat left top;
margin: 0;
margin-right: 2px; /*Spacing between each tab*/
padding: 0 0 0 9px;
text-decoration: none;

}

.animatedtabs a span{
float: left;
position: relative;
display: block;
background: url(tab-blue-right.gif) no-repeat right top;
padding: 5px 14px 3px 5px; /* 2) Padding within each tab. The 3rd value, or 3px, should equal (1) MINUS (3) */
font-weight: bold;
color: black;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.animatedtabs a span {float:none;}
/* End IE5-Mac hack */


.animatedtabs .selected a{
background-position: 0 -125px;
top: 0;
}

.animatedtabs .selected a span{
background-position: 100% -125px;
color: black;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}

.animatedtabs a:hover{
background-position: 0% -125px;
top: 0;
}

.animatedtabs a:hover span{
background-position: 100% -125px;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}


