﻿.OfficeMenu { }

/************* Office Menu Items  *************/

.OfficeMenuItems {
	font-family:"Arial";
	font-weight:bold;
	font-size:9pt;
	cursor:pointer;
	color:#94272b;
	height:27px;
	background-image:url("../Menu/Images/Button.png");
	background-repeat:repeat-x;
	padding-right:8;
	padding-top:2;
	text-align:center;	
}

.OfficeMenuItem {
	width:113px;
	height:27px;
	margin-left:6px;
	text-align:center;
	padding-bottom:2;
}

.OfficeMenuItem img { padding:6px 0px 6px 6px; }

.OfficeMenuItemHover {
	width:113px;
	height:27px;
	margin-left:6px;
	cursor:pointer;
	text-align:center;
	padding-bottom:2;
	color:Black;
}

.OfficeMenuItemHover img { padding:6px 0px 6px 6px; }

.OfficeMenuItemMore {
	width:124px;
	height:20px;
	background-position:center;
	background-image:url("../Menu/Images/MenuDrop.png");
	background-repeat:no-repeat;
	font-family:"Arial";
	font-weight:bold;
	font-size:8pt;
	cursor:pointer;
	color:#94272b;
	text-align:center;
}

.OfficeMenuItemMore img { padding:6px 0px 6px 6px; }

.OfficeMenuItemMoreHover {
	width:120px;
	height:20px;
	background-position:center;
	background-image:url("../Menu/Images/MenuDrop.png");
	background-repeat:no-repeat;
	font-family:"Arial";
	font-weight:bold;
	font-size:8pt;
	cursor:pointer;
	color:Black;
	text-align:center;
}

.OfficeMenuItemMoreHover img { padding:6px 0px 6px 6px; }

.OfficeMenuItemMoreRound {
	width:105px;
	height:13px;
	background-color:transparent;
	background-position:center;
	background-image:url("../Menu/Images/MenuDropRound.png");
	background-repeat:no-repeat;
	cursor:pointer;
}

.OfficeMenuItemMoreRound img {  padding:6px 0px 6px 6px; }

.OfficeMenuItemMoreHoverRound {
	width:105px;
	height:13px;
	background-color:transparent;
	background-position:center;
	background-image:url("../Menu/Images/MenuDropRound.png");	
	background-repeat:no-repeat;
	cursor:pointer;
}

.OfficeMenuItemMoreHoverRound img { padding:6px 0px 6px 6px; }

.OfficeMenuItemMoreShadow {
	width:105px;
	height:4px;
	background-color:transparent;
	background-position:center;
	background-image:url("../Menu/Images/MenuDropShadow.png");
	background-repeat:no-repeat;
	cursor:pointer;
}

.OfficeMenuItemMoreShadow img {  padding:6px 0px 6px 6px; }

.OfficeMenuItemMoreHoverShadow {
	width:105px;
	height:4px;
	background-color:transparent;
	background-position:center;
	background-image:url("../Menu/Images/MenuDropShadow.png");	
	background-repeat:no-repeat;
	cursor:pointer;
}

.OfficeMenuItemMoreHoverShadow img { padding:6px 0px 6px 6px; }

span.Underline { text-decoration:underline; }

.OfficeMenuSeparator {
	width:114px;
	height:2px;
	display:block;
	margin-left:6px;
}
