.menu {
position:relative; 
z-index:1000;
font-size: 12px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
width: 258px;
height: 167px;
text-align: right;
background: #D9DADC;
}
#menu7, #menu11, #menu56, #menu2, #menu10, #menu9, #menu4 {
	border: #5F5D5C solid 1px;
	border-width: 0 0 1px;
}

#menu1 {
	border: #5F5D5C solid 0px;
	border-width: 0;
}
/* hack for IE5.5 */
* html .menu ul {margin-left:-16px; ma\rgin-left:0;}


.menu li {
		padding: 0 15px 0 0
}
.menu li li {
	padding: 0;
	margin: 0;
}
/* get rid of the table */
#menu table {position:absolute; top:0; left:0; z-index:100; font-size:1em;}

/* style the level one links *********************************/
.menu a, .menu a:visited {
display:block; 
text-decoration:none;
height:23px;
line-height:23px;
color: #5F5D5C;
/*width:149px;
background:#d4d8bd;
border:1px solid #fff;
border-width:0 1px 1px 0;*/
}
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {width:150px; w\idth:149px;}


/* style the level two links *********************************/
.menu li li a, .menu li li a:visited, .menu li li {
display:block; 
text-decoration:none;
height:14px;
line-height:14px;
text-indent:30px;
color: #d9dadc;
font-size: 11px;
/*width:149px;
background:#d4d8bd;
border:1px solid #fff;
border-width:0 1px 1px 0;*/
}
/*
*:first-child+html .menu li li a, *:first-child+html .menu li li {
	font-size: 9px;
	height:10px;
	line-height:10px;
}
*/

/* hack for IE5.5 */
* html .menu li li a, * html .menu li li a:visited {width:150px; w\idth:149px;}
/* style the link hover */
.menu li li a:hover{
color:#fff; 
}

/* 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;
width: 286px;
height: 162px;
padding: 5px 0 0;
left:258px; 
text-align: left;
}
/* make the second level visible when hover on first level list OR link */
.menu ul :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;
}



/* dynamic background colors
**********************************************/
#menu1 ul {
	background: #d9dadc;
}
#menu7 ul {
	background: #ee2d24;
}
#menu11 ul {
	background: #FC8E35;
}
#menu56 ul {
	background: #000;
}
#menu2 ul {
	background: #0055a5;
}
#menu10 ul {
	background: #2E80CD;
}
#menu9 ul {
	background: #ffcc33;
}
#menu4 ul {
	background: #fff001;
}

/* style the link hover */
#menu1 a:hover {
	color: #fff; 
}
#menu7 a:hover{
	color: #ee2d24; 
}
#menu11 a:hover{
	color: #FC8E35; 
}
#menu56 a:hover {
	color: #FC8E35; 
}
#menu2 a:hover {
	color: #0055a5; 
}
#menu10 a:hover{
	color: #2E80CD; 
}
#menu9 a:hover{
	color: #ffcc33; 
}
#menu4 a:hover{
	color: #fff001; 
}

#menu4 a, #menu9 a, #menu11 a{
	color: #5f5d5c; 
}


#menu1 ul a:hover, #menu7 ul a:hover, #menu11 ul a:hover, #menu56 ul a:hover, #menu2 ul a:hover, #menu10 ul a:hover, #menu9 ul a:hover, #menu4 ul a:hover {
	color: #FFF;
}