/* begin homesite******************/
.homeSite
{
    float:left;
    width:215px;
    padding:10px 0px 0px 10px;
}
.homeSite a
{
    float:left;
    width:215px;
    height:25px;
    background:url(../i/menu/main/homeSite.png) no-repeat top left;
}
/* begin mainMenu******************/
.mainMenu
{
    float:right;
    width:730px;
    padding-right:20px;
    margin-top:10px;
    *margin-top:7px;
}
.mainMenu ul
{
    float:right;
    clear:both;
    margin:0;
    padding:0;
    list-style:none;
}
.mainMenu ul li
{
    float:left;
}
.mainMenu a
{
    cursor:pointer;
    text-decoration:none;
}
.mainMenu a i
{
    cursor:pointer;
    text-decoration:none;
}
.mainMenu a.item i.left,
.mainMenu a:hover i.left,
.mainMenu a.sell i.left
{
    float:left;
    width:7px;
    height:36px;
    background:url(../i/menu/main/menuLeft.gif) no-repeat 3px;
    padding-left:3px;
}
.mainMenu a:hover i.left,
.mainMenu a.sell i.left
{
    background:url(../i/menu/main/menuLeftAct.gif) no-repeat 3px;
}
.mainMenu a.item i.center,
.mainMenu a:hover i.center,
.mainMenu a.sell i.center
{
    float:left;
    background:url(../i/menu/main/menuBg.png) repeat-x top;
}
.mainMenu a:hover i.center,
.mainMenu a.sell i.center
{
    background:url(../i/menu/main/menuBgAct.png) repeat-x top;
}
.mainMenu a.item i.right,
.mainMenu a:hover i.right,
.mainMenu a.sell i.right
{
    float:left;
    width:7px;
    height:36px;
    background:url(../i/menu/main/menuRight.gif) no-repeat;
}
.mainMenu a:hover i.right,
.mainMenu a.sell i.right
{
    background:url(../i/menu/main/menuRightAct.gif) no-repeat;
}
.mainMenu span
{
    padding:0px 3px;
    text-decoration:none;
    font-style:normal;
    font-family:Times New Roman;
    font-size:1.2em;
    color:#fff;
    height:36px;
    line-height:36px;
}
/* end mainMenu******************/
/* begin bottom menu ******************/

.masterFooter .bottomMenu a, 
.masterFooter .bottomMenu a:visited,
.masterFooter .bottomMenu a:active,
.masterFooter .bottomMenu a:link
{
    text-decoration:underline;  
    color:#fff;  
}
.masterFooter .bottomMenu a:hover,
.masterFooter .rightBotClmn .bottomMenu a.sel
{
    text-decoration: none;
}
.masterFooter .bottomMenu a.sep,
.masterFooter .bottomMenu a.sep:hover
{
	padding:0px 10px;
	text-decoration:none; 
    color:#fff;  
}
/* end bottom menu ********************/
