/* .pk_menubar_l { background:url(../images/pk_menubar_green.jpg) repeat-x; height:30px; width:788px; } */
.pk_menubar_l { background:url(../images/pk_menubar_green.jpg) repeat-x; height:30px; width:583px; }
.pk_menubar_c { background:url(../images/pk_menubar_green.jpg) repeat-x; height:30px; width:205px; }
.pk_menubar_gap { background:url(../images/pk_menubar_gap.jpg) no-repeat; height:30px; width:2px; }
.pk_menubar_r { background:url(../images/pk_menubar_pink.jpg) repeat-x; height:30px; width:98px; }

.pk_menubar_full { background:url(../images/pk_menubar_green.jpg) repeat-x; height:30px; width:865px; }

#menubar_full{
float: left;
display: block;
font: bold 11px Arial;
line-height:10px;
color: #999999;
text-decoration: none;
margin: auto 1px; /*Outside tag Margin between each menu item*/
padding: 7px 10px; /* Inside tag Padding for each menu item */
}

/*
#menubar{
float:left;
margin:0;
padding:0;
}
*/

#menubar ul{
margin-left: 10px; /*margin between first menu item and left browser edge for list*/
margin-right: 10px; /*margin between last menu item and right browser edge for list*/
margin-top: 4px;
list-style: none;
}

#menubar li{
display: inline;
}

#menubar a{
float: left;
display: block;
font: bold 11px Arial;
line-height:10px;
color: #999999;
text-decoration: none;
margin: auto 1px; /*Outside tag Margin between each menu item*/
padding: 8px 10px; /* Inside tag Padding for each menu item */
}

#menubar #menubar_current a{ /*currently selected tab*/
background-color: #ffffff;
color: #999999;
}

#menubar a.checkout {
/* padding: 8px 4px; /* right padding */
color: #ffffff;
float:left; /* right toolbar items */
}

#menubar a.contact {
/* padding: 8px 8px; /* right padding */
float:right; /* right toolbar items */
}

#menubar a.main_items:hover{
background-color: #ffffff;
color: #999999;
}

#menubar a.checkout:hover {
text-decoration:underline;
}

#menubar a.contact:hover {
text-decoration:underline;
}

