/* CSS Document */
.conteiner {
vertical-align: top;
width: 100% - 250px;
min-width: 250px;
color: #5A0000;
}

.conteiner UL{
list-style: none;
}

.conteiner LI{
margin-left: 8px;
}

.part {
display: inline;
background-color: #D8D8D8;
color: #5A4B1E;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-style: italic;
font-size: 16px;
font-weight: bold;
text-align: center;
margin: 4px;
padding: 1px;
padding-left: 8px;
padding-right: 8px;
}

.subPart {
display: inline;
color: #5A4B1E;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-style: italic;
margin: 3px;
padding-left: 8px;
padding-right: 8px;
font-weight: bolder;
font-size: 14px;
}

.subPart2 {
display: inline;
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-style: italic;
margin: 3px;
padding-left: 8px;
padding-right: 8px;
font-weight: bolder;
font-size: 14px;
}

.subMenu {
float: left;
list-style: none;
padding-top: 3px;
padding-bottom: 3px;
margin-right: 8px;
border-right: 1px solid #5A4B1E;
/*margin-left: 40px;*/
}

.subMenu LI {
margin: 4px;
margin-right: 5px;
}

.subMenu A {
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
color: #5A4B1E;
}

.subMenu A:hover {
text-decoration: underline;
}

.curCat {
border-top: 1px solid #5A4B1E;
border-bottom-color: #E5E5E5;
}

.curCat A {
display: block;
width: 100%;
color: #691300;
background-color: #D2C396;
text-align: center;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}

.curCat A:hover {
color: #E60A05;
}

.outCat {
border: none;
border-top: 1px solid #5A4B1E;
}

.outCat A {
display: block;
width: 100% - 2px;
color: #691300;

text-align: center;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}

.outCat A:hover {
/*border-bottom-color: #E5E5E5;
background-color: #E5E5E5;*/
color: #E60A05;
}

.catSide {
border: none;
border-top: 1px solid #5A4B1E;
}

.catSideL {
border: none;
border-top: 1px solid #5A4B1E;
background-image: url(../images/LBorder.bmp);
background-repeat: repeat-y;
background-position: right;
}

.catSideR {
border: none;
border-top: 1px solid #5A4B1E;
background-image: url(../images/RBorder.bmp);
background-repeat: repeat-y;
background-position: left;
}