﻿/*----- TABLE -----*/
.RubricTable
{
	margin: 0px;
	padding: 0px;
	width: 220px;
	border: solid 1px #BABABA;
}
/*----- TABLE -----*/

/*----- FIRST LEVEL -----*/
.RootRubric
{
	font-family: Verdana;
	font-size: 7.5pt;
	font-weight: normal;
	color: #EBF2F6;
	line-height: 27px;
	cursor: pointer;
	padding: 0 0 0 6px;
	text-align: left;
	border-bottom: solid 1px #BABABA;
	text-decoration: none;
	background: url(img/bg_menu.jpg) repeat-x;
	text-transform: uppercase;
}
.RootRubric a
{
	color: #EBF2F6;
	text-decoration: none;
	text-transform: uppercase;
}
.RootRubric:hover a
{
	color: #9C9C9C;
	text-decoration: none;
	text-transform: uppercase;
}
.RootRubricSelected
{
	font-family: Verdana;
	font-size: 7.5pt;
	color: White;
	font-weight: bold;
	line-height: 27px;
	cursor: default;
	padding: 0 0 0 6px;
	text-align: left;
	border-bottom: solid 1px #BABABA;
	text-decoration: none;
	background: #40728B url('img/bg_menu.jpg') repeat-x;
	text-transform: uppercase;
}
.RootRubricSelected a
{
	color: White;
	text-decoration: none;
	text-transform: uppercase;
}
/*----- FIRST LEVEL -----*/

/*----- SECOND LEVEL -----*/
.Child1Rubric
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	color: White;
	cursor: pointer;
	padding: 5px 0 5px 20px;
	text-align: left;
	/*background-color: White;*/
	background: #FAECEB url(img/bg_submenu.jpg) repeat-y;
	border-bottom: solid 1px #BABABA;
	text-decoration: none;
}
.Child1Rubric a
{
	color: White;
	text-decoration: none;
}
.Child1Rubric:hover a
{
	color: #1f5c7b;
	text-decoration: none;
}
.Child1RubricSelected
{
	font-family: Verdana;
	font-size: 8pt;
	color: #1f5c7b;
	font-weight: bold;
	cursor: pointer;
	padding: 5px 0 5px 20px;
	text-align: left;
	/*background-color: White;*/
	background: #FAECEB url(img/bg_submenu.jpg) repeat-y;
	border-bottom: solid 1px #BABABA;
	text-decoration: none;
}
.Child1RubricSelected a
{
	color: #1f5c7b;
	font-weight: bold;
	text-decoration: none;
}
/*----- SECOND LEVEL -----*/

/*----- THIRD LEVEL -----*/
.Child2Rubric
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	color: #545454;
	cursor: pointer;
	padding: 5px 0 5px 40px;
	text-align: left;
	/*background-color: White;*/
	background: #FAECEB url(img/bg_submenu.jpg) repeat-y;
	border-bottom: solid 1px #BABABA;
	text-decoration: none;
}
.Child2Rubric a
{
	color: #545454;
	text-decoration: none;
}
.Child2Rubric:hover
{
	text-decoration: underline;
	color: #1f5c7b;
}
.Child2Rubric:hover a
{
	color: #1f5c7b;
}
.Child2RubricSelected
{
	font-family: Verdana;
	font-size: 8pt;
	color: #1f5c7b;
	font-weight: bold;
	cursor: pointer;
	padding: 5px 0 5px 40px;
	text-align: left;
	/*background-color: White;*/
	background: #FAECEB url(img/bg_submenu.jpg) repeat-y;
	border-bottom: solid 1px #BABABA;
	text-decoration: underline;
}
.Child2RubricSelected a
{
	color: #1f5c7b;
	font-weight: bold;
	text-decoration: underline;
}
/*----- THIRD LEVEL -----*/

/*----- FOURTH LEVEL -----*/
.Child3Rubric
{
	font-family: Verdana;
	font-size: 7.5pt;
	font-weight: normal;
	color: #616161;
	cursor: pointer;
	padding: 5px 0 5px 55px;
	text-align: left;
	/*background-color: White;*/
	background: #FAECEB url(img/bg_submenu.jpg) repeat-y;
	border-bottom: solid 1px #BABABA;
	text-decoration: none;
}
.Child3Rubric a
{
	color: #616161;
}
.Child3Rubric:hover
{
	text-decoration: none;
}
.Child3Rubric:hover a
{
	color: #616161;
}
.Child3RubricSelected
{
	font-family: Verdana;
	font-size: 7.5pt;
	color: #810000;
	font-weight: bold;
	cursor: pointer;
	padding: 5px 0 5px 55px;
	text-align: left;
	/*background-color: White;*/
	background: #FAECEB url(img/bg_submenu.jpg) repeat-y;
	border-bottom: solid 1px #BABABA;
	text-decoration: none;
}
.Child3RubricSelected a
{
	color: #810000;
	font-weight: bold;
}
/*----- FOURTS LEVEL -----*/

/*----- FIFTH LEVEL -----*/
.Child4Rubric
{
	font-family: Verdana;
	font-size: 7pt;
	font-weight: normal;
	color: #616161;
	cursor: pointer;
	padding: 5px 0 5px 70px;
	text-align: left;
	background: #FAECEB url(img/bg_submenu.jpg) repeat-y;
	border-bottom: solid 1px #BABABA;
	text-decoration: none;
}
.Child4Rubric a
{
	color: #616161;
}
.Child4Rubric:hover
{
	text-decoration: underline;
}
.Child4Rubric:hover a
{
	color: #616161;
}
.Child4RubricSelected
{
	font-family: Verdana;
	font-size: 7pt;
	color: #810000;
	font-weight: bold;
	cursor: pointer;
	padding: 5px 0 5px 65px;
	text-align: left;
	background: #FAECEB url(img/bg_submenu.jpg) repeat-y;
	border-bottom: solid 1px #BABABA;
	text-decoration: underline;
	border-left: solid 4px #BABABA;
}
.Child4RubricSelected a
{
	color: #810000;
	font-weight: bold;
}
/*----- FIFTH LEVEL -----*/

/*background: url(../images/bg_submenu.jpg) repeat-y;*/
/*background: url(img/bg_submenu.jpg) repeat-y;*/









.ChildRubric
{
	font-family: Verdana;
	font-weight: normal;
	color: White;
	cursor: pointer;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	background: #FAECEB url(img/bg_submenu.jpg) repeat-y;
	border-bottom: solid 1px #BABABA;
	text-decoration: none;
}
.ChildRubric a
{
	color: White;
	text-decoration: none;
}
.ChildRubric:hover a
{
	color: #1f5c7b;
	text-decoration: none;
}
.ChildRubricSelected
{
	font-family: Verdana;
	color: #1f5c7b;
	font-weight: bold;
	cursor: pointer;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	background: #FAECEB url(img/bg_submenu.jpg) repeat-y;
	border-bottom: solid 1px #BABABA;
	text-decoration: none;
}
.ChildRubricSelected a
{
	color: #1f5c7b;
	font-weight: bold;
	text-decoration: none;
}








/*----- AN FIRST LEVEL -----*/
.AnRootRubric
{
	font-family: Verdana;
	font-size: 7.5pt;
	font-weight: normal;
	color: #EBF2F6;
	line-height: 27px;
	cursor: pointer;
	padding: 0 0 0 6px;
	text-align: left;
	border-bottom: solid 1px #BABABA;
	text-decoration: none;
	background: url(img/bg_menu.jpg) repeat-x;
	text-transform: none;
}
.AnRootRubric a
{
	color: #EBF2F6;
	text-decoration: none;
	text-transform: none;
}
.AnRootRubric:hover a
{
	color: #9C9C9C;
	text-decoration: none;
	text-transform: none;
}
.AnRootRubricSelected
{
	font-family: Verdana;
	font-size: 7.5pt;
	color: White;
	font-weight: bold;
	line-height: 27px;
	cursor: default;
	padding: 0 0 0 6px;
	text-align: left;
	border-bottom: solid 1px #BABABA;
	text-decoration: none;
	background: #40728B url('img/bg_menu.jpg') repeat-x;
	text-transform: none;
}
.AnRootRubricSelected a
{
	color: White;
	text-decoration: none;
	text-transform: none;
}
/*----- AN FIRST LEVEL -----*/






/* ARCHIVE FIRST LEVEL */

.Arch_Title
{
	font-family: Verdana;
	font-size: 7pt;
	font-weight: bold;
	background-color: #DFDFDF;
	color: #696969;
	padding: 3px 0px 3px 0px;
	text-align: center;
	border-bottom: solid 1px #BABABA;
	text-decoration: none;
	text-transform: uppercase;
	width: 135px;
}

.Arch_Root
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	color: #696969;
	line-height: 25px;
	cursor: pointer;
	padding: 0 0 0 6px;
	text-align: left;
	border-bottom: solid 1px #BABABA;
	text-decoration: none;
	text-transform: uppercase;
}
.Arch_Root a
{
	color: #696969;
	text-decoration: none;
	text-transform: uppercase;
}
.Arch_Root:hover a
{
	color: #C21D0A;
	text-decoration: none;
	text-transform: uppercase;
}
.Arch_RootSelected
{
	font-family: Verdana;
	font-size: 8pt;
	color: #C21D0A;
	font-weight: bold;
	line-height: 25px;
	cursor: default;
	padding: 0 0 0 6px;
	text-align: left;
	border-bottom: solid 1px #BABABA;
	text-decoration: none;
	text-transform: uppercase;
}
.Arch_RootSelected a
{
	color: #C21D0A;
	text-decoration: none;
	text-transform: uppercase;
}

/* ARCHIVE FIRST LEVEL */