.toolbar {
    font-size: 12px;
}

.toolbar {
    margin: 0 auto;
    width: 100%;
    padding: 0px 10px 0px 10px;
}

.toolbar-item {
    white-space: nowrap;
}

.toolbar-item a {
    margin: 0px 0px;
}

.toolbar-item-search {
    width: 100%;
	padding: 0px 10px 0px 10px;
    text-align: right;
}

.toolbar-item-search input {
    margin: 0px;
    padding: 2px;
    border: 1px solid #64d641;
    color: #3d8228;
    background-color: #afff96;
    width: 160px;
}

.toolbar-item a, .toolbar-item a:visited {
	color: #fff;
	text-decoration: none;
}

.toolbar-item a .INSIDE, .toolbar-item a:visited .INSIDE {
    padding: 13px 11px 12px 9px;
    text-decoration: none;
}

.toolbar-item a:hover {
    color: #fff;
    text-decoration: none;
	background: url(../images/index-box-MENU-LEFT.png) scroll top left no-repeat;
}

.toolbar-item a:hover .INSIDE {
	background: url(../images/index-box-MENU-RIGHT.png) scroll top right no-repeat;
    padding: 14px 10px 11px 10px;
}

.notification a {
    color: #ffaaaa;
}

.notification a:hover {
    color: #ffcccc;
    padding: 2px 0px 0px 2px;
    text-decoration: none;
}

