@charset "utf-8";
.menu {
	position:relative;
	width:540px;
	height:60px;
	padding-bottom:1px;
	margin-bottom: 10px;
	float:left;
}

* html .menu {padding-bottom:0;}

.menu ul{
list-style-type:none;
padding:0;
margin:0 0 0 20px;
width:540px;
height:100%;
}

.menu li{
float:left;
}

.menu table{
position:absolute;
left:0;
top:0;
}

.menu ul li a, .menu ul li a:visited {
color:#fff;
text-decoration:none;
}
.menu a em.lft, .menu :visited em.lft {
display:block;
float:left;
width:5px;
height:26px;
background: transparent url(images/lefta.gif);
}
.menu a b, .menu :visited b {
display:block;
font-weight:normal;
float:left;
padding:0 10px;
height:26px;line-height:24px;
background: transparent url(images/mida.gif);
cursor:pointer;
}
.menu a em.rgt, .menu :visited em.rgt {
display:block;
float:left;
width:5px;
height:26px;
background: transparent url(images/righta.gif);
}

.menu ul ul {
visibility:hidden;
position:absolute;
height:26px;
top:26px;
left:-20px;
width:500px;
border: none;
}

.menu :hover {
white-space:normal;
}

.menu a:hover b {
color:#000;
background: transparent url(images/midb.gif);
border: none;
}
.menu a:hover em.lft {
background: transparent url(images/leftb.gif);
border: none;
}
.menu a:hover em.rgt {
background: transparent url(images/rightb.gif);
border: none;
}

.menu li:hover > a b
{
	color:#000;
	background: transparent url(images/midb.gif);
	height:30px;
}
.menu li:hover > a em.lft {
background: transparent url(images/leftb.gif);
height:30px;
}
.menu li:hover > a em.rgt {
background: transparent url(images/rightb.gif);
height:30px;
}
.menu ul li:hover ul,
.menu ul a:hover ul{
display:block;
visibility:visible;
top:26px;
padding-top:4px;
border: none;
}

.menu ul :hover ul li {
	display:block;
	height:26px;
}
.menu ul :hover ul li a {
	display:block;
	font-size:0.8em;
	height:26px;
	line-height:2.5em;
	width:auto;
	float:left;
	color:#990000;
	padding:0 10px;
}

.menu ul :hover ul li a:hover {
color:#c00;
}

.menu a em.nav-lft, .menu :visited em.nav-left {
	display:block;
	width:100%;
	height:26px;
	background-image: url(images/bg_nav_left.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-right: 15px;
	padding-left: 20px;
	line-height: 26px;
	font-size: 14px;
	font-style: normal;
}
.menu a em.nav-rgt, .menu :visited em.nav-rgt {
	display:block;
	width:65px;
	height:26px;
	background-image: url(images/bg_nav_right.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 20px;
	padding-left: 15px;
	line-height: 26px;
	font-size: 13px;
	font-style: normal;
}

.menu li:hover > a em.nav-lft {
background: transparent url(images/bg_nav_left_hover.gif);
border-bottom-color:#808AA6;
border-bottom-width: 4px;
}

 .menu a:hover em.nav-lft {
background: transparent url(images/bg_nav_left_hover.gif);
border-bottom-color:#808AA6;
border-bottom-width: 4px;
}

.menu li:hover > a em.nav-rgt {
background: transparent url(images/bg_nav_right_hover.gif);
border-bottom-color:#808AA6;
border-bottom-width: 4px;
}

 .menu a:hover em.nav-rgt {
background: transparent url(images/bg_nav_right_hover.gif);
border-bottom-color:#808AA6;
border-bottom-width: 4px;
}