@charset "utf-8";
/* CSS Document */

hr {clear:both; margin-bottom:0px;}
.left {clear:both;}
#nav, #nav li, #nav li ul, #nav li ul li {
margin:0;
padding:0;
list-style:none;
}

#nav li {
float:left;
width:100px;
}

#nav li ul {
position:absolute;
left:-999em;
}

#nav li ul li {
clear:both;
}

#nav li:hover ul, #nav li.sfhover ul {
position:relative;
left:auto;
height:1%;
}
.style46 {font-size: 18px; color: #0000FF; font-weight: bold; }
.style29 {font-size: 12px; color: #FFFFFF; font-family: Arial, Helvetica, sans-serif;}
.style30 {font-size: 12px; font-family: Arial, Helvetica, sans-serif; }
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660033;
	font-weight: bold;
}
a {
	font-size: 14px;
	color: #990033;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000CC;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.style42 {
	font-size: 10
}
.style44 {font-size: 14px}
.style45 {
	font-size: 14px;
	color: #0000FF;
	font-weight: bold;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
}
h2 {
	font-size: 14px;
	color: #000000;
}
.style50 {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
.suckerdiv ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 195px;
}
	
.suckerdiv ul li{
position: relative;
padding: 0;
width:auto;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
        position: absolute;
        top: 5px;
        left: -150px;
        width: 180px;
        margin: 0;
        padding: 0;	
    	visibility: hidden;
		
	/*position: absolute;
	width: 156px; 
	height: 24px;
	top: 0;
    margin: 5px 0px 0px 0px;
    padding: 0cm 0cm;*/	
	
}

/* Sub level menu links style */
.suckerdiv ul li a{
	display: block;
	overflow: auto;
	text-decoration: none;
	padding: inherit;
	border-bottom: 0;
}

.suckerdiv ul li a:visited{
}

.suckerdiv ul li a:hover{
}

.suckerdiv .subfolderstyle{
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li {
	float: right;
	height: 0px;
}
* html .suckerdiv ul li a { height: 1%; }
/* End */
