﻿.frame-top-link
{
     width: 100%;
     height:43px;
   vertical-align:central;
}
.frame-top-link ul
{
    height:33px;
    width:400px;
    float:right;
    padding-top:10px;
    
}
 .frame-top-link ul li
{
    float:left;
    padding:0px 6px 0px 6px;
    background-image: url('../Images/top-spliter.png');
    background-repeat: no-repeat;
    background-position: center left;
}

 .frame-top-link  .first
{
    float:left;
    padding:0px 6px 0px 6px;
    background-image: url('../Images/separatp.gif');
    background-repeat: no-repeat;
    background-position: center left;
}

.frame-top-link ul li a
{
    font-size: 12px;
    color:#212121;
}

.frame-top-link ul li a:hover
{
    color:#308ddc;
}