﻿.menu_bg
{
	background:url('../images/menu_bg.gif');
	width:100%;
	height:29px;
	padding-left: 10px;
}
.menu_1
{
	background:url('../images/menu_1.gif');
	text-align: center;
	width:50px;
	height:29px;
	color: #0055aa;
	float:left;
	cursor:pointer;
	/*line-height:29px;*/
}
.menu_2
{
	background:url('../images/menu_2.gif');
	text-align: center;
	width:70px;
	height:29px;
	color: #0055aa;
	float:left;
	cursor:pointer;
}
.menu_3
{
	background:url('../images/menu_3.gif');
	text-align: center;
	width:50px;
	height:29px;
	color: white;
	float:left;
	cursor:pointer;
}
.menu_4
{
	background:url('../images/menu_4.gif');
	text-align: center;
	width:70px;
	height:29px;
	color: white;
	float:left;
	cursor:pointer;
}
.menu_5
{
	background:url('../images/menu_5.gif');
	text-align: center;
	width:88px;
	height:29px;
	color: #0055aa;
	float:left;
	cursor:pointer;
}
.menu_6
{
	background:url('../images/menu_6.gif');
	text-align: center;
	width:88px;
	height:29px;
	color: white;
	float:left;
	cursor:pointer;
}
.menu_1 span
{
	position: relative;
	top: 8px;
}
.menu_2 span
{
	position: relative;
	top: 8px;
}
.menu_3 span
{
	position: relative;
	top: 8px;
}
.menu_4 span
{
	position: relative;
	top: 8px;
}
.menu_5 span
{
	position: relative;
	top: 8px;
}
.menu_6 span
{
	position: relative;
	top: 8px;
}
.menu_pointer
{
	font-size:14px;
    cursor: pointer;
	padding-top:2px;
    padding-right:85px;
	float:right;
	
}
.menu_pointer span
{
	position:absolute;
    padding-left:3px;
	color:white;
	font-family:Verdana;
	font-weight:bold;
	width:80px;
	filter:progid:DXImageTransform.Microsoft.Shadow(Color="#FA3986", Direction="135")wave(Add="0", Phase="4", Freq="9", LightStrength="20", Strength="1") ; 
}
.title_show
{
	position:absolute;
    padding-left:10px;
	color:white;
	font-family:Verdana;
	font-weight:bold;
	width:500px;
	filter:progid:DXImageTransform.Microsoft.Shadow(Color="#FA3986", Direction="135")wave(Add="0", Phase="4", Freq="9", LightStrength="20", Strength="1") ; 
}
.navigator
{
    background:url('../images/menu_navigator.gif');
	width:100%;
	height:30px;
    text-align:left;
    color: #E2E198;
}