﻿.Wrapper .main .menu
{	
	width: 950px;
	height: 30px;
	background-color: #ffffff;
	background-image: url(../Skins/menu1.gif);
	background-repeat: repeat-x;	
	font-size:12px;
}
.Wrapper .main .menu .menu_l
{
	width:10px;
	height:30px;
	background-image: url(../Skins/menu_l.gif);
	background-repeat: repeat;
	float:left;
}
.Wrapper .main .menu .menu_m
{
	width:930px;
	height:30px;
	background-image: url(../Skins/menu_m.gif);
	background-repeat: repeat-x;
	float:left;	
}
.Wrapper .main .menu .menu_r
{
	width:10px;
	height:30px;
	background-image: url(../Skins/menu_r.gif);
	background-repeat: repeat;
	float:left;
}
.Wrapper .main .menu .menu_m ul
{
	padding: 0;
	margin: 0;
	background-color: #750000;
	position:relative;
	z-index:1000000000;
}
.Wrapper .main .menu .menu_m ul li
{
	position: relative;
	float: left;
	list-style: none;
	margin-right: 1px;
	padding: 0;
	width: 150px;
	height: 30px;	
}
.Wrapper .main .menu .menu_m ul li a
{
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	font-size: 11px;
	color: #f1f1f1;	
}
.Wrapper .main .menu .menu_m ul li:hover
{
	background-color: #0967a9;
}
.Wrapper .main .menu .menu_m ul li ul li
{
	background-color: #0470bc;
	background-image: none;
	border-top: 1px solid #0d7ece;
}
.Wrapper .main .menu .menu_m ul li ul li:hover
{

}
.Wrapper .main .menu .menu_m ul li ul li a
{
	width: 140px;
	height: 20px;
	display: block;
	text-decoration: none;
	text-align: left;
	line-height: 30px;
	font-weight: bold;
	font-size: 10px;
	color: #f1f1f1;	
}
.Wrapper .main .menu .menu_m li a:hover
{
	background-position: bottom center;
}
.Wrapper .main .menu .menu_m ul ul
{
	position: absolute;
	width: 120px;
	visibility: hidden;
}
.Wrapper .main .menu .menu_m ul li:hover ul
{
	visibility: visible;
}


