/* JsCook Menu Style Sheet */

/* Level 1 */

.JsCookMainItemText, .JsCookMainFolderText
{
	margin: 0;
	font-size: 15px;
	cursor: default;
	padding-top:2px;
	padding-left:10px;
	padding-right:28px;
	
}

.JsCookMainItem
{
	margin:0;
	padding:0;
	height: 22px;
	color: #DF0024;
	margin-bottom: 4px;
	width:143px;
}

.JsCookMainItemHover, .JsCookMainItemActive, .JsCookMainItemHover2
{
	margin: 0;
	padding:0;
	height: 22px;
	background: #DF0024;
	color:#FFFFFF;
	margin-bottom: 4px;
	
}

.JsCookMainItemHover1 {
	margin: 0;
	padding:0;
	height: 22px;
	color:#FFFFFF;
	background: #DF0024 url(../pics/sipka.gif) top right no-repeat;
	margin-bottom: 4px;
}

.JsCookMenuItemHover1, .JsCookMenuItemFirstHover1 {
	border-left:16px solid #DF0024;
	height: 22px;
	color:#FFFFFF;
	background: #DF0024 url(../pics/sipka.gif) top right no-repeat;
}


/* Level 2+ */

.JsCooktopline ,.JsCookbottomline
{
	width:100%;
	padding:0;
	margin:0;
	height:7px;
	line-height:7px;
	overflow:hidden;
         position:relative;
}


.JsCooktableTopLeft
{
	float:left;
	background: url(../pics/rohlt.gif) top left no-repeat;
	height:7px;
	width:7px;
	line-height:7px;	
}

.JsCooktableTopRight
{
	float:left;
	background: url(../pics/rohrt.gif) top right no-repeat;
	height:7px;
	width:7px;
	line-height:7px;	
}

.JsCooktableBottomLeft
{
	float:left;
	background: url(../pics/rohlb.gif) top left no-repeat;
	height:7px;
	width:7px;
	line-height:7px;	
}

.JsCooktableBottomRight
{
	float:left;
	background: url(../pics/rohrb.gif) top right no-repeat;
	height:7px;
	width:7px;
	line-height:7px;	
}


.JsCooktableTopCenter,.JsCooktableBottomCenter
{
	float:left;
	background-color: #D9D9D9;
	width:226px;
	height:7px;
	line-height:7px;	
}


.JsCookSubMenu
{
	padding:0;
	margin: 0;
	margin-top:-9px;
	position:	 absolute;
	visibility:hidden;
	z-index:	50;
	width:240px;
}

.JsCookSubMenuTable
{
	padding:0;
	margin: 0;
}

.JsCookMenuItem{
	padding: 0;
	margin: 0;
	background: #D9D9D9 url(../pics/line1.gif) top left repeat-x;
	border-left:16px solid #D9D9D9;
	border-right:16px solid #D9D9D9;
}

.JsCookMenuItemFirst{
	padding: 0;
	margin: 0;
	background-color:#D9D9D9;
	border-left:16px solid #D9D9D9;
	border-right:16px solid #D9D9D9;
	
}



.JsCookMenuItemLeft, .JsCookMenuFolderLeft, .JsCookMenuItemRight, .JsCookMenuFolderRight,
.JsCookMenuItemLastLeft, .JsCookMenuFolderLastLeft, .JsCookMenuItemLastRight, .JsCookMenuFolderLastRight
{
	padding: 0;
	margin: 0;
	width: 0;
	background-color:#D9D9D9;
	width:16px;
} 

.JsCookMenuItemText, .JsCookMenuFolderText, .JsCookMenuItemLastText
{
	margin: 0;
	font: normal 12px Arial;
	cursor: default;
	height:22px;
         line-height:20px;

}

.JsCookMenuItemLastText
{
	border:none;
}

.JsCookMenuItemHover, .JsCookMenuItemActive, .JsCookMenuItemFirstHover, .JsCookMenuItemFirstActive
{
	border-left:16px solid #DF0024;
	border-right:16px solid #DF0024;
	background: #DF0024;	
}

/* Horizontal menu split */

.JsCookMenuSplit
{
	margin:	2px;
	height:	1px;
	overflow:	hidden;
	background-color:	inherit;
	border-top:	1px solid #cccccc;
}