﻿

#TopNavigation
{
	background-image:url(../../img/Style3/Nav/nav-apo-tile.gif);
	background-repeat:repeat-x;
	height:40px;
	padding-left:7px;
}

.topnav_item
{
	float:left;
	width:auto;
	cursor:pointer;
	height:40px;
}

.topnav_item_divider
{
	float:left;
	width:2px;
	height:40px;
	background-image:url(../../img/Style3/Nav/nav-apo-div.png);
	background-repeat:no-repeat;
	margin-left:6px;
	margin-right:6px;
}

.topnav_item_left, .topnav_item_left_selected, .topnav_item_left_hover
{
	float:left;
	width:2px;
	height:28px;
	margin-top:7px;	
}

/* adjust this width to change the size of the buttons */
.topnav_item_middle, .topnav_item_middle_selected, .topnav_item_middle_hover
{
	float:left;
	width:120px;  /*此屬性跟總寬TotalW相關*/
	height:28px;
	margin-top:7px;  
}

.topnav_item_right, .topnav_item_right_selected, .topnav_item_right_hover
{
	float:left;
	width:2px;
	height:28px;
	margin-top:7px;
}

.topnav_item_left_selected
{
	background-image:url(../../img/Style3/Nav/nav-apo-select-left.png);
}

.topnav_item_middle_selected
{
	background-image:url(../../img/Style3/Nav/nav-apo-select-tile.png);
}

.topnav_item_right_selected
{
	background-image:url(../../img/Style3/Nav/nav-apo-select-right.png);
}

.topnav_item_left_hover
{
	background-image:url(../../img/Style3/Nav/nav-apo-hover-left.png);
}

.topnav_item_middle_hover
{
	background-image:url(../../img/Style3/Nav/nav-apo-hover-tile.png);
}

.topnav_item_right_hover
{
	background-image:url(../../img/Style3/Nav/nav-apo-hover-right.png);
}

.topnav_item_text
{
	width:100%;
	text-align:center;
	line-height:28px;
}

.topnav_item a
{
	font-size:13px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
}

.topnav_item a:hover
{
	text-decoration:none;
}

#SubNavigation
{
    width: 100%; /*background-image:url(../../img/Style3/Nav/subnav-tile.gif);*/
    background-repeat: repeat-x;
    height: 30px;
    position: relative;
    opacity: 0.9;
    -khtml-opacity: 0.9;
    -moz-opacity: 0.9;
    z-index: 3;
}

.subnav
{
	position:absolute;
	
	/*height:200px;*/
	line-height:28px;
}

#subnav2
{
    /*background-color:White;*/
    color:Black;
	left:160px;
}

#subnav3
{
	left:300px;
}

#subnav4
{
	left:380px;
}

#subnav5
{
	left:600px;
}

#subnav6
{
	left:500px;
}

#subnav7
{
	right:54px;
}

.subnav_item
{
	float:left;
	background-color:White; padding:10px;
}

.subnav_item a
{
	font-size:12px;
	text-decoration:none;
	color:Black;
	
}

.subnav_item a:hover
{
	color:#D70023;
}

.subnav_item_divider
{
	float:left;
	/*margin-left:6px;
	margin-right:6px;*/
	font-size:11px;
	color:#333333;
}
.subnav_item_Title
{
 font-size:10pt; font-weight:900;
}

#Main
{
 display:table;
	border-collapse:collapse;
	width:977px;
	/*width:977px;*/ /* removed extra 4px on either side for shadow cells.*/
	margin-left: auto;
    margin-right: auto;	
}
#MainMid
{
	background-color:#ffffff;
}
.subitems
{
 padding-left:20px;
}
.sub_imgIcon
{
 border:0px;
}