/*Left nav CSS: 
Applies to
Internet Expolrer, Firefox, Opera, Netscape 
*/
.pg{
	width:180px;
	padding:0px;
	cursor:pointer;
}
		
.defaultStyle{
	cursor:pointer;
	cursor:pointer;
}	

.menuSectionB{
	background-color:#333333;
	width:180px;
	cursor:pointer;
}
	
.menuSectionBon{
	background-color:#333333;
	width:180px;
	cursor:pointer;
}


.menuSectionBNoBGColor{
	width:180px;
	cursor:pointer;
}
	
	
.menuSectionBNoBGColorOn{
	width:180px;
	cursor:pointer;
}


.SubMenuItem{
	color:white;
	font-family:Arial; 
	font-size:10px; 
	font-weight:bold;
	border-style:solid; 
	border-width:1px;
	border-color:#666666;
	background-color:#333333;
	border-bottom-width:0px;
	border-left-width:0px;

	width:220px;
	height:27px;   
	cursor:pointer;
}


.SubMenuItemHover{
	color:white;
	font-family:Arial; 
	font-size:10px; 
	font-weight:bold;
	border-style:solid; 
	border-width:1px;
	border-color:#666666;
  	border-bottom-width:0px;
	border-left-width:0px;
	background-color:#66cc33;
	
	width:220px;
	height:27px;
	cursor:pointer;
}


.SubMenuItemLong{
	color:white;
	font-family:Arial; 
	font-size:10px; 
	font-weight:bold;
	border-style:solid; 
	border-width:1px;
	border-color:#666666;
	background-color:#333333;
	border-bottom-width:0px;
	border-left-width:0px;

	width:200px;
	height:27px;   
	cursor:pointer;
}


.SubMenuItemHoverLong{
	color:white;
	font-family:Arial; 
	font-size:10px; 
	font-weight:bold;
	border-style:solid; 
	border-width:1px;
	border-color:#666666;
  	border-bottom-width:0px;
	border-left-width:0px;
	background-color:#66cc33;

	width:180px;
	height:27px;
	cursor:pointer;
}