ul.bookmark
{
	font-family: Tahoma;
	color: #3d3e56;
	font-size: 15px;
}

ul.bookmark li
{
	padding: 4px 14px;
	color: #3d3e56;
}


ul.bookmark li.index.hover, ul.bookmark li.index:hover
{
	background-color: none;
	background-image: url(../img/index_act.png);
	background-position: 100% 100%;
	background-repeat: repeat-x;
	color: #ffffff;
	list-style: none;
}

ul.bookmark li.prod.hover, ul.bookmark li.prod:hover
{
	background-color: none;
	background-image: url(../img/prod_act.png);
	background-position: top;
	background-repeat: repeat-x;
	color: #ffffff;
	list-style: none;
}

ul.bookmark li.part.hover, ul.bookmark li.part:hover
{
	background-color: none;
	background-image: url(../img/part_prog_act.png);
	background-position: top;
	background-repeat: repeat-x;
	color: #ffffff;
	list-style: none;
}

ul.bookmark li.licens.hover, ul.bookmark li.licens:hover
{
	background-color: none;
	background-image: url(../img/licens_act.png);
	background-position: top;
	background-repeat: repeat-x;
	color: #ffffff;
	list-style: none;
}

ul.bookmark li.info.hover, ul.bookmark li.info:hover
{
	background-color: none;
	background-image: url(../img/info_act.png);
	background-position: top;
	background-repeat: repeat-x;
	color: #ffffff;
	list-style: none;
}

ul.bookmark1 li.hover a, ul.bookmark1 li:hover a
{
	color: #FFFFFF;
}

ul.bookmark1 li.hover, ul.bookmark1 li:hover
{
	color: #FFFFFF;
	background-image: none;
	background-color: #666695;
	padding: 4px 14px;
}

/* -- level mark -- */

ul.bookmark ul
{
	background-color: #e6e6e7;
	font-size: 11px;
}
ul.bookmark ul li
{
	font-weight: normal;
}



/*-------------------------------------------------/
 * @section		Support Class `dir`
 * @level sep	ul, .class
 */


ul.bookmark *.dir
{
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	background-position: 100% 50%;
	background-repeat: no-repeat;
	height: 24px;
}


/* -- Components override -- */

ul.bookmark-horizontal ul *.dir
{
	padding-top: 10px;
	padding-right: 15px;
	background-position: 100% 50%;
	background-repeat: no-repeat;
	height: 24px;
}

ul.bookmark *.index
{
	padding-left: 15px;
	padding-right: 15px;
	background-repeat: no-repeat;
	height: 22px;
	width: 92px;
	background: url(../img/index.png);
}

/* -- Components override -- */

ul.bookmark-horizontal ul *.index
{
	padding-right: 15px;
	background-position: 100% 50%;
	background-repeat: no-repeat;
	height: 22px;
	width: 92px;
}

ul.bookmark *.prod
{
	padding-left: 15px;
	padding-right: 15px;
	background-repeat: no-repeat;
	height: 22px;
	width: 98px;
	background: url(../img/prod.png);
}


/* -- Components override -- */

ul.bookmark-horizontal ul *.prod
{
	padding-right: 15px;
	background-position: 100% 50%;
	background-repeat: no-repeat;
	height: 22px;
	width: 98px;
}

ul.bookmark *.part
{
	padding-left: 15px;
	padding-right: 15px;
	background-repeat: no-repeat;
	height: 22px;
	width: 167px;
	background: url(../img/part_prog.png);
}


/* -- Components override -- */

ul.bookmark-horizontal ul *.part
{
	padding-right: 15px;
	background-position: 100% 50%;
	background-repeat: no-repeat;
	height: 22px;
	width: 167px;
}

ul.bookmark *.licens
{
	padding-left: 15px;
	padding-right: 15px;
	background-repeat: no-repeat;
	height: 22px;
	width: 98px;
	background: url(../img/licens.png);
}


/* -- Components override -- */

ul.bookmark-horizontal ul *.licens
{
	padding-right: 15px;
	background-position: 100% 50%;
	background-repeat: no-repeat;
	height: 22px;
	width: 98px;
}

ul.bookmark *.info
{
	padding-left: 15px;
	padding-right: 15px;
	background-repeat: no-repeat;
	height: 22px;
	width: 107px;
	background: url(../img/info.png);
}


/* -- Components override -- */

ul.bookmark-horizontal ul *.info
{
	padding-right: 15px;
	background-position: 100% 50%;
	background-repeat: no-repeat;
	height: 22px;
	width: 107px;
}

/* -- Selected Menu Items -- */

ul.bookmark *.index_selected
{
	background: url(../img/index_act.png);
}

ul.bookmark *.prod_selected
{
	background: url(../img/prod_act.png);
}

ul.bookmark *.part_selected
{
	background: url(../img/part_prog_act.png);
}

ul.bookmark *.licens_selected
{
	background: url(../img/licens_act.png);
}

ul.bookmark *.info_selected
{
	background: url(../img/info_act.png);
}
