﻿/* Drop Down CSS */	
	
#csstopmenu, #csstopmenu ul
	{
	padding: 0;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:2px;	
	list-style: none;
	}

#csstopmenu li
	{
	float: left;
	position: relative;
	}

#csstopmenu a
	{
	color:#006666;
	font-size:10px;
	line-height: 20px;
	text-decoration: none;
	font-weight: regular;
	}

.mainitems
	{
	border: none;
	border-left-width: 0;
	font-size:10px;
	background-color: #006666;
	}

.headerlinks a
	{
	margin: auto 8px;
	font-weight: bold;
	color: #006666;
	font-size:10px;
	}

.submenus
	{
	display: none;
	width: 15em;
	position: absolute;
	background-color: #006666;
	line-height: 12px;
	border: none;
	font-weight: regular;			
	}

.submenus li
	{
	width: 100%;
	font-weight: regular;			
	}

.submenus li a
	{
	display: block;
	width: 100%;
	text-indent: 10px;
	font-weight: regular;
	font-size: 6px;			
	}

html>body .submenus li a
	{ /* non IE browsers */
	width: auto;
	font-weight: regular;		
	}

.submenus li a:hover
	{
	background-color: #009999;
	font-weight: regular;	
	}

#csstopmenu li>ul 
	{/* non IE browsers */
	top: auto;
	left: auto;
	}

#csstopmenu li:hover ul, li.over ul 
	{
	display: block;
	font-weight: regular;		
	}

html>body #clearmenu
	{ /* non IE browsers */
	height: 3px;
	}
