/* Main layout */

/*body {
	width:					100%;
	height:					100%;
	margin:					0px;
	padding:				0px;
	color:					#000;
	background-color:		#FFF;
	font:					normal 11px/14px verdana,arial,sans-serif;
}*/

#canvas {
	position:			relative;
	background-color:	#FFF;
	width:				100%;
}


/* DEFAULT STYLES FOR NON-DYNAMIC MENU */
/* Note: The top position of the sub-menus is hard coded in the "pupius.co.uk-menu.js" file */
#nav {
	position:relative;
	top:40px;
	left:0px;
	width:1000px;
	height:17px;
	padding-bottom:1px;
	padding-left:0px;
	background-color:#EBEBEB;
	margin-bottom:35px;
	border-bottom:1px solid #666;
	border-top:1px solid #666;
}

#nav ul {
	margin:				0px;
	padding:			0px;
}
/*
!!!
*/
#nav ul li {
	display:			inline;
	vertical-align:		middle;
	font:				normal 10px Verdana,Arial,Helvetica,sans-serif;
}

#nav ul li a,#nav ul li a:visited {
	display:			block;
	float:				left;
	color:				#4D5457;
	text-decoration:	none;
	padding-left:		10px;
	padding-right:		10px;
	margin-top:			1px;
	margin-bottom:		0px;
	border:				0px;
	font:				normal 11px Verdana,Arial,Helvetica,sans-serif;
}

#nav ul li a:hover,#nav ul li.selected a {
	color:				#333399;
	background-color:	#E5E6E7;
	text-decoration:	none;
}

#nav ul ul {
	display:			none;
}

.selected { font-weight:bold; }
.normal { font-weight:normal; }




/* MENU STYLES */

.menuitem {
	position:			absolute;
	font:				normal 11px Verdana,Arial,Helvetica,sans-serif;
	padding-left:		10px;
	padding-right:		10px;
	margin-top:			1px;
	cursor:				pointer;
	color:				#333399;
}

.x {
	background-image:	url('../images/small_down_arrow.gif');
	background-repeat:	no-repeat;
	background-position:bottom right;
}
/* плавающий блок */
.menutracer {
	position:			absolute;
	width:				1px;
	height:				15px;
	background-color:	#FFFFFF;
	color:				#333399;
	font:				normal 10px ,Verdana,Arial,Helvetica,sans-serif;
	margin-top:			0px;
	margin-left:		0px;
}

.menuback {
	position:			absolute;
	width:				150px;
	height:				auto;
	background-color:	#666;
	border-bottom:		1px solid #666;
	padding:			0px;
	padding-top:		1px;
	padding-left:		1px;
	padding-right:		1px;
	margin:				0px;
	margin-bottom:		0px;
	visibility:			hidden;
}

.menulink {
	display:			block;
	padding:			2px;
	width:				150px;
	background-color:	#EBEBEB;
	font:				normal 10px Verdana,Arial,Helvetica,sans-serif;
	color:				#333399;
	margin-bottom:		0px;
	text-decoration:	none;
	border-bottom:		1px solid #CBCCCF;
}
.menulink:hover {
	background-color:	#FFFFFF;
	color:				red;
	cursor:				pointer;
	border-bottom:		1px solid #CBCCCF;
}

.menulink.active {
	background-color:	#FFFFFF;
	color:				#333;
	cursor:				pointer;
}

.sub {
	background-image:	url('../images/small_right_arrow.gif');
	background-repeat:	no-repeat;
	background-position:right center;
}
	


.menuback table {
	border-collapse:	collapse;
	margin:				0px;
	margin-left:		-1px;
}
.menuback td {
	vertical-align:		top;
	height:				100%;
	background-color:	#EBEBEB;
	border-left:		1px solid #666;
}

.td2 { display: none; }
.td3 { display: none; }
.td4 { display: none; }
.td5 { display: none; }


