.box .content .tabmenu {
	display : inline-table;
	/*background : url(../gfx/tabs.gif) repeat-x left top;*/
	/*margin : 0;*/
	margin-top: 0px;
	padding-top: 5px;
	background: #FFF;
	border-top: 1px solid #EEE;
	height : 29px;
	width: 100%;
}

.box .content .tabmenu ul {
	display : inline-block;
	margin : 0;
	padding : 0;
	list-style : none;
	width : 100%;
}

.box .content .tabmenu ul li {
	float : left;
	background : none;
	border-right : 1px solid #dcdcdc;
	padding : 0;
}

.box .content .tabmenu ul li a {
	position: relative;
	padding: 4px 10px 4px 10px;
	border: 1px solid #e6e6e6;
	background: #fcfcfc url(../images/btn_bgtile.gif) repeat-x;
	font-size: 11px;
	color: #0078bd;
	margin: 0px 0 5px 2px;
	text-decoration: none;
}

.box .content .tabmenu ul li a:hover, .box .content .tabmenu ul li a:active, .box .content .tabmenu ul li.ui-tabs-selected a {
	border: 1px solid #a6daee;
	background:#f3fbfe url(../images/btn_bgtile_ovr.gif) repeat-x;
	color:#005a8c;
	font-weight: 600;
	font-size: 11px;
}

.box .content .tab {
	display : block;
	background : url(../gfx/tabs.gif) repeat-x left -60px #FFFFFF;
	padding : 0px;
}

.box .content .tab.nopadding {
	padding : 0;
}

.box .content .ui-tabs-hide {
	display : none;
}

#wrapper #container .section .box .togglemenu ul li {
	line-height : 18px;
}

#wrapper #container .section .box .togglemenu ul li.title {
	outline : none;
	cursor : pointer;
	border-top : 1px solid #e6e6e6;
	font : 12px/1.1em Arial;
	color: #737272;
	text-transform : none;
}

#wrapper #container .section .box .togglemenu ul li.title.ui-state-active {
	color: #000000;
}