/*
	Menu are placed inside a box and thus has all the classes from box also
*/

.office_box_menu {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	padding-top: 2px;
	margin-top: 2px;
	background-color: transparent;
}

.office_box_menu_top_row {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	display: none;

}

.office_box_menu_top_left {
	margin: 0px;
}

.office_box_menu_top_center {
	padding-left: 5px;
}

.office_box_menu_top_right {
}

.office_box_menu_center_row {
	padding: 0px;
	margin: 0px;
}

.office_box_menu_center_left {
	padding: 0px;
	margin: 0px;
	width: 0px;
}

.office_box_menu_center_center {
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
	vertical-align: top;
}

.office_box_menu_bottom_row {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 5px;
}

.office_box_menu_bottom_left {
	padding: 0px;
	margin: 0px;
	width: 0px;
}

.office_box_menu_inner_table {
	padding: 0px;
	margin: 0px;
	width: 100%;
}

.office_box_menu_inner_table_row {
	padding: 0px;
	margin: 0px;
}

.office_box_menu_inner_table_cell {
	margin: 0px;
	padding: 0px;
	width: 100%;
}


/* Menu Item classes */
.office_box_menu_icon {
	margin-top: 2px;
}

.office_box_menu_icon_container{
	width: 24px;
}

.office_box_menu_link_container {
	vertical-align: top;
	padding-left: 4px;
	padding-top: 8px;
}

div.office_box_menu_menu_item_divcontainer, div.office_box_menu_menu_item_selected_divcontainer {
	margin-top: 10px;
	border:	1px solid #fff;
	height: 30px;
}

div.office_box_menu_menu_item_divcontainer_marginonly {
	margin-top: 10px;
}

div.office_box_menu_menu_item_divcontainer:hover, div.office_box_menu_menu_item_selected_divcontainer:hover {
	margin-top: 10px;
	border:	1px solid #3169C6; 
	background-color:	#C6D3EF;
}

div.office_box_menu_menu_item_divcontainer_on, div.office_box_menu_menu_item_selected_divcontainer_on {
	margin-top: 10px;
	border:	1px solid #3169C6; 
	background-color:	#C6D3EF;
	height: 30px;
}

div.office_box_menu_menu_item_divcontainer_off, div.office_box_menu_menu_item_selected_divcontainer_off {
	margin-top: 10px;
	border:	1px solid #fff;
	height: 30px;
}

.office_box_menu_menu_item {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	width: 100%;
	padding:	0px;
	background-color:	transparent;
	white-space:	nowrap;
}

.office_box_menu_menu_icon {
	vertical-align:middle;
	width: 24px;
	margin-right: 8px;	
	white-space:	nowrap;
}

a.office_box_menu_menu_item {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	width: 100%;
	text-decoration:none;
	color: #000000;
	background-color:	inherit;
	white-space:	nowrap;
}

.office_box_menu_menu_item_selected {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	width: 100%;
	padding:	0px;
	border:		0;
	white-space:	nowrap;
}

a.office_box_menu_menu_item_selected:hover {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	width: 100%;
	padding:	0px;
	border:		0;
	white-space:	nowrap;
	background-color:	#C6D3EF;
}

a.office_box_menu_menu_item_selected {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	width: 100%;
	text-decoration:none;
	color: #000000;
	background-color:	inherit;
	white-space:	nowrap;
}

a.office_box_menu_menu_item_selected:hover {
	width: 100%;
	background-color: #C6D3EF;
}



.office_box_menu_bar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 0px;
	white-space: nowrap;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	BACKGROUND-COLOR: #0F114D;
	color: #FFFFFF;
	width: 100%;
}

.office_box_menu_bar_item {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	cursor: pointer;
	cursor: hand;
	width: 98px;
	height: 15px;
	white-space: nowrap;
	text-align: center;
	BORDER-RIGHT: 1px solid #000003;
	BORDER-TOP: 1px solid #336699;
	BORDER-BOTTOM: 1px solid #000003;
}

.office_box_menu_bar_item_first {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	cursor: pointer;
	cursor: hand;
	width: 99px;
	white-space: nowrap;
	text-align: center;
	BORDER-RIGHT: 1px solid #000003;
	BORDER-TOP: 1px solid #336699;
	BORDER-BOTTOM: 1px solid #000003;
}

.office_box_menu_bar_item_last {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	cursor: pointer;
	cursor: hand;
	width: 99px;
	white-space: nowrap;
	text-align: center;
	BORDER-RIGHT: 1px solid #000003;
	BORDER-TOP: 1px solid #336699;
	BORDER-BOTTOM: 1px solid #000003;
}

.office_box_menu_bar_item_selected {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	cursor: pointer;
	cursor: hand;
	width: 100px;
	color: #FFFFFF;
	background-color: #CC0000;
	white-space: nowrap;
	text-align: center;
	font-weight: bold;
	BORDER-RIGHT: #003 1px solid;
	BORDER-TOP: #EE0000 1px solid;
	BORDER-LEFT: medium none;
	BORDER-BOTTOM: #550000 1px solid;
}

.office_box_menu_bar_item_tail {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 100%;
}

.office_box_menu_top_menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 30px;
	padding: 5px;
	white-space: nowrap;
	background-color : #efebde;
	background-repeat: no-repeat;
}

.office_box_menu_top_menu_item {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	text-transform: uppercase;
	margin: 3px;
	padding: 2px 15px 2px 15px;
	color: #000000;
	background : #efebde;
	white-space: nowrap;
}

.office_box_menu_top_menu_item:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}


.office_box_menu_status {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	width: 90%;
}

.office_box_menu_status_item {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	cursor: pointer;
	cursor: hand;
	white-space: nowrap;
	text-align: center;
}

.office_box_menu_status_item_first {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	cursor: pointer;
	cursor: hand;
	white-space: nowrap;
	text-align: center;
}

.office_box_menu_status_item_last {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	cursor: pointer;
	cursor: hand;
	white-space: nowrap;
	text-align: center;
}

.office_box_menu_status_item_selected {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	cursor: pointer;
	cursor: hand;
	white-space: nowrap;
	text-align: center;
	font-weight: bold;
}


/* Custom created menuitems */

.office_box_menu_item_special {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-top: 2px;
	padding-left: 5px;
	margin-bottom: 5px;
	text-decoration: none;
	width: 100%;
	color: #CC3A1F;
}

.office_box_menu_item_special:hover {
	background-color: #FFE5D6;
	font-weight: bold;
	text-decoration: none;
}
