.menu ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.menu ul ul li{
	margin-left:20px;
}

#right .menu {
	
}
#right .menu h2 {
	display: none;
}
#right .menu ul li {
	width: 150px;
	height: 25px;
	background:url(pictures/menu-button.png) no-repeat;
	margin-bottom: 5px;
}
#right .menu ul li:hover  {
	background:url(pictures/menu-button-hover.png) no-repeat;
}
#right .menu ul li a {
	display: block;
	color: #1B3E93;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 3px;
	text-decoration: none;
	font-weight:bold;
}
#right .menu ul li a:hover {
	color: #FFFFFF;
}

#bottom .menu h2.h1, #bottom .menu .content, #bottom .menu ul ul{
	display:none;
}
#bottom .menu ul{
	text-align:center;
}
#bottom .menu ul li{
	display:inline;
	padding: 0 10px;
}



#top .menu{
	position:absolute;
	width:786px;
}
#top .menu h2.h1{
	display:none;
}
#top .menu a,#top .menu li li a:hover{
	display:block;
	padding:3px;
	color: #2F4960;
	text-decoration: none;
}
#top .menu a:hover{
	text-decoration: underline;
}


/* display or hide menu */
#top .menu ul li ul, 
#top .menu ul li ul li ul, 
#top .menu ul li:hover ul li ul, 
#top .menu ul li ul li ul li ul,
#top .menu ul li ul li:hover ul li ul,
#top .menu ul li ul li ul li ul li ul,
#top .menu ul li ul li ul li:hover ul li ul
{
	display:none;
}
#top .menu ul li:hover ul, 
#top .menu ul li ul li:hover ul,
#top .menu ul li ul li ul li:hover ul,
#top .menu ul li ul li ul li ul li:hover ul
{
	display:block;
}

/* style of menu */

#top .menu div.content, #top .menu h1{
	display:none;
}
#top .menu ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
#top .menu  li{
	float:left;
	width:120px;
	cursor:pointer;
	text-align:center;
	background:url(pictures/top_menu_separator.gif) left top no-repeat;
	
}
#top .menu li.count_6{
	width:150px!important;
}

#top .menu li li, #top .menu li.first{
	background-image:none;
}
#top .menu ul li ul{
	margin:0;
	float:left;
	border: 1px solid black;
	border-color:gray black black gray;
}
#top .menu ul li ul li{
	margin:0;
	clear:both;
	width:180px;
	background-color:#D6E3F3;
	border-color: #EBE8D6 black black #EBE8D6;
	z-index:10;
	text-align:left;
}
*html #top .menu ul li ul{ /* IE only */
	margin-left:-49%;
}
#top .menu  li li{
	border-left: 5px solid white;
}
#top .menu  li li.have_sub{ /* if have sub menu */
	background-image:url(pictures/arrow.gif);
	background-position:right center;
}
#top .menu  li li:hover{
	border-left: 5px solid #E0C083;
}

#top .menu ul li ul li:hover{

	background-color: #93ADC4;
}

#top .menu ul li ul li ul{
	margin-left:180px;
	margin-top:-20px;
	width:100%;
}

/* arrow: used when submenu exist */
#top .menu li.arrow{
	background: url(arrow.gif) no-repeat right #ECE9D8;
}

/* nice corners: delete if not used */
#top .menu ul li.top, 
#top .menu ul li.bottom, 
#top .menu ul li.top:hover, 
#top .menu ul li.bottom:hover, 
#top .menu ul li.top div.top, 
#top .menu ul li.bottom div.bottom{
	background: black;
	height:10px;
	cursor:auto;
	overflow:hidden;
	/* display:none; */
}


