#menu{
/*ffont-weight:bold;*/
/*ffloat: left;*/
/*lline-height: 32px;*/
list-style: none;
/*bbackground-color: red;*/
height:32px;
position: relative;
z-index: 2;
padding-top:5px;
}

div.menu-left{
	/*background-image: url(/app_themes/navalia2008/images/menu-left.gif);*/
	background-repeat: no-repeat;
	width: 11px;
	height: 36px;
	float:left;
}

div.menu-right{
	background-image: url(/app_themes/navalia2008/images/menu-right.gif);
	background-repeat: no-repeat;
	width: 15px;
	height: 36px;                         
	float:left;
}


#menu a, #menu h2{
/*font:bold 11px/16px arial,helvetica,sans-serif;*/
/*font:normal 11px/16px arial,helvetica,sans-serif;*/
display:block;
/*ffont-weight:bold;*/
border-top:1px solid #FEFFFF;
border-left:none;
border-right: 1px solid #DADAD6;
border-bottom:1px solid #DDDDDD;
white-space:nowrap;
margin:0;
padding:1px 0 1px 15px;
height:28px;
line-height:27px;
color:#707070;
overflow: hidden;
}

#menu a.first{
	border:none;
	text-align:center;
    /*ffont-weight:bold;*/
	/*bborder-right:1px solid #0E478F;*/
	/*bborder-left:1px solid #3077B2;*/
	/*hheight:32px;*/
	/*lline-height:32px;*/
	padding:2px 8px 1px 8px;
	background-color: transparent;
	color: #989898; 
	font-size: 15px;
	margin-top:2px;
}


#menu h2{
color:#ffffff;
background:#000 url(/app_themes/navalia2008/images/expand3.gif) no-repeat 100% 100%;
text-transform:uppercase
}

#menu a{
	background: #FFFFFF;
	text-decoration:none;
	font-size: 11px;
}

#menu a{
	color:#000000;
}

#menu a:hover, #menu a.x:hover{
	color:#000000;
	background-image: url(/app_themes/navalia2008/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px 45%;
}

#menu a.first:hover{
	color:#0078A8;
	background-image: none;
	
}

#menu a.current {
	color:#0078A8;
}

#menu a:active{
	
}


#menu ul{
list-style:none;
margin:0;
padding:0;
float:left;
width:186px;
}

#menu ul.first{
	float:left;
	/*
bbackground-color: transparent;
	bbackground-image: url(/app_themes/navalia2008/images/menu-center.gif);
*/
	background-repeat: repeat-x;
	height: 36px;
	width:40px;
}

#menu ul.first[class]{
	width: auto;
	
}

#menu ul.first:hover{
	background-image: url(/app_themes/navalia2008/images/menu-selector.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	color:#0078A8;
}
div.menu_divider{
	float:left;
	width:7px;
	height:36px;
	background-image: url(/app_themes/navalia2008/images/menu-divider.jpg);
	background-repeat: no-repeat;
}

#menu li{
position:relative;
margin:0px;
}

#menu ul{
	/*bbackground-color: #F4F4F4;*/
}

#menu ul ul{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
}

#menu ul ul ul{
	top:0;
	left:100%;
}

/* Begin non-anchor hover selectors */

/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */

#menu h2:hover{
background:#000 url(/app_themes/navalia2008/images/expand3.gif) no-repeat -999px -9999px;
}

#menu li:hover{
cursor:pointer;
z-index:100;
}

#menu li:hover ul ul,
#menu li li:hover ul ul,
#menu li li li:hover ul ul,
#menu li li li li:hover ul ul
{display:none;}

#menu li:hover ul,
#menu li li:hover ul,
#menu li li li:hover ul,
#menu li li li li:hover ul
{display:block;}

/* End of non-anchor hover selectors */

/* Styling for Expand */

#menu a.x, #menu a.x:visited{
background-image:url(/app_themes/navalia2008/images/expand3.gif);
background-repeat:no-repeat;
background-position:  100% 100%;
}

#menu a.x:hover{
/*bbackground-image:none;*/
}

#menu a.x:active{
}

div .above_submenu, li .above_submenu{
	height:0px;
	margin:0px;
	padding: 0px;
	/*bbackground-image: url(/app_themes/navalia2008/images/menutop.gif);*/
	overflow: hidden;
}

div .bellow_submenu, li .bellow_submenu{
	height:0px;
	margin:0px;
	padding: 0px;
	/*bbackground-image: url(/app_themes/navalia2008/images/menubottom.gif);*/
	overflow: hidden;
}