.beam-outlook{
	overflow : hidden;
	text-align : left;
	background : #FFF;
}
.beam-outlook>.menu{
	/*border-left : 1px solid #6593CF;
	border-right : 1px solid #6593CF;
	*/
	width : auto;
}
.beam-outlook>.menu.on{
	border-bottom : 1px solid #6593CF;
}
.beam-outlook>.menu>.head{
	overflow : hidden;
	height : 25px;
	line-height : 25px;
	/*text-indent : 5px;*/
	cursor : pointer;
	border-bottom : 1px solid #6593CF;
	background : url(images/outlook_head.png) repeat-x;
}
.beam-outlook>.menu.on>.head{
	background : url(images/outlook_onhead.png) repeat-x;
}
.beam-outlook>.menu>.head>.icon{
	float : left;
	width : 16px;
	height : 16px;
	overflow : hidden;
	margin : 4px 3px 4px 5px;
	background : url(images/outlook_icon.png);
}
.beam-outlook>.menu>.head>.caption{
	height : 100%;
}
.beam-outlook>.menu>.head:hover{
	background : url(images/outlook_hoverhead.png) repeat-x;
}
.beam-outlook>.menu:first-child>.head{
	border-top : 1px solid #6593CF;
}
.beam-outlook>.menu>.box{
	overflow : hidden;
	width : 100%;
	height : 0;
}