.TopMenu { 	cursor: pointer; cursor: hand; margin-top: 5px; }

/* Level 0 */
div.TopMenu_container
{
	width: 770px;
	white-space: nowrap;
}

div.TopMenu
{
	white-space: nowrap;
}

div.TopMenu_0_Link_Container
{
	position: relative;
	float: left;
	width: 149px;
	height: 35px;
	text-align: center;
	padding-top: 7px;
	margin-right: 1px;
}
div.TopMenu_0_Link1_Container { background: transparent url(../img/MenuMain/level0-link0-bg.jpg) no-repeat left top; }
div.TopMenu_0_Link2_Container { background: transparent url(../img/MenuMain/level0-link1-bg.jpg) no-repeat left top; }
div.TopMenu_0_Link3_Container { background: transparent url(../img/MenuMain/level0-link2-bg.jpg) no-repeat left top; }
div.TopMenu_0_Link4_Container { background: transparent url(../img/MenuMain/level0-link3-bg.jpg) no-repeat left top; }
div.TopMenu_0_Link5_Container { background: transparent url(../img/MenuMain/level0-link4-bg.jpg) no-repeat left top; }
a.TopMenu_0_Link, a.TopMenu_0_Link_Selected
{
	font-weight: bold;
	font-size: 12px;
	color: white;
	text-decoration: none;
}
a.TopMenu_0_Link:hover
{
	text-decoration: underline;
}
a.TopMenu_0_Link_Selected
{
	text-decoration: underline;
	color: yellow;
}



/* Level 1 */
div.TopMenu_1_Container
{
	display: none;
	position: absolute;
	top: 35px;
	width: 1px;
}
div.TopMenu_1_Link_Container
{
	margin: 3px 5px 3px 5px;
	#padding-bottom: 3px; /* IE Only */
	white-space: nowrap;
}
a.TopMenu_1_Link, a.TopMenu_1_Link_Selected
{
	font-size: 12px;
	font-weight: bold;
	color: #386A9C;
	text-decoration: none;
}
a.TopMenu_1_Link:hover
{
	text-decoration: underline;
}
a.TopMenu_1_Link_Selected
{
	text-decoration: underline;
	color: black;
}
td.TopMenu_1_Container_Main { background: #A6CFF7 url(../img/MenuMain/level1-container-main-bg.gif) repeat-x left top; width: 1px; }
td.TopMenu_1_Container_Left_Bg { background: transparent url(../img/MenuMain/level1-container-left-bg.gif) repeat-y left top; height: 100%; }
div.TopMenu_1_Container_Left { background: transparent url(../img/MenuMain/level1-container-left.gif) no-repeat left top; width: 3px; height: 100%; }
td.TopMenu_1_Container_Right_Bg { background: transparent url(../img/MenuMain/level1-container-right-bg.gif) repeat-y left top; height: 100%; }
div.TopMenu_1_Container_Right { background: transparent url(../img/MenuMain/level1-container-right.gif) no-repeat left top; width: 3px; height: 100%; }
td.TopMenu_1_Container_Top_Left { background: transparent url(../img/MenuMain/level1-container-top-left.gif) no-repeat left top; }
div.TopMenu_1_Container_Top_Left { width: 3px; height: 3px; }
td.TopMenu_1_Container_Top_Center { background: transparent url(../img/MenuMain/level1-container-top-center-bg.gif) repeat-x left top; }
div.TopMenu_1_Container_Top_Center { height: 3px; }
td.TopMenu_1_Container_Top_Right { background: transparent url(../img/MenuMain/level1-container-top-right.gif) no-repeat left top; }
div.TopMenu_1_Container_Top_Right { width: 3px; height: 3px; }
div.TopMenu_1_Container_Bottom_Left { background: transparent url(../img/MenuMain/level1-container-bottom-left.gif) no-repeat left top; width: 3px; height: 3px; }
td.TopMenu_1_Container_Bottom_Center { background: transparent url(../img/MenuMain/level1-container-bottom-center-bg.gif) repeat-x left top; height: 3px; }
div.TopMenu_1_Container_Bottom_Right { background: transparent url(../img/MenuMain/level1-container-bottom-right.gif) no-repeat left top; width: 3px; height: 3px; }
div.TopMenu_1_More_Icon { background: transparent url(../img/MenuMain/level1-submenu_icon.gif) no-repeat left top; width: 8px; height: 8px; }


/* Level 2 */
div.TopMenu_2_Container
{
	display: none;
	position: absolute;
	margin-left: -15px;
	padding-left: 10px;
	margin-top: -3px;
}

