﻿/*> menu */
.Link_bg
{
    background-image: url(Img/tab.jpg);
    background-repeat: no-repeat;
    cursor: Pointer;
    line-height: 25px;
    width: 8px;
}
.Link_Menu,a.Link_Menu, a.Link_Menu:visited, a.Link_Menu:link
{
    font-size: 13px;
    color: #ffffff;
    text-decoration: none;
    cursor: Pointer;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Arial;
    padding-top: 20px;
}
a.Link_Menu:hover
{
    color: #000000;
    text-decoration: none;
    cursor: Pointer;
}


/*< menu */

/*> phai*/
.Link_Right, a.Link_Right, a.Link_Right:visited, a.Link_Right:link
{
    font-size: 12px;
    color: #a40700;
    text-decoration: none;
    font-weight: bold;
    cursor: Pointer;
    padding-left: 37px;
    text-transform: uppercase;
    font-family: Arial;
    line-height: 38px;
}
a.Link_Right:hover
{
     text-decoration: underline;
	cursor: Pointer;	
}
/*< phai*/

/*> Duoi*/
.Link_bottom, a.Link_bottom, a.Link_bottom:visited, a.Link_bottom:link
{
    font-size: 13px;
    color: #c4cd83;
    text-decoration: none;
    cursor: Pointer;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Arial;
}
a.Link_bottom:hover
{
     text-decoration: underline;
	cursor: Pointer;	
}
/*< Duoi*/

