
/* Real menu */
ul.menu, li.menu
{
	font-size: 10pt;
	FONT-FAMILY: Arial, Verdana;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	display: inline;
}

ul.menu
{
	width: 150px;
	border: solid 1px #333333;
	border-top: solid 1px #333333;
	border-right: solid 1px #333333;
	padding: 0px;
}

li.menu ul.menu
{
	display: none;
	position: absolute;
	margin-left: 115px;
	margin-top: -18px;
}

li.menu a
{
	text-decoration: none;
	color: #333399;	
	padding: 2px;
	background-color: #ffffee;
	width: 100%;
	display: block;
	border-top: 1px #333333;
	border-bottom: 1px #333333;
	text-indent: 2px;
	FONT-FAMILY: Arial, Verdana;
	font-size: 10pt;
}

li.menu a:hover
{
	background-color: #FFE7B5;
	text-decoration: underline;
}

li.menu
{	
	background-color: #ffffee;
	float: left;
	width: 100%;
}

a.hassubmenu
{
	background-image: url(../planning/images/hassubmenu_arrow.gif);
	background-repeat: no-repeat;
	background-position: 140px 7px;
}

#mainmenu, #stumenu
{
	margin: 0px;	
	margin-left: 0px;	
	float: left;
	border-bottom: solid 1px #333333;
}

#StuAnchor
{
	text-decoration: none;
	color: #333399;	
	padding: 2px;
	background-color: #ffffee;
	width: 100%;
	display: inline;	
	text-indent: 2px;
	FONT-FAMILY: Arial, Verdana;
	font-size: 10pt;
	font-weight: bold;
	TEXT-ALIGN: center;
}

#StuAnchor:hover
{
		text-decoration: underline;
}
