/* Slanovskiy Menu */

.menu {
	font-size:12px; /* this page only */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 221px;
	padding-top: 8px;
	background-image: url(/images/page_bg.gif);
	background-repeat: repeat-x;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	width:221px;
}
/* hack for IE5.5 */
* html .menu ul {margin-left:-16px; ma\rgin-left:0;}
/* position relative so that you can position the sub levels */
.menu li {
	position:relative;
	height:26px;
}
.menu li.bottom1 {background-image: url(/images/button1.gif);}
.menu li.bottom2 {background-image: url(/images/button2.gif);}
.menu li.bottom3 {background-image: url(/images/button3.gif);}
.menu li.bottom4 {background-image: url(/images/button4.gif);}
.menu li.bottom5 {background-image: url(/images/button5.gif);}
.menu li.bottom6 {background-image: url(/images/button6.gif);}
.menu li.bottom7 {background-image: url(/images/button7.gif);}
.menu li.bottom8 {background-image: url(/images/button8.gif);}
.menu li.bottom9 {background-image: url(/images/button9.gif);}
.menu li.bottom10 {background-image: url(/images/button10.gif);}
.menu li.bottom11 {background-image: url(/images/button11.gif);}
.menu li.bottom12 {background-image: url(/images/button12.gif);}

/* get rid of the table */
.menu table {
	position:absolute;
	border-collapse:collapse;
	top:0;
	left:0;
	z-index:100;
}

/* style the links */
.menu a.butt1, a.butt2, a.butt3, a.butt4, a.butt5, a.butt6, a.butt7, a.butt8, a.butt9, a.butt10, a.butt11, a.butt12, .menu a:visited.butt1, a:visited.butt2, a:visited.butt3, a:visited.butt4, a:visited.butt5, a:visited.butt6, a:visited.butt7, a:visited.butt8, a:visited.butt9, a:visited.butt10, a:visited.butt11, a:visited.butt12 {
	display:block;
	text-decoration:none;
	height:25px;
	line-height:25px;
	width:221px;
	color:#FFFFFF;
	text-indent:35px;
	border-top-width: 0;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ACA391;
	border-right-color: #ACA391;
	border-bottom-color: #ACA391;
	border-left-color: #ACA391;
}

/* style the link hover */
.menu a:hover.butt1 {
	color:#FFCC33;
	background-image: url(/images/button1_active.gif);
	background-repeat: no-repeat;
}
.menu a:hover.butt2 {
	color:#FFCC33;
	background-image: url(/images/button2_active.gif);
	background-repeat: no-repeat;
}
.menu a:hover.butt3 {
	color:#FFCC33;
	background-image: url(/images/button3_active.gif);
	background-repeat: no-repeat;
}
.menu a:hover.butt4 {
	color:#FFCC33;
	background-image: url(/images/button4_active.gif);
	background-repeat: no-repeat;
}
.menu a:hover.butt5 {
	color:#FFCC33;
	background-image: url(/images/button5_active.gif);
	background-repeat: no-repeat;
}
.menu a:hover.butt6 {
	color:#FFCC33;
	background-image: url(/images/button6_active.gif);
	background-repeat: no-repeat;
}
.menu a:hover.butt7 {
	color:#FFCC33;
	background-image: url(/images/button7_active.gif);
	background-repeat: no-repeat;
}
.menu a:hover.butt8 {
	color:#FFCC33;
	background-image: url(/images/button8_active.gif);
	background-repeat: no-repeat;
}
.menu a:hover.butt9 {
	color:#FFCC33;
	background-image: url(/images/button9_active.gif);
	background-repeat: no-repeat;
}
.menu a:hover.butt10 {
	color:#FFCC33;
	background-image: url(/images/button10_active.gif);
	background-repeat: no-repeat;
}
.menu a:hover.butt11 {
	color:#FFCC33;
	background-image: url(/images/button11_active.gif);
	background-repeat: no-repeat;
}
.menu a:hover.butt12 {
	color:#FFCC33;
	background-image: url(/images/button12_active.gif);
	background-repeat: no-repeat;
}

.menu :hover > a.butt1 {
	color:#FFCC33;
	background-image: url(/images/button1_active.gif);
}
.menu :hover > a.butt2 {
	color:#FFCC33;
	background-image: url(/images/button2_active.gif);
}
.menu :hover > a.butt3 {
	color:#FFCC33;
	background-image: url(/images/button3_active.gif);
}
.menu :hover > a.butt4 {
	color:#FFCC33;
	background-image: url(/images/button4_active.gif);
}
.menu :hover > a.butt5 {
	color:#FFCC33;
	background-image: url(/images/button5_active.gif);
}
.menu :hover > a.butt6 {
	color:#FFCC33;
	background-image: url(/images/button6_active.gif);
}
.menu :hover > a.butt7 {
	color:#FFCC33;
	background-image: url(/images/button7_active.gif);
}
.menu :hover > a.butt8 {
	color:#FFCC33;
	background-image: url(/images/button8_active.gif);
}
.menu :hover > a.butt9 {
	color:#FFCC33;
	background-image: url(/images/button9_active.gif);
}
.menu :hover > a.butt10 {
	color:#FFCC33;
	background-image: url(/images/button10_active.gif);
}
.menu :hover > a.butt11 {
	color:#FFCC33;
	background-image: url(/images/button11_active.gif);
}
.menu :hover > a.butt12 {
	color:#FFCC33;
	background-image: url(/images/button12_active.gif);
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
top:0;
left:150px; 
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}
