@charset "utf-8";
/* CSS Document */



/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/drop_line.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.menu {
	position:relative;
	width:554px;
	height:24px;
	background:#004189;
	padding-bottom:1px;
	margin-bottom:20px;
	margin-top:38px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
}

* html .menu {padding-bottom:0;}

.menu ul{
list-style-type:none;
padding:0;
margin:0px 0px 0px 30px;
width:554px;
height:100%;
border-bottom:1px solid #CCE6FF;
}

.menu li{
float:right;
}

.menu table{
position:absolute;
border-collapse:collapse;
left:0;
top:0;
}

.menu a, .menu :visited {
color:#fff;
text-decoration:none;
}
.menu a em.lft, .menu :visited em.lft {
display:block;
float:right;
width:5px;
height:24px;
border-bottom:1px solid #CCE6FF;
}
.menu a b, .menu :visited b {
display:block;
font-weight:normal;
float:left;
padding:0 10px;
height:24px;
line-height:22px;
cursor:pointer;
border-bottom:1px solid #CCE6FF;
}
.menu a em.rgt, .menu :visited em.rgt {
display:block;
float:left;
width:5px;
height:2em;
border-bottom:1px solid #CCE6FF;
}

.menu ul ul {
visibility:hidden;
position:absolute;
height:24px;
top:10px;
left:-236px;
width:760px;
border-bottom:1px solid #FFFFFF;
border-right:1px solid #FFFFFF;
background:#CCE6FF;
}

.menu :hover {
white-space:normal;
}

.menu a:hover b {
color:#000;
border-bottom: 1px solid #CCE6FF;
}
.menu a:hover em.lft {
border-bottom: 1px solid #CCE6FF;
}
.menu a:hover em.rgt {
border-bottom-color:#CCE6FF;
}

.menu li:hover > a b
{
color:#000;
background-color:#CCE6FF;
border-bottom-color:#CCE6FF;
}
.menu li:hover > a em.lft {
border-bottom-color:#CCE6FF;
}
.menu li:hover > a em.rgt {
border-bottom-color:#CCE6FF;
}
.menu ul li:hover ul,
.menu ul a:hover ul{
display:block;
visibility:visible;
top:23px;
margin-top:1px;
}

.menu ul :hover ul li {
display:block; 
border-left:1px solid #CCE6FF; 
background:#CCE6FF; 
height:23px;
}
.menu ul :hover ul li a {
display:block; 
font-size:11px; 
height:23px; 
line-height:22px; 
width:auto; 
float:left; 
color:#444; 
padding:0 10px;}
.menu ul :hover ul li a:hover {
color:#069;
font-size:10px;
font-weight:bold;
}
