#TmenuSpace
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#TmenuSpace
{	
	width: auto;/*780px;*/
	height:66px;
}
#menuBarTop
{
	width:776px; 
	height:40px;
	margin:0 auto;
}
#menuBarBottom
{
	width:776px; 
	height:26px;
	margin:0 auto;
}
#menuBarLT
{
	width:40px;
	height:40px;
	background:url(../images/menuBarLT.png) no-repeat;
	float:left;
}
#menuBarLB
{
	width:40px;
	height:26px;
	background:url(../images/menuBarLB.png) no-repeat;
	float:left;
}
#menuBarRT
{
	width:40px;
	height:40px;
	background:url(../images/menuBarRT.png) no-repeat;
	float:right;
}
#menuBarRB
{
	width:40px;
	height:26px;
	background:url(../images/menuBarRB.png) no-repeat;
	float:right;
}
#menuBarBUnsel
{
	background:url(../images/menuBarUnselB.png) no-repeat;
	height:26px;
	width:116px;
	float:left;
}
#menuBarBSel
{
	background:url(../images/menuBarCurrB.png) no-repeat;
	height:26px;
	width:116px;
	float:left;
}
/* dynamic */

#topNav, #topNav ul
{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:40px;
}
#topNav a:link, #topNav a:active, #topNav a:visited
{
	text-align:center;
	width:116px;
	display:block;
	padding:0px 0px;
	color:#b2b2b2;
	text-decoration:none;
	background:url(../images/menuBarUnsel.png) no-repeat;
}
#topNav a:hover
{
	background:url(../images/menuBarSel.png) no-repeat;
	color:#FFFFFF;
}
#topNav ul
{
	line-height:25px;
}
#topNav ul a:link, #topNav ul a:active, #topNav ul a:visited
{
	text-align:left;
	width:165px;
	display:block;
	padding:0px 5px;
	color:#b2b2b2;
	text-decoration:none;
	background:url(../images/topSubMenu.png) no-repeat;
}
#topNav ul a:hover
{
	background:url(../images/topSubMenuSel.png) no-repeat;
	color:#FFFFFF;
}

#topNav ul
{
	display:none;
}
#topNav li
{
	position:relative;
	float:left;
}
#topNav ul
{
	position:absolute;
	display:none;
	z-index:100;
}




