.menu
{
	color: white;
}
.menu_header
{
	color: white;
}
.menu_item
{
	color: white;
}
a.menu_item_link
{
	color: white;
	padding-top: 2px;
	padding-bottom: 2px;
	FONT-SIZE: 12px;
    FONT-FAMILY: Tahoma,Verdana,Arial,sans-serif,Helvetica;	

}
.menu_item_top
{
	color: white;
	text-align: center;
	cursor: pointer;
	width:90px;	
	height:29px;	
	background-color: #37527D;
    FONT-FAMILY: Tahoma,Verdana,Arial,sans-serif,Helvetica;	
	font-size: 12px;
}
.menu_item_top_hov
{
    FONT-FAMILY: Tahoma,Verdana,Arial,sans-serif,Helvetica;	
	color: white;
	text-align: center;
	cursor: pointer;
	width:90px;	
	height:29px;	
	background-color: #2D4061;
	font-size: 12px;
}
.menu_item_header
{
    FONT-FAMILY: Tahoma,Verdana,Arial,sans-serif,Helvetica;	
	color: white;
	font-size: 12px;
}
.menu_item_selected
{
	color: white;
    FONT-FAMILY: Tahoma,Verdana,Arial,sans-serif,Helvetica;	
	font-size: 12px;
}
.menu_item_selected_top
{
	font-size: 12px;
	color: white;
	text-align: center;
	background-color: #2D4061;
	background-repeat: no-repeat;	
	width:90px;
	height:29px;	
    FONT-FAMILY: Tahoma,Verdana,Arial,sans-serif,Helvetica;	
}
.menuButton{
	color:White;
	font-size: 12px;
	color: white;
}
#dropmenudiv
{
	position: absolute;
	border: 1px solid White;
	border-bottom-width: 0;
	font: normal 12px;
	line-height:29px;
	z-index:100;
	width: 182px;
    FONT-FAMILY: Tahoma,Verdana,Arial,sans-serif,Helvetica;	
}

#dropmenudiv a
{
	color: White;
	width: 100%;
	display: block;
	text-indent: 3px;
	padding-top: 1px;
	text-decoration: none;
	width: 180px;
	height: 29px;
	font-size: 12px;
    FONT-FAMILY: Tahoma,Verdana,Arial,sans-serif,Helvetica;	

}
#dropmenudiv a:hover
{
	color: White;
	width: 100%;
	display: block;
	text-indent: 3px;
	padding-top: 1px;
	text-decoration: none;
	height: 29px;
	background-color: #2D4061;
    FONT-FAMILY: Tahoma,Verdana,Arial,sans-serif,Helvetica;	
	font-size: 12px;
}

