.menu_1_top {
    font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
    font-weight: bold;
	text-decoration : none;
    /*background-image: url(img/bg_flat_off.gif); background-position:right;*/
    /*background-repeat:repeat-x;*/
	/*border: 2px solid #336699;*/
	background-color: #2C5F93;
    margin: 0px;
    /*padding: 4px 0 0 4px;*/
	color: #FFFFFF;
    white-space:nowrap;
    z-index:900;
    text-align: center;
    cursor:default;
}


.menu_1 {
    font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	text-decoration : none;
    /*background-image: url(img/bg_flat_off.gif); background-position:right;*/
    /*background-repeat:repeat-x;*/
	/*border: 2px solid #336699;*/
	background-color: #2C5F93;
    margin: 0px;
    /*padding: 4px 0 0 4px;*/
	color: #FFFFFF;
    white-space:nowrap;
    z-index:1000;
    text-align: center;
    cursor:default;
}

.menu_1:hover {
    background-color:aqua;
    /*background-image: url(img/bg_flat_on.gif); background-position:right;*/
    background-color:navy;
}

.menu_deep{
    font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	text-decoration : none;
    background-image: url(images/rigth-arrow.gif); background-position:right;
    /*background-repeat:repeat-x;*/
	/*border: 2px solid #336699;*/
	background-color: #2C5F93;
    margin: 0px;
    /*padding: 4px 0 0 4px;*/
	color: #FFFFFF;
    white-space:nowrap;
    z-index: 1000;
    cursor: default;

    text-align: center;
}

.menu_deep:hover{
    background-color:aqua;
    /*cursor: hand;*/
    background-color:navy;
    background-image: url(images/rigth-arrow.gif); background-position:right;
}

