﻿#menu {
	padding-left:40px; width:962px;
	height: 33px;
	margin: 0 auto;
	background-image: url('../images/menu.gif');
}
a.mainmenu{
	color: white; font-size:14px;	text-decoration: none;	font-weight: bold; text-align:center;
	float:left; width:100px; height:33px; line-height:33px;
}
a.mainmenu:hover{
	color:#ffff00;
}
.menu_break{
	float:left; height:32px; width:1px; background:url('menu_break.gif');
}
#mainmenu{
	margin:0; padding:0; height:33px;
}
#popmenu
{
	margin-top: 0; padding: 0; z-index: 30; position: relative; height:0px; z-index:101;
}
#popmenu div
{
	position: absolute;	width:110px; top:0px; padding-top:0px;
	background: #0666A4; visibility: hidden;
}

#popmenu div a
{
	position: relative; line-height:100%; display: block; padding: 8px 10px; font-size:12px; border-bottom:1px #fff solid;
	text-align: center;text-decoration: none;background: #0666A4;color: #fff; font-weight:normal;
}
#popmenu div a:hover
{
	background: #49A3FF;color: #ffff00;
}
