.KMenu_RootMenu{
    width:600px;
	padding:0px;
	margin-bottom:5px;
	margin-top:0px;
}


.KMenu_RootMenu .KMenuItem{
	padding-left:1px;
	padding-right:1px;
	margin:0px;
    	background:url(../images/menuArrow.gif) right center no-repeat;
	cursor:hand;
	height:27px;
}
	.KMenu_RootMenu .KMenuItem .KLabel{
		padding-top:6px;
		padding-bottom:6px;
		padding-right:20px;
		text-align:right;
		font-size:11pt;
		color:#cfcfcf;
		font-family:'Century Gothic', Verdana;
		height:27px;
		width:100%;
	}
	
	
.KMenu_RootMenu .KMenuItemOver{
	padding-left:1px;
	padding-right:1px;
	margin:0px;
	background:url(../images/menuArrow.gif) right center no-repeat;
	cursor:hand;
	height:27px;
}
	.KMenu_RootMenu .KMenuItemOver .KLabel{
		padding-top:6px;
		padding-bottom:6px;
		padding-right:20px;
		text-align:right;
		font-size:12pt;
		color:#ffffff;
		font-family:'Century Gothic', Verdana;
		height:27px;
		width:100%;
	}
	
	
.KMenu_RootMenu .KMenuItemSelected{
	padding-left:1px;
	padding-right:1px;
	margin:0px;
	background:url(../images/menuArrow.gif) right center no-repeat;
	cursor:hand;
	height:27px;
}
	.KMenu_RootMenu .KMenuItemSelected .KLabel{
		padding-top:6px;
		padding-bottom:6px;
		padding-right:20px;
		text-align:right;
		font-size:12pt;
		color:#ffffff;
		font-family:'Century Gothic', Verdana;
		height:27px;
		width:100%;
	}

.KPopupGroup_RootMenu{
	width:200px;
    border:1px solid #cfcfcf;
    padding:0px;
}
.KPopupGroup_RootMenu .KMenuItem{	
	background-color:whitesmoke;
	padding:4px 6px 4px 6px;
	cursor:hand;
	height:18px;
	background-color:#690102;
}
	.KPopupGroup_RootMenu .KMenuItem .KLabel{
	    	font-weight:normal;
		font-size:10pt;
		color:#cfcfcf;
		font-family:'Century Gothic', Verdana;
	}
	
.KPopupGroup_RootMenu .KMenuItemOver{
	background-color:whitesmoke;
	padding:4px 6px 4px 6px;
	cursor:hand;
	height:18px;
	background-color:#A10304;
}
	.KPopupGroup_RootMenu .KMenuItemOver .KLabel{
		font-weight:normal;
		font-size:10pt;
		color:#ffffff;
		font-family:'Century Gothic', Verdana;
	}
	
.KPopupGroup_RootMenu .KMenuItemSelected{
	background-color:whitesmoke;
	padding:4px 6px 4px 6px;
	cursor:hand;
	height:18px;
	background-color:#A10304;
}
	.KPopupGroup_RootMenu .KMenuItemSelected .KLabel{
		font-weight:bold;
		font-size:10pt;
		color:#ffffff;
		font-family:'Century Gothic', Verdana;
	}