
#info
{
	background: #f8f8f8;
	border: 0;
}

.menuLeft
{
	width: 100%;
	float: left;
	background: url(../images/pic_12.gif) no-repeat left top;
}

.superMenu
{
	width: 95%;
	float: left;
	background: url(../images/pic_19.gif) no-repeat right top;
	height: 38px;
	padding: 0px 0 0px 5%;
	line-height: 38px;
	font-size: 14px; /*background:url(../images/pic_12.gif) no-repeat left top;
	width: 745px;
	height: 32px;
	position: relative;
	z-index: 100;
	border-right: 1px solid #000;
	font-family: arial, sans-serif;*/
}
/* hack to correct IE5.5 faulty box model */
* html .superMenu
{
	width:95%;
	w\idth:95%;
}
/* remove all the bullets, borders and padding from the default list styling */
.superMenu ul
{
	position: relative;
	margin: 0px;
	padding: 0px;
	list-style: none; /*padding: 0;
	margin: 0;
	list-style-type: none;*/
}




/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.superMenu li
{
	position: relative;
	float: left;
	width: 124px;
	text-align: center;
	padding: 0px 0px;
}

* html .superMenu li
{
	position: relative;
	float: left;
	width: 124px;
	text-align: center;
	padding: 0px 0px;
}

/* style the links for the top level */
.superMenu a, .superMenu a:visited
{
	color: #fefefe;
	display: block;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .superMenu a, * html .superMenu a:visited
{
	width: 124px;
	w\idth: 113px;
}


/* style the second level background */
.superMenu ul ul a.drop, .superMenu ul ul a.drop:visited
{
	
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.superMenu ul ul
{
	visibility: hidden;
	position:absolute;
	width:124px;
	z-index:100;
	left: 0px;
	top: 35px;
	font-size:11px;
	border-top: 1px solid #000;
}

* html .superMenu ul ul
{
	
	left: 5px;
	
}
/* another hack for IE5.5 */
* html .superMenu ul ul
{
	top: 30px;
	t\op: 31px;
}


/* style the table so that it takes no ppart in the layout - required for IE to work */
.superMenu table
{
	position: absolute;
	top: 0;
	left: 0;
	border-collapse: collapse;
}



/* style the second level links */
.superMenu ul ul a, .superMenu ul ul a:visited
{
	/*background: #d4d8bd;
	color: #000;
	height: auto;
	line-height: 1em;
	padding: 5px 10px;
	width: 103px;
	border-width: 0 1px 1px 1px;*/
	
	background: #800000;
	border-bottom: 1px solid #9F0000;
	padding: 5px 6px;
	color: #b2b1b1;
	display: block;
	filter: Alpha(Opacity=60, FinishOpacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
/* yet another hack for IE5.5 */
* html .superMenu ul ul a, * html .superMenu ul ul a:visited { width:124px;w\idth:103px; }


/* style the top level hover */
.superMenu a:hover
{
	background:url(../images/pic_16.gif) repeat-y left;
}

.superMenu ul ul a:hover
{
	background: #800000;
	border-bottom: 1px solid #9F0000;
	padding: 5px 6px;
	color: #b2b1b1;
	filter: Alpha(Opacity=90, FinishOpacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";	
}

* html .superMenu ul ul a:hover
{
	background: #3C0000;
	border-bottom: 1px solid #9F0000;
	padding: 5px 6px;
	color: #b2b1b1;
	filter: Alpha(Opacity=60, FinishOpacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}



.superMenu :hover > a
{
	background:url(../images/pic_16.gif) repeat-y left;
}

.superMenu ul ul :hover > a
{
	background: #800000;
	border-bottom: 1px solid #9F0000;
	padding: 5px 6px;
	color: #b2b1b1;
	filter: Alpha(Opacity=90, FinishOpacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

* html .superMenu ul ul :hover > a
{
	background: #3C0000;
	border-bottom: 1px solid #9F0000;
	padding: 5px 6px;
	color: #b2b1b1;
	filter: Alpha(Opacity=60, FinishOpacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

/* make the second level visible when hover on first level list OR link */
.superMenu ul li:hover ul, .superMenu ul a:hover ul
{
	visibility: visible;
}

.superMenu ul ul li
{
	float: left;
	width: 100%;
	line-height: 18px;
	text-align: left;
	padding: 0px;
}




