.menu 
{
	font-family			: tahoma;
	font-size			: 10px;
	font-weight			: normal;

	margin-left			: 0px;
	padding-left		: 0px;
	text-indent			: -3px;

	list-style-type		: none;
	vertical-align		: middle;
	
	background-repeat   : no-repeat;
	-moz-box-sizing		: border-box;
}

.submenu
{
	margin-left			: 0px;
	padding-left		: 0px;
	text-indent			: -3px;

	list-style-type 	: none;
	display				: none;
	background-image	: none;
	background-color	: transparent;
	-moz-box-sizing		: border-box;
}

.menu LI
{
	padding				: 0px;
	padding-left		: 20px;
	background-position : 2px 0px;
	background-repeat	: no-repeat;

	line-height			: 12px;
	vertical-align		: top;
	margin-top			: 2px;
	margin-bottom		: 2px;
	-moz-box-sizing		: border-box;
	/*border: 1px solid #000000;*/
}

.submenu LI
{
	margin-left			: 0px;
	background-position : 2px 1px;
	background-repeat	: no-repeat;

	line-height			: 14px;
	-moz-box-sizing		: border-box;
}

LI .menuitem 
{
	cursor : hand;
	cursor : pointer;
}

/* The links defined here */
.menu A, .menu A.important
{
	padding				: 1px;
	padding-left		: 3px;
	padding-right		: 3px;
	
	line-height			: 15px;
	
	text-decoration		: none;
	color				: #333333;
	
	/*border				: 1px solid white;*/
	
	/*text-transform		: uppercase;*/
}

.menu A.important
{
	color				: #ff0000;
	font-size			: 11px;
	font-weight			: bold;
}

.menu A:hover
{
	color				: #ff3333;
	text-decoration		: underline;
	/*border				: 1px solid #666666;*/
}

A.menuitem
{
	padding-left		: 3px;
	padding-right		: 3px;
	margin-top			: 0px;
	
	color				: #ff6600;
	text-decoration		: none;
	text-transform		: uppercase;
	font-weight			: normal;
	/*border				: 1px solid white;*/

	-moz-box-sizing		: border-box;
}

A:hover.menuitem
{
	color				: #ff3333;	
	text-decoration		: underline;
	/*border				: 1px solid #666666;*/
}