/* -------------------------------------------------------------------------------
   ---------------------------------- TOP MENU -----------------------------------
   ------------------------------------------------------------------------------- */
div#topmenucontrol
{
	position: relative;
	padding: 0 0 3px 14px;
	*padding: 4px 0 3px 14px;
	height: 10px;
	*height: 16px;

	top: -105px;
	*top: 0;

	width: auto;
	float: right;
	text-align: right;
}
div.topmenuitem, div.selectedtopmenuitem, div.topmenuseparator
{
	display: block;
	position: relative;
	float: left;	
	height: 100%;
	text-align: right;
}

div.topmenuitem, div.selectedtopmenuitem 
{
	padding: 0 3px 0 3px;
}

div.selectedtopmenuitem
{
	background-color: #D1D0D0;
}

div.topmenuseparator 
{
	margin: 0 3px 0 3px;
}
div.topmenuitem a, div.selectedtopmenuitem a
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 9px;
	color: #000;
	text-decoration: none;
	font-weight: normal;
}
div.topmenuitem a:hover
{
	background-color: #F2F0F0;
}

/* -------------------------------------------------------------------------------
   --------------------------------- LEFT MENU -----------------------------------
   ------------------------------------------------------------------------------- */
div.menuheader 
{
	height: 1px;
	border-top: 1px solid #A2A1A1;
	padding: 0;
	margin: 0 0 -12px 0;
	width: 100%;
	display: inline;
}

div.menuitem, div.menuitemselected, div.parent_menuitem, div.parent_menuitemselected
{
	position: relative;
	float: left;
	display: inline;
	height: 24px !important;
	*height: 12px !important;
	border-bottom: 1px solid #A2A1A1;	
	margin: 0;
	
	padding: 2px 0 2px 0;	

	width: 166px;
	*width: 100%;
}

div.menuitemselected a, div.parent_menuitemselected a
{
	width: 166px;
	*width: 100%;
	background-color: #D1D0D0;
}

div.menuitem a:hover,
div.menuitemselected a:hover,
div.parent_menuitem a:hover,
div.parent_menuitemselected a:hover 
{
	background-color: #F2F0F0;
}

div.leftmenublock, div.leftmenublockgrey
{
	height: 100%;
	*height: 16px;
	position: relative;
	float: left;
	display: inline;
	font-size: 0px;
	margin: 0;
	padding: 0;	
}
div.leftmenublockgrey 
{
	background: #D1D0D0;
}

div.leftmenulink 
{
	height: 100%;
	position: relative;
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
}

div.menuitem a, div.menuitemselected a, div.parent_menuitem a, div.parent_menuitemselected a
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #000;
	text-decoration: none;		
	display: block;	
	margin: 0;	
	
	font-weight: normal;	
	width: 166px;
	*width: 100%;	
	height: 20px;
	*height: 100%;

	padding: 4px 0 0 0;
	*padding: 2px 0 2px 0;
}

div.leftmenuarrow 
{
	position: relative;
	float: right;
	width: 9px;
	display: block;
	margin-top: -16px;
	padding-right: 4px;
}