﻿#topmenu 
{
    display: block;
    float: left;
	background-image:url(../images/TLex_MenuBNGD.png);
	background-repeat:repeat-x;
	height:35px;
    width: 1022px;
    text-align: center;
    border-right: solid 1px #005397;
    border-left: solid 1px #005397;
    text-align: center;
}

#topmenu ul {
    display: block;
    float: left;
	list-style-type: none;
	margin-left: 60px;
	text-align: center;
}

#topmenu li {
	float: left;
}

#topmenu .menu_choice 
{
	margin-top: 10px;
	padding: 0px;
	text-align: center;
}

#topmenu .menu_choice a {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	white-space: nowrap;
	text-align: center;
}

#topmenu .menu_choice a:hover {
    text-decoration: underline;
}

#topmenu .menu_spacer {
	background-image:url(../images/TLex_Mspacer.png);
    background-position: left -2px;
	display: block;
	width: 4px;
	height: 30px;
	margin-right: 30px;
	margin-left: 30px;
}