/* CSS Document */
/*start of left menu*/
.arrowlistmenu{
width: 198px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 12px Arial;
background: url(../images/titlebar-inactive.png) no-repeat;
background-position:95% center;
background-color:#b4cfe5;
color: #000;
margin-bottom:1px; /*bottom spacing between header and rest of content*/
padding: 4px 10px 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background: url(../images/titlebar-active.png) no-repeat;
background-position:95% center;
background-color:#b4cfe5;
color: #000;
margin-bottom:1px; /*bottom spacing between header and rest of content*/
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
background-image: url(../images/titlebar-inactive.png) no-repeat;
background-position:right center;
margin: 0;
padding: 0;
margin-bottom: 1px; /*bottom spacing between each UL and rest of content*/
}
.arrowlistmenu ul ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}
.arrowlistmenu ul li{
padding: 4px 0; /*bottom spacing between menu items*/
}
.arrowlistmenu ul li ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}
.arrowlistmenu ul li a{
margin-left:10px;
color: #000;
background: url(../images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 0px 0;
padding-left: 5px; /*link text is indented 19px*/
text-decoration: none;
font-weight: normal;
font-size: 12px;
font-family:Arial, Helvetica, sans-serif;
}
.arrowlistmenu ul li ul li a{
margin-left:10px
color: #000;
background: url(../images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 10px; /*link text is indented 19px*/
text-decoration: none;
font-weight: normal;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
}

.arrowlistmenu ul li a:visited{
color: #000;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #505050;
}
/*end of left menu*/


/*start of submenu*/
.arrowlistmenu3{
width: 198px; /*width of accordion menu*/
}

.arrowlistmenu3 .menuheader3{ /*CSS class for menu headers in general (expanding or not!)*/
font: normal 11px Arial;
background: url(../images/titlebar-inactive.png) no-repeat;
background-color:#cccccc;
background-position:95% center;
color: #000;
margin-bottom:1px; /*bottom spacing between header and rest of content*/
padding: 4px 10px 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu3 .openheader3{ /*CSS class to apply to expandable header when it's expanded*/
background: url(../images/titlebar-active.png) no-repeat;
background-position:95% center;
background-color:#cccccc;
color: #000;
margin-bottom:1px; /*bottom spacing between header and rest of content*/
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu3 ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
background-image: url(../images/titlebar-inactive.png) no-repeat;
background-position:right center;
margin: 0;
padding: 0;
margin-bottom: 1px; /*bottom spacing between each UL and rest of content*/
}
.arrowlistmenu3 ul ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}
.arrowlistmenu3 ul li{
padding: 4px 0; /*bottom spacing between menu items*/
}
.arrowlistmenu3 ul li ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}
.arrowlistmenu3 ul li a{
margin-left:10px;
color: #000;
background: url(../images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 10px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
font-size: 12px;
font-family:Arial, Helvetica, sans-serif;
}
.arrowlistmenu3 ul li ul li a{
margin-left:10px
color: #000;
background: url(../images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 10px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
}

.arrowlistmenu3 ul li a:visited{
color: #000;
}

.arrowlistmenu3 ul li a:hover{ /*hover state CSS*/
color: #505050;
}

.submenu{
padding:2px 0 4px 20px; 
font:12px Arial, Helvetica, sans-serif; 
font-weight:bold; 
background-color:#cccccc;
cursor:pointer;
cursor:hand;
margin-bottom:1px;
}
.sub_padding1{
margin-left:20px;
}
/*end of submenu*/



/*start of subsubmenu*/
.arrowlistmenu4{
width: 198px; /*width of accordion menu*/
}

.arrowlistmenu4 .menuheader4{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 12px Arial;
background: url(../images/titlebar-inactive.png) no-repeat;
background-color:#cccccc;
background-position:95% center;
color: #000;
margin-bottom:1px; /*bottom spacing between header and rest of content*/
padding: 4px 10px 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu4 .openheader4{ /*CSS class to apply to expandable header when it's expanded*/
background: url(../images/titlebar-active.png) no-repeat;
background-position:95% center;
background-color:#cccccc;
color: #000;
margin-bottom:1px; /*bottom spacing between header and rest of content*/
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu4 ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
background-image: url(../images/titlebar-inactive.png) no-repeat;
background-position:right center;
margin: 0;
padding: 0;
margin-bottom: 1px; /*bottom spacing between each UL and rest of content*/
}
.arrowlistmenu4 ul ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}
.arrowlistmenu4 ul li{
padding: 4px 0; /*bottom spacing between menu items*/
}
.arrowlistmenu4 ul li ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}
.arrowlistmenu4 ul li a{
margin-left:10px;
color: #000;
background: url(../images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 10px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
font-size: 12px;
font-family:Arial, Helvetica, sans-serif;
}
.arrowlistmenu4 ul li ul li a{
margin-left:10px
color: #000;
background: url(../images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 10px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
}

.arrowlistmenu4 ul li a:visited{
color: #000;
}

.arrowlistmenu4 ul li a:hover{ /*hover state CSS*/
color: #505050;
}

.subsubmenu{
padding:2px 0 4px 35px; 
font:12px Arial, Helvetica, sans-serif; 
font-weight:bold;
color:#fd5300;
cursor:pointer;
cursor:hand;
}
* + html .subsubmenu{
padding:2px 0 4px 20px; 
font:12px Arial, Helvetica, sans-serif; 
font-weight:bold;
color:#fd5300;
cursor:pointer;
cursor:hand;
}

.subsub_padding1{
margin-left:40px;
}
* + html .subsub_padding1{
margin-left:20px;
}

* + html .subsub_padding1 .menuheader5{
margin-left:-37px;
}

* + html .categoryitems5 .subsubsub_padding1{
margin-left:10px;
}
/*end of subsubmenu*/

/*start of subsubmenu*/
.arrowlistmenu5{
width: 198px; /*width of accordion menu*/
}

.arrowlistmenu5 .menuheader5{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 12px Arial;
background: url(../images/titlebar-inactive.png) no-repeat;
background-color:#cccccc;
background-position:95% center;
color: #000;
margin-bottom:1px; /*bottom spacing between header and rest of content*/
padding: 4px 10px 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu5 .openheader5{ /*CSS class to apply to expandable header when it's expanded*/
background: url(../images/titlebar-active.png) no-repeat;
background-position:95% center;
background-color:#cccccc;
color: #000;
margin-bottom:1px; /*bottom spacing between header and rest of content*/
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu5 ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
background-image: url(../images/titlebar-inactive.png) no-repeat;
background-position:right center;
margin: 0;
padding: 0;
margin-bottom: 1px; /*bottom spacing between each UL and rest of content*/
}
.arrowlistmenu5 ul ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}
.arrowlistmenu4 ul li{
padding: 4px 0; /*bottom spacing between menu items*/
}
.arrowlistmenu5 ul li ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}
.arrowlistmenu5 ul li a{
margin-left:15px;
color: #000;
background: url(../images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 10px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
font-size: 12px;
font-family:Arial, Helvetica, sans-serif;
}
.arrowlistmenu5 ul li ul li a{
margin-left:15px
color: #000;
background: url(../images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 10px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
}

.arrowlistmenu5 ul li a:visited{
color: #000;
}

.arrowlistmenu5 ul li a:hover{ /*hover state CSS*/
color: #505050;
}

.subsubsubmenu{
padding:2px 0 4px 55px; 
font:11px Arial, Helvetica, sans-serif; 
font-weight:bold;
color:#14396e;
cursor:pointer;
cursor:hand;
}
.subsubsub_padding1{
margin-left:55px;
}
/*end of subsubmenu*/




/*start of right menu*/
.arrowlistmenu2{
width: 198px; /*width of accordion menu*/
}

.arrowlistmenu2 .menuheader2{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 12px Arial;
background: url(../images/titlebar-inactive.png) no-repeat;
background-position:95% center;
background-color:#b4cfe5;
color: #000;
margin-bottom:1px; /*bottom spacing between header and rest of content*/
padding: 4px 10px 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu2 .openheader2{ /*CSS class to apply to expandable header when it's expanded*/
background: url(../images/titlebar-active.png) no-repeat;
background-position:95% center;
background-color:#b4cfe5;
color: #000;
margin-bottom:1px; /*bottom spacing between header and rest of content*/
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu2 ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
background-image: url(../images/titlebar-inactive.png) no-repeat;
background-position:right center;
margin: 0;
padding: 0;
margin-bottom: 1px; /*bottom spacing between each UL and rest of content*/
}
.arrowlistmenu2 ul ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}
.arrowlistmenu2 ul li{
padding: 1px 0; /*bottom spacing between menu items*/
}
.arrowlistmenu2 ul li ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}
.arrowlistmenu2 ul li a{
margin-left:10px;
color: #000;
background: url(../images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 10px; /*link text is indented 19px*/
text-decoration: none;
font-weight: normal;
font-size: 11px;
font-family:Arial, Helvetica, sans-serif;
}
.arrowlistmenu2 ul li ul li a{
margin-left:10px
color: #000;
background: url(../images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 10px; /*link text is indented 19px*/
text-decoration: none;
font-weight: normal;
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
}

.arrowlistmenu2 ul li a:visited{
color: #000;
font-size:11px;
font-weight:normal;
}

.arrowlistmenu2 ul li a:hover{ /*hover state CSS*/
color: #505050;
font-size:11px;
font-weight:normal;
text-decoration:underline;
}
/*end of right menu*/
/*darbez*/
.spacing{
	padding:0 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
a.common{
	color:#0951c0;
	text-decoration:underline;
	}
a.common:hover{
	color:#b90000;
	text-decoration:none;
	}
.text_2{
	padding:0 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#969696;
	font-weight:bold;
	}
	.mid a{
	outline:none; 
	font: 11px Arial, Helvetica, sans-serif; 
	font-weight:normal; 
	text-decoration:none; 
	color:#264272;		
	}
	.mid a:hover{
	outline:none; 
	font: 11px Arial, Helvetica, sans-serif; 
	font-weight:normal; 
	text-decoration:underline; 
	color:#264272;	
	}
a{outline:none;
}