
body
{
	behavior: url("csshover3.htc");	
}

.mainnav
{
	padding:0; 
	margin:0; 
	list-style:none; 
	z-index:50;
	font-family:'Helvetica', Verdana, Sans-serif;	
}

.top
{
	height:28px;
	overflow:hidden;
	float:left;
	width:200px;
	position:relative;
	z-index:50;
}
.top a:hover
{
	color:Red;
	text-decoration:none;		
}
.top_link
{
	display:block;
	position:relative;
	width:200px;
}

.top_link span
{
	display:block; 
	height:33px; 
	float:left; 
	line-height:24px; 
	font-size:11px; 
	font-weight:bold;
	padding:0px;
	text-indent:8px;
	cursor:pointer; 
	width:165px;
	background: url(Images/nav/tab_up.png) no-repeat;	
}
.top:hover
{	
	overflow:visible;
}

.top:hover .sub
{
	z-index:70;
	top:20px;
}

.top_link:visited
{
	color:Black;
	text-decoration:none;	
}
.top:hover span
{
	background:url(Images/nav/sub_top.png) repeat-y;
	line-height:24px;	
	
}
.top:hover b.down
{
	background: url(Images/nav/arrow_down.png) no-repeat;	
}
.top:hover top_link
{
	width:200px;
	overflow:hidden;	
}

.top_link b.down
{
	background: url(Images/nav/arrow_up.png) no-repeat;
}
.top_link b
{
	margin-right:5px;
	padding:0px;
	display:block; 
	width:30px; 
	height:33px; 
	float:left;
	overflow:hidden;
}
.sub div
{
	padding-left:8px;
	font-size:11px;
	color:#000;	
	position:relative;
}

.sub div a
{
	width:195px;	
	display:block;
	position:relative;
	z-index:70;	
}

.sub div a span
{
	position:relative;
	z-index:70;	
}

.sub
{
	float:left;
	top:28px;
	position:absolute;
	z-index:70;	
	width:165px;
	line-height:20px;
}
sub:hover {
	text-decoration: none;
	color: #000;
}
.submid
{
	background: url(Images/nav/sub_mid.png) repeat-y;
	width:187px;
	position:relative;
	z-index:70;	
}
.subtop
{
	background:url(Images/nav/sub_top.png);	
	width:187px;
	position:relative;
	z-index:70;	
}


.subbot
{
	background:url(Images/nav/sub_bot.png);
	background-repeat:no-repeat;
	width:187px;
	height:30px; 
	position:relative;
	z-index:70;	
}

/*.sub a:visited
{
	text-decoration: none;
	color: #000;
}*/
