/* Menu elements */

.topmenu {
	height: auto;
	width: 100%;
	background-color: #fff;
	text-align: left;
	text-indent: 10px;
	padding: 8px 0 0 0;
	border-bottom: 1px solid #F8A72E;
}

.menu_container {
	background: none;
}

.menuitem {
	margin: 4px 2px;
	font-size: 12px;
	background: url(orange_yellow.png);
	background-repeat: repeat-x;
	color: #000;
	text-decoration: none;
	padding: 2px 3px;
	font-weight: normal;
	text-align: center;
	border-top: solid 1px #6B02C7;
	border-left: solid 1px #6B02C7;
	border-right: solid 1px #6B02C7;
	border-bottom: solid 1px #6B02C7;
}

.subholder {
	border: solid 1px #00f;
}

.rootitem {
	font-size: 12px;
	background: url(orange_yellow.png);
	background-repeat: repeat-x;
	color: #000;
	text-decoration: none;
	padding: 2px 3px;
	margin: 0 2px;
	border-top: solid 1px #6B02C7;
	border-left: solid 1px #6B02C7;
	border-right: solid 1px #6B02C7;
	border-bottom: 0;
	font-weight: normal;
	text-align: center;
}

.rootselected{
	font-size: 12px;
	background: url(orange_yellow.png);
	background-repeat: repeat-x;
	color: #000;
	text-decoration: none;
	padding: 2px 3px;
	margin: 0 2px;
	font-weight: normal;
	text-align: center;
}

.menuhover {
	font-size: 12px;
	background: #F6F488;
	color: #48097E;
	text-decoration: none;
	padding: 2px 3px;
	margin: 0 2px;
	border-top: solid 1px #6B02C7;
	border-left: solid 1px #6B02C7;
	border-right: solid 1px #6B02C7;
	border-bottom: 0;
	font-weight: normal;
	text-align: center;
}

.smallpad{
	margin-right: 2px;
}

.menuitemsel {
	font-size: 12px;
	background: #F6F488;
	color: #000;
	text-decoration: none;
	padding: 2px 3px;
	font-weight: normal;
	text-align: center;
	margin: 0 2px;
}

.selsubmenu{
	font-size: 12px;
	background: #F6F488;
	color: #48097E;
	text-decoration: none;
	padding: 2px 3px;
	margin: 1px 4px;
	font-weight: normal;
	text-align: center;
}

.main_dnnmenu_break{
	padding: 2px;
	margin: 2px;
}

.menuitem a{
	color: #000;
}

.menuitem a:hover{
	color: #253FE7;
}

.menuitem a:visited{
	color: #6B02C7;
}

.seperatorclass{
	margin: 2px;
}


/* Matsonsoft 2007 -  All rights reserved. */