.menu-main{
	width:205px;
	float:left;
	padding:19px 0px 32px 0px;
}
.menu {
	z-index:1000;
	margin:0px 0 0px 0px; /* this page only */
	font-weight:bold;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	width:200px;
	text-align:left;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size:14px;
}
/* hack for IE5.5 */

.menu li {
	position:relative;
	/*background:#d4d8bd;*/
	}

/* get rid of the table */
.menu table {
	position:absolute;  
	top:0; 
	left:0; 
	z-index:100; 
}

/* style the links */

/* hack for IE5.5 */

.menu :hover > a {
	color:#333333; 
	background-image:url(/media/images/menu-bg-hvr.png); background-repeat:repeat-x;
}
.menu ul ul :hover > a {
	color:#333333; 
	background-color:#0099cc;
}
.menu li a{
	background:  url(/media/images/menu-bg-nor.png) repeat-x bottom left;
	color: #333333;
	width: 165px;
	height:25px;
	display: block;
	padding: 4px 0px 0px 30px;
	text-decoration: none;
	

}
.menu li a:hover{
	background:  url(/media/images/menu-bg-hvr.png) repeat-x bottom left;
	color: #333333;
	margin:0px;
	text-decoration: none;
	

}

/* 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;
}
/* 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;
}
.menu li ul{ 

	width: 191px; 
	left: 0;
	top: 0;
}
.menu li ul{
	
	list-style-type: none;
	top:-1px;
	padding: 0;
	width: 221px;
	margin-left:195px;
	border-top:#999966 1px solid;
	font-size:14px;
	z-index:50000;

}


.menu li li a{
	background-image:url(/media/images/spacer.gif);
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#fff;
	color: #333333;
	width: 204px;
	padding: 5px 0px 0px 15px;
	border-top:none;
	height:23px;
	border-left:#999966 1px solid;
	border-bottom:#999966 1px solid;
	border-right:#999966 1px solid;

}


.menu li li a:hover{
	background-image: url(/media/images/spacer.gif);
	background-repeat:repeat-x;
	background-position:left top;
	color: #333333;
	background-color:#999966;
}
.menu li ul ul{

	list-style-type: none;
	top:-1px;
	padding: 0;
	width: 191px;
	margin-left:195px;
	_margin-left:194px;
	border-top:#999966 1px solid;

}


.menu li li li a{
	background-image:url(/media/images/spacer.gif);
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#0072bb;
	color: #d3e5f6;
	width: 184px;
	padding: 5px 0px 0px 15px;
	border-top:none;
	height:23px;
	border-left:#999966 1px solid;
	border-bottom:#999966 1px solid;
	border-right:#999966 1px solid;

}


.menu li li li a:hover{
	background-image: url(/media/images/spacer.gif);
	background-repeat:repeat-x;
	background-position:left top;
	color: #fff;
	background-color:#0099cc;
}







.quick {
	font-family: Lucida Grande, Verdana, Arial, Helvetica;
	font-size:15px;
	color:#ffffff;
	font-weight: normal;
	padding:0px 0px 0px 0px;
	width:190px;
	float:right;
	/*text-transform:uppercase;*/
	line-height:16px;
	font-style:italic;
}

.quick ul, li {

	padding:0px;
	margin:0px;
	list-style:none;
}

.quick li a {

	padding:20px 0px 11px 0px;
	background-image:url(/media/images/quick-bg-nor.gif);
	background-repeat:no-repeat;
	background-position:0% 50%;
	color:#ffffff;
	text-decoration:none;
	text-align:center;
	height:23px;
	display:block;
}

.quick li a:hover {

	padding:20px 0px 11px 0px;
	background-image:url(/media/images/quick-bg-nor.gif);
	background-repeat:no-repeat;
	background-position:0% 50%;
	color:#d8ffea;
	text-decoration:none;
	text-align:center;
	height:23px;
}