.submenu{
	position:absolute;
	background:white;
	border-style:solid;
	border-width:1px;
	margin-left:100px;
	margin-top:-20px;
	display:none;
	}
.menuitem{
	width:200px;
	height:20px;
	font-weight:bold;
	margin:2px;
	}
.menuitem_over{
	width:200px;
	height:20px;
	background:green;
	font-weight:bold;
	color:white;
	margin:2px;
	}
div.menuitem_over a{
	color:#FFFFFF;
	text-decoration:none;
	}
div.menuitem_over a:hover{
	color:#FFFFFF;
	text-decoration:none;
	}
div.menuitem a{
	color:#000000;
	text-decoration:none;
	}
div.menuitem a:hover{
	color:#000000;
	text-decoration:none;
	}

#vertical_mainmenu{
	width:200px;
	}
#vertical_mainmenu_header{
	width:200px;
	height:20px;
	font-weight:bold;
	font-size:14px;
	color:white;
	background:#004612;
	}
.submenu a{	text-decoration:none;
	color:#000000;
    }
.submenu a:hover{	color:#000000;
	}
.submenu a div{
	padding-bottom:5px;
    }
.submenu a:hover div{
    background:#d9d9d9;
    width:100%;
    height:100%;
    cursor:pointer;
    }
#submenu_0{
    width:120px;
    }
#submenu_1{
    width:220px;
    }
#submenu_2{
    width:200px;
    }
#submenu_3{
    width:200px;
    }
#submenu_4{
    width:320px;
    }
#submenu_5{
    width:100px;
    }
