.top_menu {
	float: left;
}
.right_side {
	width: 9px;
	height: 27px;
	background: url(../images/c_search_left.gif) right top no-repeat;
}
.top_menu .right_side {
	width: 4px;
	height: 27px;
	background: url(../images/top_menu_bg_r.gif) right top no-repeat;
}
.top_menu .left_side {
	width: 4px;
	height: 27px;
	background: url(../images/top_menu_bg_l.gif) left top no-repeat;
}
.top_menu .tab { 
	margin: 0; display: table-cell; 
	//display: inline-block; //margin-right: 1px;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
} 
.top_menu .dlm { 
	background: url(../images/top_menu_dlm.gif) left top no-repeat; display: table-cell; width: 2px;
} 
.top_menu .tab a {
	color: #fff;
	text-decoration: none;
	font-family: sans-serif, "Microsoft Sans Serif", "MS Sans Serif", "Lucida Sans", Helvetica !important;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
.top_menu .tab a:hover {
	color: #f3e11d;
}
.top_menu .tab img {
	vertical-align: middle;
}
.top_menu .tab .fade_l {
	background: url(../images/top_menu_l.gif) top repeat-x;
	margin-right: 14px;
	//margin-top: -1px;
	width: 4px;
	height: 27px;
	//height: 28px;
}
.top_menu .tab .fade_r {
	background: url(../images/top_menu_r.gif) top repeat-x;
	margin-left: 14px;
	//margin-top: -1px;
	width: 4px;
	height: 27px;
	//height: 28px;
}
.top_menu .tab:hover {
	background: #dc0000;
}
.top_menu .tab:hover .fade_l {
	background: url(../images/top_menu_l_hover.gif) top repeat-x;
}
.top_menu .tab:hover .fade_r {
	background: url(../images/top_menu_r_hover.gif) top repeat-x;
}

.top_menu .tab .dpdn_container {
	position: absolute;
	display: none;
}
.top_menu .tab:hover .dpdn_container {
	display: block;
}
.top_menu .tab .dpdn {
	margin-top: 22px;
	margin-left: -6px;
}
.sdw_frame td.tl, .sdw_frame td.tr, .sdw_frame td.bl, .sdw_frame td.br {width: 10px; height: 10px;}
.sdw_frame td.tl {background: url(../images/dpdn_tl.png);}
.sdw_frame td.tr {background: url(../images/dpdn_tr.png);}
.sdw_frame td.bl {background: url(../images/dpdn_bl.png);}
.sdw_frame td.br {background: url(../images/dpdn_br.png);}
.sdw_frame td.top {background: url(../images/dpdn_top.png);}
.sdw_frame td.btm {background: url(../images/dpdn_btm.png);}
.sdw_frame td.left {background: url(../images/dpdn_left.png);}
.sdw_frame td.right {background: url(../images/dpdn_right.png);}

.sdw_frame ul li a {
	font-family: "Microsoft Sans Serif", "MS Sans Serif", "Lucida Sans", Helvetica, sans-serif !important;
	font-size: 11px !important;
	font-weight: normal !important;
}

.top_menu .tab .dpdn ul {
	list-style: none;
	margin: 0;
	padding: 0 14px 3px 10px;
	background: #dc0000;
}
.top_menu .tab .dpdn ul li {
	margin: 0;
	padding: 5px;
	border-bottom: 1px dashed #ddd;
	text-align: left;
}
.top_menu .tab .dpdn ul li.last_one {
	border-bottom: none;
}
.top_menu .tab .dpdn ul li:hover {
	background: #f00802;
	padding: 5px 4px 5px 6px;
}
.top_menu .tab .dpdn ul a {
	white-space: nowrap;
}
