/*
	CSS for cascading menu
	Valid on Windows XP/Vista IE6 IE7, FF1.5, FF2, FF3, Opera 9, Safari 3, Chrome
	Valid on Linux (Ubuntu) FF3
 */
body {
	margin : 0;
	padding : 0;
	background-color : #BFC1CA;
}
a {
	text-decoration: none;
	color: #2F94DF;
}

a:hover {
	text-decoration: underline;
}
.base {
	position:relative;
	text-align:left;
	z-index : 99;
	font-family : Arial, sans-serif;
	background-color: #FFFFFF;
}
.content_2 {
	margin : auto;
	width : 940px;
	background:#;
	padding:0;
	z-index : 150;
}
.content_3 {
	font-size : 11px;
	margin : auto;
	width : 940px;
}

/* container UL start here */
ul.menu {
	position : absolute;
	list-style-type : none;
	padding : 0;
	margin : 0;
	bottom : 0px;
	width: 940;
	left: 5px;
	visibility: visible;
	z-index: 2000;
}
ul.menu a, ul.menu a:hover {
	text-decoration:none;
	font-size : 12px;
	font-weight:bold;
}
/* define LI tags */
ul.menu li.level-one, ul.menu li.has-submenu, ul.menu li.active {
	position : relative;
	float : left;
	line-height : 20px;
	margin-right : 2px;
	padding:0 0 0 7px;
	background-repeat : no-repeat;
	background-image : url(gfx/li-left.png);
	background-position : left top;
	z-index : 100;
	visibility: visible;
}
ul.menu li.active {
	background-position : left -200px; 
}
/* define all tags A in LI */
ul.menu li.level-one a {
	line-height : 20px;
	display : block;
	padding : 8px 8px 0;
	float : left;
	color : black;
	background-image : url(gfx/li-right.png);
	background-repeat : no-repeat;
	background-position : right top; 
}
ul.menu li.active a {
	padding : 3px 15px 3px;
	color : #02AA30;
	background-position : right -200px;
}
ul.menu li.has-submenu a {
	padding-right : 23px;
	background-image : url(gfx/li-right-arrow.png);
}
/* on mouse hover, display background center for first level LI */
ul.menu li.level-one:hover {
	background-position : left -100px;
	color:black; 
}

ul.menu li.level-one:hover a {
	padding-top : 2px;
	padding-bottom : 4px;
}
/* on mouse hover, display background center for first level A */
ul.menu li.level-one:hover a {
	background-position : right -100px;
}
/* define UL submenu in first level LI */
ul.menu li.level-one dl {
	display : none;
	position : absolute;
	top : 26px;
	left : -3px;
	width : 180px;
	list-style-type : none;
	padding : 5px 0 0;
	margin : 0;
	background-image : url(gfx/ul-top.png);
	background-repeat : no-repeat;
	background-position : left top; 
}
/* delete inherited properties for next level LI */
ul.menu li.level-one dd {
	position : relative;
	margin : 0;
	line-height : 21px;
	width : 100%;
}
ul.menu li.level-one dd a {
	line-height : 21px;
	padding : 0 10px !important;
	margin : 0 1px;
	width : 100%;
	display : block;
	float : none;
	background-image : none;
	background-color : transparent;
	color:black;
}
ul.menu li.level-one dl dd:hover {
	background-color : #FFFFFF;
}
ul.menu li.level-one dl dt.separator,
ul.menu li.level-one dl dt.separator:hover {
	background-image : url(gfx/separator.png);
	background-position : left;
	background-repeat : repeat-x;
	height : 2px;
	line-height : 2px;
	margin : 1px 5px 0 !important;
	font-size : 0;
}

ul.menu li.level-one dl dt.bottom-menu,
ul.menu li.level-one dl dt.bottom-menu:hover {
	background-image : url(gfx/ul-bottom.png);
	background-position : left bottom;
	background-repeat : no-repeat;
	height : 5px;
	line-height : 5px;
	font-size : 0;
}
/* add properties for "standard" browsers (not IE6) */
ul.menu li.level-one dl dd > a {
	display : block;
	width : auto;
}
/* on mouse hover, show sub menu UL */
ul.menu li.level-one:hover dl {
	display : block;
}

/* sub sub menu */
ul.menu dd.has-submenu {
	background-image : url(gfx/dd-sub.png);
	background-repeat : no-repeat;
	background-position : right top; 
}
ul.menu dd ul {
	display : none;
	position : absolute;
	top : -5px;
	left : 180px;
	width : 180px;
	margin : 0;
	padding : 5px 0 0;
	background-image : url(gfx/dd-ul.png);
	background-repeat : no-repeat;
	background-position : left top; 
	list-style-type : none;
}
ul.menu dd li {
	margin : 0;
	padding : 0;
}
ul.menu li.level-one dd li > a {
	display : block;
	width : auto;
}
ul.menu li.level-one dd li:hover {
	background-color : #FFFFFF;
}
ul.menu li.level-one dd li.bottom-menu,
ul.menu li.level-one dd li.bottom-menu:hover {
	background-image : url(gfx/dd-ul-bottom.png);
	background-position : left bottom;
	background-repeat : no-repeat;
	height : 5px;
	line-height : 5px;
	font-size : 0;
}
ul.menu dd:hover ul {
	display : block;
}
#box_menu{
	width: 150px;
	padding: 3px;
}
