@charset "utf-8";
/* CSS Document */

.menu
{
text-align: center;
font-family: tahoma;
font-size: 11px;
color: #FFFFFF;
width: 900px;
}

.menu_top
{
height: 47px;
width:900px;
}

.menu_gap
{
width: 21px
}

.menu1
{
height: 34px;
width: 285px;
}

.menu2
{
height: 23px;
width: 55px;
padding-bottom: 7px;
}

.menu3
{
height: 23px;
width: 117px;
padding-bottom: 7px;
}

.menu4
{
height: 23px;
width: 113px;
padding-bottom: 7px;
}

.menu5
{
height: 23px;
width: 84px;
padding-bottom: 7px;
}

.menu6
{
height: 23px;
width: 84px;
padding-bottom: 7px;
}

.menu7
{
height: 23px;
width: 76px;
padding-bottom: 7px;
}

.link
{
color: #FFFFFF;
text-decoration: none;
display: block;
width: 100%;
height: 100%;
padding-top: 23px;
}

.link:visited
{
color: #FFFFFF;
text-decoration: none;
display: block;
width: 100%;
height: 100%;
background-color: transparent;
}

.link:hover
{
color: #FFFFFF;
background-color: #DE0023;
text-decoration: none;
display: block;
width: 100%;
height: 100%;
font-weight: bold;;
}

.link_selected
{
padding-top: 23px;
color: #FFFFFF;
text-decoration: none;
display: block;
width: 100%;
height: 100%;
background-color: #DE0023;
font-weight: bold;
cursor: default;
}

.DropDownMenu {
	font-family: tahoma;
	font-size: 11px;
	color: #a2a2a2;
	background-color: #000000;
	padding: 10px;
	border: 1px solid #FFFFFF;
}

.DropDownLink {
	color: #FFFFFF;
	text-decoration: none;
}

.DropDownLink:hover {
font-weight: bold;
}