/* menu::base */
div#menu {
	height: 32px;
	padding-left: 70px;
	width:auto;
	text-align:left;
	z-index:3000;
}

div#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
		text-align:left;
		z-index:3000;
}
div#menu ul.menu {
	padding-right: 14px;
		text-align:left;
		z-index:3000;
}

div#menu li {
	position: relative;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	z-index: 6000;
	width: auto;
	text-align:left;
}
div#menu ul ul li {
    z-index: 3000;
		text-align:left;
}
div#menu li div {
	list-style: none;
	float: left;
	position: absolute;
	z-index: 3000;
	top: 30px;
	left: 0px;
	visibility: hidden;
	width: 160px;
	margin: 0;
	padding: 0;
	background: url(../../images/subsubmenu-top.png) no-repeat 0px 0;
	_background: url(../../images/subsubmenu-top.gif) no-repeat 0px 0;
	text-align:left
}
div#menu ul ul {
	  z-index: 3000;
    padding: 0px 4px 10px 4px;
    background: url(../../images/submenu-bottom.png) no-repeat 0px bottom;
    _background: url(../../images/submenu-bottom.gif) no-repeat 0px bottom;        
    margin: 10px 0 0 0;
		text-align:left;
		width: 152px;
}
div#menu li:hover>div {
    visibility: visible;
}

div#menu a {
	position: relative;
	z-index: 3000;
	height: 30px;
	display: block;
	float: left;
	line-height: 30px;
	text-decoration: none;
	margin-top: 0px;
	white-space: nowrap;
	width: auto;
	padding-right:5px;
	text-align:left;
}
div#menu span {
	margin-top: 2px;
	padding-left: 15px;
	color: #A6C4D5;
	font: bold 13px Arial,Helvetica;
	background: none;
	line-height: 30px;
	display: block;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 95% 0;
	text-align: left;
}

/* menu::level1 */
div#menu a {
	padding: 0 10px 0 0;
	line-height: 50px;
	height: 30px;
	margin-right: 5px;
	_margin-right: 1px;
	background: none;
}
div#menu a:hover {
	background:  url(../../images/selected.png) repeat-x right;
	color: #004f8e;
  }
div#menu li.current a,
div#menu ul.menu>li:hover>a {
	color: #004f8e;
	background: url(../../images/selected.png) repeat-x right;
}

div#menu ul.menu>li:hover>a span {
		color: #004f8e;
}
div#menu li {  }
div#menu li.last { background: none; }

/* menu::level2 */
div#menu ul ul li {
    background: none;
    padding: 0;
	color: #004f8e;
}
div#menu ul ul a {
	padding: 0px;
	height: auto;
	float: none;
	display: block;
	line-height: 25px;
	z-index: 3000;
	padding-left: 5px;
	white-space: normal;
	width: auto;
	margin: 0 8px;
	text-transform: none;
	/*border-top: 1px solid #CCCCCC;*/ 
    border-bottom: 1px solid #e5edf4;
}
    
div#menu ul ul a span {
    font-weight:normal;
	  padding: 0 5px;
    line-height: 25px;
    font-size: 12px;
    color: #004f8e;
}
div#menu li.current ul a,
div#menu li.current ul a span {
    background:none;
}
div#menu ul ul a:hover {
 background:none;
 background-color: #e5edf4;
 color: #004f8e;
}
div#menu ul ul a:hover span {
	background:none;
	color: #004f8e;
}
div#menu ul ul a:visited span {
	background:none;
	color: #004f8e;
}
div#menu ul ul a.parent {
		background:none;
	color: #004f8e;
ì
}
div#menu ul ul a.parent span {
 	background:none;
	color: #004f8e;
}
div#menu ul ul a.parent:hover {
  	background:none;
	color: #004f8e; 
}
div#menu ul ul a.parent:hover span {
  	background:none;
	color: #004f8e;
}
div#menu ul ul span {
	
    margin-top: 0;
    text-align: left;
}
div#menu ul ul li.last { 	
background:none;
	color: #004f8e; }
div#menu ul ul li {
    width: 100%;
}

/* lava lamp */
div#menu li.back {
    background: url(../../images/selected.png) repeat-x 0 0;
    width: 5px;
    height: 51px;
    z-index: 8;
    position: absolute;
    padding: 0;
    margin: 0px 0 0 0;
}

div#menu li.back .left {
    padding:0;
    width:auto;
    background: url(../../images/selected.png) repeat-x right 0;
    height: 30px;
    margin: 0 0 0 5px;
    float: none;
    position: relative;
    top: 0;
    left: 0;
    visibility: visible;
}
img {
	border:none
}
