﻿
.menuItemTemplate { height: 28px; cursor: pointer;}
.menuItemTemplateSeparator { background: url(../../_images/adminMuItemSeparator.png) center no-repeat; height: 28px; width: 6px; }
.menuItemTemplateSeparatorDotted { background: url(../../_images/adminMuItemSeparatorDot.gif) center no-repeat; height: 28px; width: 6px; }

.menuItemContainer { padding: 2px 0px 0px 0px; }
.menuItem {float: left; min-width: 40px;  text-align: center; padding: 6px 0px 0px 0px; height: 22px; text-decoration: none; }
.menuItemLeft {float: left; width: 4px; height: 28px;  }
.menuItemRight {float: left; width: 4px; height: 28px;  }

.menuItemText { font-size: 1em; height: 12px; vertical-align: middle; padding-top: 1px; color: #666666}

.menuItemHighlight {float: left; min-width: 40px; text-align: center; padding: 6px 0px 0px 0px; height: 22px; 
											background: url(../../_images/adminMenuSprite.png) repeat-x center;}
.menuItemLeftHighlight {float: left;  background: url(../../_images/adminMenuSprite.png) left; width: 4px; height: 28px;  }
.menuItemRightHighlight {float: left;  background: url(../../_images/adminMenuSprite.png) right; width: 4px; height: 28px;  }

