div.top-menu {
	width: 230px;
    height: 29px;
    float: left;
}

div.top-menu .side{
	width: 20px;
    height: 29px;
    float: left;
}

div.top-menu .link{
	width: auto;
    height: 29px;
    float: left;
    line-height: 33px;
}

div.top-menu .link a{
	font-size: 12px;
    text-decoration: none;
}

div.top-menu .b-g{
	background: 0% 100% no-repeat url('images/top-menu-b-g.gif');
}

div.top-menu .b-w{
	background: 0% 100% no-repeat url('images/top-menu-b-w.gif');
}

div.top-menu .w-g{
	background: 0% 100% no-repeat url('images/top-menu-w-g.gif');
}

div.top-menu .g-w{
	background: 0% 100% no-repeat url('images/top-menu-g-w.gif');
}

div.top-menu .g-b{
	background: 0% 100% no-repeat url('images/top-menu-g-b.gif');
}

div.top-menu .w-b{
	background: 0% 100% no-repeat url('images/top-menu-w-b.gif');
}

div.top-menu .g{
	background: 0% 100% repeat-x url('images/top-menu-back-g.gif');
}
div.top-menu .g a{
	color: #ffffff;
}

div.top-menu .w{
	background: #eaeaea;
}
div.top-menu .w a{
	color: #666666;
}