.vertically a:link,
.vertically a:VISITED,
.vertically a:active{
        font-family: Arial Unicode MS;
        text-decoration : none;
        font-size : 12px;
        color: #0b1931;
}

.vertically a:hover{
        font-family: Arial Unicode MS;
        text-decoration : none;
        font-size : 12px;
        color: #1d3763;
}

.horizontal a:link,
.horizontal a:VISITED,
.horizontal a:active{
        font-family: Arial Unicode MS;
        text-decoration : none;
        font-size : 12px;
        /*font-weight: bold;*/
        color: #F5F5F5;
}

.horizontal a:hover{
        font-family: Arial Unicode MS;
        text-decoration : none;
        font-size : 12px;
        /*font-weight: bold;*/
        color: #DAE3F3;
}

.horizontal{
		background-image: url(../images/hor_menu_separ.gif);
		background-repeat: no-repeat;
		background-position: top right;
}

.vertically{
		border-top: 1px solid #c7c7c7;
		border-bottom: 1px solid #c7c7c7;
		border-left: 1px solid #dedede;
		border-right: 1px solid #dedede;
}

.module_title{
        font-family: Arial Unicode MS;
        font-size: 12px;
        color: #1F303F;
        font-weight: bold;
}
