.navbarMenu
{
width:150px;
margin-right:0px;
}  

.mainDiv
{
  margin-left:0px; /* The Div left indent of drop top menu */
  width:150px;
  position:relative;
  top:0px;
}

.topItem
{
  text-indent:10px;
  font: bold 12px arial;
  background-image: url(design/arrow-up.png);
  border: none;
  width: 150px;
  height: 20px;
  color: white;
  cursor:pointer;
  padding-top: 4px;
  padding-bottom: 4px;
}

.topItemOver
{
  text-indent:10px;
  font: bold 12px arial;
  background-image: url(design/arrow-up-over.png);
  height: 20px;
  width: 150px;
  color: white;
  cursor:pointer;
  padding-top: 4px;
  padding-bottom: 4px;
}

.topItemClose
{
  text-indent:10px;
  font: bold 12px arial;
  background-image: url(design/arrow-down.png);
  height: 20px;
  width: 150px;
  color: white;
  cursor:pointer;
  padding-top: 4px;
  padding-bottom: 4px;
}


.topItemCloseOver
{
  text-indent:10px;
  font: bold 12px arial;
  background-image: url(design/arrow-down-over.png);
  height: 20px;
  width: 150px;
  color: white;
  cursor:pointer;
  padding-top: 4px;
  padding-bottom: 4px;
}



.dropMenu
{
  filter:alpha(opacity=100);
  padding-top:0px;
  padding-bottom:0px;
  background-color: #C6C6C6;
}

.subMenu
{
   display:block;
}

.subItem
{
   margin-left:0px;
   margin-top:2px;
   height:16px;
   font: 12px arial;
   font-weight: bold;
   text-decoration:none;
   color: #000000;
   background-color: #C6C6C6;
}

.subItemOver
{
   margin-left:0px;
   margin-top:2px;
   font: 12px arial; 
   height:16px;
   cursor: pointer;
   font-weight: bold;
   color: white;
   background-color: #5B5B5B;
}

.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}


.SingleMenu
{
	text-indent:10px;
	border: none;
	width: 150px;
	height: 20px;
	color: white;
	cursor:pointer;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	background-color: #157194;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.SingleMenuForums
{
	text-indent:10px;
	border: none;
	width: 150px;
	height: 20px;
	color: white;
	cursor:pointer;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	background-color: #2192a7;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.SingleMenu a:visited {
	color: white;
	text-decoration: none;
}
.SingleMenu a:link {
	color: white;
	text-decoration: none;
}
.SingleMenu a:hover {
	color: white;
	text-decoration: none;
}
.SingleMenu a:active {
	color: white;
	text-decoration: none;
}

.SingleMenuForums a:link {
	color: white;
	text-decoration: none;
}
.SingleMenuForums a:hover {
	color: white;
	text-decoration: none;
}
.SingleMenuForums a:active {
	color: white;
	text-decoration: none;
}
.SingleMenuForums a:visited {
	color: white;
	text-decoration: none;
}

.SingleMenuOver a:visited {
	color: white;
	text-decoration: none;
}
.SingleMenuOver a:link {
	color: white;
	text-decoration: none;
}
.SingleMenuOver a:hover {
	color: white;
	text-decoration: none;
}
.SingleMenuOver a:active {
	color: white;
	text-decoration: none;
}

.SingleMenuOver
{
	text-indent:10px;
	vertical-align: bottom;
	height: 20px;
	width: 150px;
	color: white;
	cursor:pointer;
	background-color: #1C7CA5;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 4px;
	padding-bottom: 4px;
}