/* ----------------------------------HEADER--------------------------------------- */
.header
    {
	position:relative;
	background-color:#000000;
	background-image:url(../images/header_bk.png);
	background-repeat:repeat;
	height:150px;
	}
.grey_line
    {
	position:absolute;
	top:145px;
	background-color:#b3b3b3;
	height:5px;
	overflow:hidden;
	width:100%;
	z-index:16;
	}
.meniu
    {
	width:99%;
	position:relative;
	top:-6px;
	z-index:5;
	}
.logo_image
    {
	position:absolute;
	top:23px;
	left:33px;
	border:none;
	}
.top_buttons
    {
    font-family:arial,helvetica,verdana,lucida,sans-serif;
    font-size: 1.8em;
    margin: 0;
    font-weight: normal;
    color:#FFFFFF;
    font-size:11px;
    text-align:right;
	position:absolute;
	right:10px;
	z-index:500;
	cursor:default;
	top:10px;
	}
.link
    {
	color:#FFFFFF;
	}
/* -----------------------------------BUTON--------------------------------------- */
.meniu_text
    {
    color: #FFFFFF;
    font-family: arial,helvetica,verdana,lucida,sans-serif;
    font-size: 16px;
    vertical-align: middle;
    font-weight:normal;
    }
.left_side_normal
    {
    cursor:pointer;
    background-image:url(../images/meniu/buton_left_side_normal.png);
	background-repeat:no-repeat;
	width:16px;
	height:36px;
    }
.middle_side_normal
    {
    cursor:pointer;
    margin: 0;
    background-image:url(../images/meniu/buton_middle_side_normal.png);
	background-repeat:repeat-x;
	height:36px;
    }
.right_side_normal
    {
    cursor:pointer;
    background-image:url(../images/meniu/buton_right_side_normal.png);
	background-repeat:no-repeat;
	width:16px;
	height:36px;
    }
.left_side_hover
    {
    cursor:pointer;
    background-image:url(../images/meniu/buton_left_side_hover.png);
	background-repeat:no-repeat;
	width:16px;
	height:36px;
    }
.middle_side_hover
    {
    cursor:pointer;
    margin: 0;
    background-image:url(../images/meniu/buton_middle_side_hover.png);
	background-repeat:repeat-x;
	height:36px;
    }
.right_side_hover
    {
    cursor:pointer;
    background-image:url(../images/meniu/buton_right_side_hover.png);
	background-repeat:no-repeat;
	width:16px;
	height:36px;
    }
.left_side_pressed
    {
    cursor:pointer;
    background-image:url(../images/meniu/buton_left_side_pressed.png);
	background-repeat:no-repeat;
	width:16px;
	height:36px;
    }
.middle_side_pressed
    {
    cursor:pointer;
    margin: 0;
    background-image:url(../images/meniu/buton_middle_side_pressed.png);
	background-repeat:repeat-x;
	height:36px;
    }
.right_side_pressed
    {
    cursor:pointer;
    background-image:url(../images/meniu/buton_right_side_pressed.png);
	background-repeat:no-repeat;
	width:16px;
	height:36px;
    }
.left_side_selected
    {
    cursor:pointer;
    background-image:url(../images/meniu/buton_left_side_selected.png);
	background-repeat:no-repeat;
	width:16px;
	height:36px;
    }
.middle_side_selected
    {
    cursor:pointer;
    font-family:arial,helvetica,verdana,lucida,sans-serif;
    font-size: 1.8em;
    margin: 0;
    font-weight: normal;
    color:#FFFFFF;
    font-size:16px;
    background-image:url(../images/meniu/buton_middle_side_selected.png);
	background-repeat:repeat-x;
	height:36px;
    }
.right_side_selected
    {
    cursor:pointer;
    background-image:url(../images/meniu/buton_right_side_selected.png);
	background-repeat:no-repeat;
	width:16px;
	height:36px;
    }