
/* Frame Container */
#frame-container {
	width:99%;
	height:auto;
	margin:0 auto;
	position: absolute;
	
	
	
}

#ribbon-container {
	width:899px;
	height:108px;
	text-align:left;
	position: absolute;
	}

.l {
	width:5px;
	height:108px;
	float:left;
	background-color: transparent;
	background-image: url(images/frame_left_background.gif);
	background-repeat: no-repeat;
}
.m {
	width:887px;
	height:108px;
	float:left;
	background-color: transparent;
	background-image: url(images/frame_middle_background.jpg);
	background-repeat: repeat-x;
}
.r {
	width:5px;
	height:108px;
	float:left;
	background-color: transparent;
	background-image: url(images/frame_right_background.gif);
	background-repeat: no-repeat;
}

.ribbon-collapsed { left:-2000px; }
.ribbon-expanded { left:auto; z-index:999; }

#frame-container #frame {
	height:108px;
	overflow:hidden;
}

#frame-container iframe.menu-extended {
	border:0;
	width:980px;
	height:275px !important;
	overflow:hidden;
}
#RibbonBar {
	height:auto;
	margin:0 auto;
	position:  absolute;
	top:149px;
	width:100%;
	
	
}

/**********************************************************
	Groups
***********************************************************/
#grp {
	height:94px;
	float:left;
	font-size:11px;
	margin-top: 6px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 4px;
}
 .left {
	width:6px;
	height:94px;
	float:left;
	background-color: transparent;
	background-image: url(images/group_left.jpg);
	background-repeat: no-repeat;
}
 .middle{
	width:auto;
	height:94px;
	float:left;
	text-align:center;
	position:relative;
	background-color: transparent;
	background-image: url(images/group_middle.jpg);
	background-repeat: repeat-x;
}
 .right {
	width:6px;
	height:94px;
	float:left;
	background-color: transparent;
	background-image: url(images/group_right.jpg);
	background-repeat: no-repeat;
}
.label
{
	position: absolute;
	float: none;
	margin: 0;
	left: 0;
	top: 80px;
	clear: both;
	text-align: center;
	display: block;
	width: 100%;
	font-family: Arial;
	font-size: 10px;
	font-variant: normal;
	color: #8ec9e7;
	padding-top: 1px;
	font-weight: bold;
}
.grp .content,.grp .links { float:left;height:74px; }
.separator 
{
	float:left;
	width:1px;
	height:68px;
	margin-top: 6px;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 3px;
	position: relative;
	background-color: #fff;
	background-image: url(images/separator.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-right: 10px;
	padding-left: 1px;
}
a.single .title { display:block;line-height:24px;margin:5px 0; }
a.double .title { display:block;line-height:24px;margin:5px 0; }

.caption { font-size:10px;color:#666;display:block;margin:0 5px;padding:1px 0; }

.navTitle
{
	
	font-size: 10px;
	font-weight: bolder;
	font-family: Arial;
	color: #666666;
}

.navDescription
{
	
	font-size: 9px;
	font-weight: bolder;
	font-family: Arial;
	color: #808080;
}