ul.topnav {
	list-style: none;
	padding: 0 20px;
	margin:31px 0 0 0;
	float: left;
	width: 800px;
	background: #222;
	font-size: 1.2em;
	background: url(topnav_bg.gif) repeat-x;
	}
	
ul.topnav li {
	float: left;
	margin: 0;
	
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
ul.topnav li a {
	color:#555555;
text-decoration:none;
float:left;
display:block;
width:110px;
height:29px;
font-size:12px;

text-align:center;
padding:10px 5px 0 5px;



}
ul.topnav li a:hover, ul.topnav li a#current {
	color:#fff;
	background-image:url(../images/navBgHover.gif);
	
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 20px;
	height: 40px;
	float: left;
	background: url(../images/arrow.png);
	background-position:top;
	
	padding-right:10px;
}
ul.topnav li span.subhover {background: url(../images/arrow.png);background-position:bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 40px;
	background:#333;
	filter:alpha(opacity=60);
     background-color: rgba(34, 34, 34, 0.6);

	margin: 0;
	padding: 0;
	display: none;
	float: left;
	width: 200px;
	height:auto;
	z-index:100;
	

}
ul.topnav li ul.subnav li{
	margin: 0; padding:0;
	clear: both;
	width: 200px;
	
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 180px;
	height:19px;
	border-bottom:1px dashed #999;
	padding:10px;
	background:none;
	text-align:left;


	display:block;
	
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	
	filter:alpha(opacity=50);
     background-color: rgba(50, 50, 50, 0.5);
}

.ddImg {
float:left;
width:40px;
height:40px;
}

#ddLast {
border-bottom:0;
}

/*

#ddComic {
width:300px;
height:60px;
display:block;
text-indent:-9999px;
background:url(../images/ddcomic.gif);
background-position:top;
background-repeat:no-repeat;
overflow:hidden;
}

#ddComic:hover, #ddFan:hover, #ddFree:hover {
background-position:bottom;
}

#ddFan {
width:300px;
height:60px;
display:block;
text-indent:-9999px;
background:url(../images/ddfan.gif);
background-position:top;
background-repeat:no-repeat;
overflow:hidden;
}

#ddFree {
width:300px;
height:60px;
display:block;
text-indent:-9999px;
background:url(../images/ddfree.gif);
background-position:top;
background-repeat:no-repeat;
overflow:hidden;
}

#Get {
}
 
 */
 
 