
.menu {
	width:182px;
	padding-left:21px; 
	padding-top:5px;
	list-style: none;
	position:relative;
	z-index:100;
	font:normal 11px Arial, Verdana, Helvetica, sans-serif;
	color:#0064aa;
	min-height:22px;
	float:left;
	display: table;
	margin-bottom:5px;

}
* html .menu {height:22px; width:161px;} /* IE Min-Height Hack */ 

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.menu li {
	float:left;
	position:relative;
	font:normal 11px Arial, Verdana, Helvetica, sans-serif;
	color:#fefefd;
	text-transform: uppercase;
	width:182px;
	
}
* html .menu li {width:161px;} /* IE Min-Height Hack */ 
/* style the links for the top level */
.menu ul a, .menu ul a:visited {
	display:block;
	text-decoration:none; 
	font:normal 11px Arial, Verdana, Helvetica, sans-serif;
	color:#fefefd;
	min-height:21px;
	width:161px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu ul a, * html .menu ul a:visited {
width:161px;
w\idth:161px;
height:22px;
}
.menu ul a:hover {
	color:#f5a007;
	background:#000 url(../images/menu-button.jpg) top left no-repeat;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
left:182px; 
width:182px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
left:182px;
l\eft:182px;

}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	color:#0064aa; 
	width:167px;
	background-color:#383c3f;
	font:normal 11px Arial, Verdana, Helvetica, sans-serif;
	color:#fefefd;
	padding-left:15px;
	min-height:23px;
	padding-top:4px;
	border-bottom:1px solid #222222;
}
* html .menu ul ul a{
width:167px;
w\idth:167px;
height:27px;
}


/* style the top level hover */
.menu ul ul a:hover{
color:#000; 
background:#f5a007 url(../images/dropdown_hover.gif) top left no-repeat;
}
.menu ul ul :hover > a {
color:#000;
background-color:#f5a007;

}

/* 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;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;

}


.box-bg {
	background-image: url(../images/box-bg.jpg);
	background-repeat: repeat-y;
	padding: 10px 5px 10px 15px;
}
