#menu-top ul li {
	float:left;
	/*background:url(../img/menutop/bg-left-inactive-inactive.png) no-repeat 0 0;*/
}
#menu-top ul li a {
	/*background:url(../img/menutop/bg-right-inactive-inactive.png) no-repeat right 0;*/
	float:left;
	padding:4px 5px 0 5px;
	height:15px;
	font-size:10px;
	color:#3D5F99;
	text-transform:lowercase;
}
#menu-top ul li.first {
	/*background-image:url(../img/menutop/bg-left-first-inactive.png);*/
	padding-left:2px;
}
#menu-top ul li.first-active {
	/*background-image:url(../img/menutop/bg-left-first-active.png);*/
}
#menu-top ul li.first-active a {
	/*background-image:url(../img/menutop/bg-right-active-inactive.png);*/
}

#menu-top ul li.last {
	
}
#menu-top ul li.last a {
	/*background-image:url(../img/menutop/bg-right-last-inactive.png);*/
	padding-right:25px;
}

#menu-top ul li.sep {
	color:#3D5F99;	
	padding:2px 0px 0 0px;
}

/*#menu-top ul li.active,
#menu-top ul li.last-active {
	background-image:url(../img/menutop/bg-left-inactive-active.png);	
}
#menu-top ul li.active a {
	background-image:url(../img/menutop/bg-right-active-inactive.png);	
}
#menu-top ul li.next-active {
	background-image:url(../img/menutop/bg-left-active-inactive.png);	
}
#menu-top ul li.previous-active a {
	background-image:url(../img/menutop/bg-right-inactive-active.png);	
}
#menu-top ul li.last-active a {
	background-image:url(../img/menutop/bg-right-last-active.png);	
}*/


/************************************************************/


#menu ul li {
	float:left;
	background:url(../img/sections/bg-left-inactive-inactive.gif) no-repeat 0 0;
}
#menu ul li a {
	background:url(../img/sections/bg-right-inactive-inactive.gif) no-repeat right 0;
	float:left;
	padding:6px 13px 0 10px;
	height:27px;
	font-size:14px;
	color:#ffffff;
	text-transform:lowercase;
}
/*#menu ul li.highlight {
	background-image:url(../img/sections/bg-left-inactive-highlight_inactive.gif);	
}
#menu ul li.highlight a {
	background-image:url(../img/sections/bg-right-last-inactive.gif);
	padding-right:40px;
}
#menu ul li.highlight-active {
	background-image:url(../img/sections/bg-left-inactive-highlight_active.gif);	
}
#menu ul li.highlight-active a {
	background-image:url(../img/sections/bg-right-last-active.gif);	
}*/

#menu ul li.first {
	background-image:url(../img/sections/bg-left-first-inactive.gif);
}
#menu ul li.first-active {
	background-image:url(../img/sections/bg-left-first-active.gif);	
}
#menu ul li.first-active a {
	background-image:url(../img/sections/bg-right-active-inactive.gif);	
}

/*#menu ul li.last a {
	background-image:url(../img/sections/bg-right-inactive-highlight_inactive.gif);
}*/
#menu ul li.last a {
	background-image:url(../img/sections/bg-right-last-inactive.gif);
	padding-right:45px;
}

#menu ul li.active,
#menu ul li.last-active {
	background-image:url(../img/sections/bg-left-inactive-active.gif);	
}
#menu ul li.active a {
	background-image:url(../img/sections/bg-right-active-inactive.gif);	
}
/*#menu ul li.last-active a {
	background-image:url(../img/sections/bg-right-active-highlight_inactive.gif);	
}*/
#menu ul li.last-active a {
	background-image:url(../img/sections/bg-right-last-active.gif);	
}
#menu ul li.next-active {
	background-image:url(../img/sections/bg-left-active-inactive.gif);	
}
#menu ul li.next-active-highlight {
	background-image:url(../img/sections/bg-left-active-highlight_inactive.gif);
}
#menu ul li.previous-active a {
	background-image:url(../img/sections/bg-right-inactive-active.gif);	
}
#menu ul li.previous-active-highlight a {
	background-image:url(../img/sections/bg-right-active-highlight_active.gif);
}

#menu ul li.new a {
	color:#3D609A;	
	font-weight:bold;
}
#menu ul li.last-active a,
#menu ul li.active a {
	color:#ffffff;	
}


/* SUBMENU */

.submenu {
	position:absolute;
	width:230px;
	background:#ffffff url(../img/submenu/shadow.gif) repeat-x 0 0;
	top:28px;
	left:-18px;
	border-left:1px solid #aabadc;
	border-right:1px solid #aabadc;
	padding-top:4px;
}
.submenu a {
	color:#3D609A !important;	
	background:none !important;
	height:auto !important;
	width:210px;
	padding:3px 10px 3px 10px !important;
	border-bottom:1px solid #AABADC;
	font-size:12px !important;
}
.submenu a:hover {
	background-color:#AABADC !important;
}


.submenutop {
	position:absolute;
	width:80px;
	/*background:#ffffff url(../img/submenu/shadow.gif) repeat-x 0 0;*/
	background-color:#ffffff;
	top:19px;
	left:-2px;
	/*border-top:1px solid #aabadc;*/
	border-left:1px solid #aabadc;
	border-right:1px solid #aabadc;
	z-index:10000;
	padding-top:4px;
}
.submenutop a {
	color:#3D609A !important;	
	background:none !important;
	height:auto !important;
	width:70px;
	padding:1px 5px 1px 5px !important;
	border-bottom:1px solid #AABADC;
	font-size:9px !important;
}
.submenutop a:hover {
	background-color:#AABADC !important;
}
