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

#header_menu {
	height : 20px;
position: absolute;
right:0;
margin-top:10px;
 }

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-weight: bold; 
	font-family: Arial, Verdana, sans-serif; 
	font-size : 10pt; 
	z-index : 800; 
	}

#nav a {
	display: block;
	width : 200px;
	text-decoration : none; 
}

#nav li {
	float: left;
	text-align:left;
	margin:0;
	padding : 0; 
}

#nav li.top_level { 
	background: #EA4444 url("http://www.pointblankprogressive.com/images/topNav.gif") no-repeat; 
	height : 30px; 
	text-align:center; 
	margin : 0 0 0 10px;
	font-size:12pt;
}

#nav li.top_level a { 	
	padding-top:4px;
color :#FFF;
}

#nav li ul {
	position: absolute;
	width: 200px;
	left: -999em;
margin-top:5px
}

#nav li:hover ul {
	left: auto;
	background : #BCDEF1;

}
#nav li ul li { width : 200px; background: #2D8CC4; }
#nav li ul li a { color: #000; line-height : 12px; padding : 7px 4px; width : 158px; }


#nav li ul li a:hover { background: #F3F2F1; color:#2F4552; display:block; }
#nav li.last { border-bottom:2px solid #2F4552; }


#nav li:hover ul, #nav li.sfhover ul {
	background : #2D8CC4;
	left: auto;
}
<!--[if IE]>#nav li ul li a { width:140px; background: #59422B;}<![endif]-->


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 185px; /* Width of Menu Items */


}
	
.suckerdiv ul li{
position: relative;text-align:left; font-size: 9pt; line-height : 18px;

}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 165px; /*sub menu width*/
top: 0;
visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #FFF;
text-decoration: none;
padding: 1px 5px;
border: 1px solid #FFF;
border-bottom: 0;
background : #EA4444;

}

.suckerdiv ul li a:visited{
}

.suckerdiv ul li a:hover{
background-color: #FFF5A6;
color: #EA4444;
}

.suckerdiv .subfolderstyle{
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }>
