#mainMenu {
	list-style-type: none;
	height: 45px;
	background: url("/images/img/bg_mainmenu.png") repeat-x center top;
	border-bottom: solid 1px #4b89b9;
}
#mainMenu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	z-index: 200;
	position: absolute;
	display: none;
	border-top: solid 1px #e0efff;
	border-left: solid 1px #e0efff;
	background-color: #FFFFFF;
	top: 44px;
	left: -2px;
	width: 125px;
}
#mainMenu li {
	position: relative;
	margin: 0px;
	display: block;
	float: left;
	width: 125px;
}
#mainMenu a {
	display: inline-block;
	width: 125px;
	height: 45px;
	line-height: 45px;
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #123468;
	text-decoration: none;
	vertical-align: top;
	text-align: center;
}
#mainMenu a b {
	display: block;
	height: 45px;
	line-height: 45px;
	background: url("/images/img/bg_mmdiv.png") no-repeat right center;
	cursor: pointer;
}
#mainMenu a:hover, #mainMenu .current a {
	color: #fff;
	background: url("/images/img/bg_mainmenu.png") repeat-x center bottom;
}
#mainMenu .current ul a {
	color: #3067AA;
	background-image: none;
}
#mainMenu .store b {
	background: none;
}
#mainMenu ul a {
	line-height:normal;
	text-transform:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: auto;
	text-align: left;
	font-weight: normal;
	color: #3067aa;
	padding: 4px 18px 4px 0px;
	border-left: solid 3px #5298d4;
	width: 104px;
}
#mainMenu ul a:hover {
	background-image:none;
	color: #143c6d;
	font-weight: bold;
	border-left: solid 3px #bc3901;
}
#mainMenu ul a b {
	line-height: normal;
	height: auto;
	background: none;
	font-weight: normal;
	padding-left: 10px;
}
#mainMenu ul a:hover b {
	font-weight: normal !important;
}
#mainMenu ul li {
	width: 124px;
	height: auto;
	border-right: solid 1px #e0efff;
	border-bottom: solid 1px #e0efff;
	background-color: #f1f8ff;
}
#mainMenu ul .menu_arrow a, #mainMenu ul .menu_arrow a:hover {
	background-image: url(/images/img/menu_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#mainMenu ul ul {
	/*display: none;*/
	position: absolute;
	left: 124px;
	top: 44px;
}
#mainMenu ul ul li{
	background-color: #FFFFFF;
}
#mainMenu ul ul li a{
	font-size: 11px;
	background-color: #FFFFFF;
	width: auto;
	padding-left: 10px;
	border-left: none;
}
#mainMenu ul ul li a:hover{
	font-weight: normal;
	color: #bc3b01;
	border-left: none;
}
#mainMenu ul li:hover {
	background-color: #FFFFFF;
}
#mainMenu ul .menu_arrow ul a, #mainMenu ul .menu_arrow ul a:hover{
	background-image: none;
}
#mainMenu ul li>ul, #mainMenu ul ul li>ul {
	margin-top: -45px;
}
/* IE 6 ? */
#mainMenu ul li ul, #mainMenu ul ul li ul {
	margin-top: -45px;
}
#mainMenu li:hover ul ul, #mainMenu li:hover ul ul ul, #mainMenu li:hover ul ul ul ul, #mainMenu li:hover ul ul ul ul ul {
	display: none;
}
#mainMenu li:hover ul, #mainMenu ul li:hover ul, #mainMenu ul ul li:hover ul, #mainMenu ul ul ul li:hover ul, #mainMenu ul ul ul ul li:hover ul {
	display: block;
}
li>ul {
	top: auto;
	left: auto;
}