@charset "UTF-8";
.mnuBtn a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-image: url(../media/interface/_mnu/btn-menu.png);
	background-repeat: no-repeat;
	background-position: right;
	width: auto;
	height: 38px;
	clear: right;
	float: left;
	line-height: 1.9em;
	padding-right: 17px;
	padding-left: 14px;
	display: inline-block;
}

.mnuBtn a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-image: url(../media/interface/_mnu/btn-menu_o.png);
	background-repeat: no-repeat;
	width: auto;
	height: 38px;
	clear: right;
	float: left;
	line-height: 1.9em;
	padding-right: 17px;
	padding-left: 14px;
	background-position: right;
	display: inline-block;
}

.mnuBtnSelected {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	background-image: url(../media/interface/_mnu/bkg-menu_s.png);
	background-repeat: no-repeat;
	width: auto;
	height: 38px;
	clear: right;
	float: left;
	line-height: 1.9em;
	padding-right: 14px;
	padding-left: 15px;
	background-position: center;
}
.smnuName {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	height: auto;
	width: 220px;
	padding-top: 9px;
	padding-right: 9px;
	padding-bottom: 9px;
	padding-left: 23px;
	background-image: url(../media/interface/smnuName-btn_bkg-trans.png);
	background-repeat: repeat;
	background-position: center center;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.smnuBtn a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	height: auto;
	width: 220px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 22px;
	background-image: url(../media/interface/smnu-btn_bkg-trans.png);
	background-repeat: repeat;
	display: block;
	background-position: center center;
	margin-bottom: 3px;
	border: 1px solid #CCC;
}
.smnuBtn a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	height: auto;
	width: 220px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 22px;
	display: block;
	background-color: #9B0E0D;
	margin-bottom: 3px;
	border: 1px solid #CCC;
}
.smnuBtnSelected {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #000;
	background-image: url(../media/interface/_smnu/smnu-btn_s-bkg-trans.png);
	background-repeat: no-repeat;
	height: auto;
	width: 220px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 22px;
	background-position: left center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	margin-bottom: 3px;
}
.smnuIcon a {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #F00;
	background-color: #CCC;
	height: 60px;
	width: 147px;
}
.smnuIcon a:hover {
	background-image: url(../media/showcase/interface/bkg-rollOver.png);
}
.infoBtn a {
	height: auto;
	width: auto;
	background-image: url(../media/interface/smnu-btn_bkg-trans.png);
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #999;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #000;
	padding-top: 7px;
	padding-right: 18px;
	padding-bottom: 7px;
	padding-left: 18px;
	float: left;
	margin-bottom: 15px;
	border-radius: 1.5em;
	-webkit-border-radius: 1.5em;
	-moz-border-radius: 1.5em;
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.infoBtn a:hover {
	height: auto;
	width: auto;
	background-image: url(../media/interface/smnu-btn_bkg-trans.png);
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #660000;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #FFF;
	padding-top: 7px;
	padding-right: 18px;
	padding-bottom: 7px;
	padding-left: 18px;
	background-color: #9B0E0D;
	float: left;
	margin-bottom: 15px;
	border-radius: 1.5em;
	-webkit-border-radius: 1.5em;
	-moz-border-radius: 1.5em;
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
