
body
{
	behavior: url("csshover3.htc");	
}

/* ::::::: DROP DOWN MENU ::::::: */
#mainnav {
	margin-right:5px;
	padding:0px;
	float:left;
	width:1000px;
}

.menu {
	padding:0; 
	margin:0; 
	list-style:none; 
	height:33px; 
	position:relative; 
	z-index:500; 
	font-family:'Helvetica', Verdana, Sans-serif;
}
.menu li.top {
	display:block; 
	float:left;
}
.menu li a.top_link {
	padding:0px;
	display:block; 
	float:left; 
	height:33px; 
	color:#000; 
	text-decoration:none; 
}
.menu li a.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;
}
.menu li:hover > a.top_link span {
	line-height:24px;
	color:red;
	background: url(images/nav/tab_down.png) no-repeat; 
}
.menu li a.top_link b {
	margin-right: 5px;
	padding:0px;
	display:block; 
	width:30px; 
	height:33px; 
	float:left; 
}
.menu li a.top_link b.down {
	background: url(images/nav/arrow_up.png) no-repeat;
}
.menu li:hover > a.top_link b.down {
	background: url(images/nav/arrow_down.png) no-repeat;
}
.menu table {
	border-collapse:collapse; 
	width:0; 
	height:0; 
	position:absolute; 
	top:0; 
	left:0;
}
/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover {
	visibility:visible; 
	position:relative; 
	z-index:200;
}
.menu li:hover {
	position:relative; 
	z-index:200;
}
/* keep the 'next' level invisible by placing it off screen. */
.menu ul {
	position:absolute; 
	left:-9999px; 
	top:-9999px; 
	width:0; 
	height:0; 
	margin:0; 
	padding:0; 
	list-style:none;
}
.menu :hover ul.sub {
	left:0; 
	top:25px;  
	width:165px;  
	z-index:300;
}
.menu :hover ul.sub li {
	display:block;  
	float:left; 
	width:195px; 
	white-space:normal;
	background: url(images/nav/sub_mid.png) repeat-y;
}
.menu :hover ul.sub li a {
	margin-left:8px;
	display:block; 
	position:relative; 
	font-size:11px; 
	width:165px; 
	line-height:20px; 
	white-space:normal;
	color:#000; 
	text-decoration:none;
	background:url(images/nav/trans.gif);
}
.menu :hover ul.sub li a:hover {
	color:red;
}
.menu :hover ul.sub :hover > a {
	color:red;
}
.menu :hover ul :hover ul {
	left:165px; 
	top:0; 
	white-space:nowrap; 
	width:165px; 
	z-index:400; 
	height:auto;
}
.menu :hover ul.sub li.subtop {
	background:url(images/nav/sub_top.png);
	width:195px;
}
.menu :hover ul.sub li.subbot {
	height:30px; 
	width:195px;
	background:url(images/nav/sub_bot.png);
}

/* ONE ITEM DROPDOWN FIX / subbot2 CLASS */
.menu :hover ul.sub li.subbot2 {
	height:30px; 
	width:195px;
	background:url(images/nav/sub_bot2.png);
}



/* Old Dropdown Styles */
/*
.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;
}*/