﻿/* sub web local styles */


/* Main page button */
.em-button {
				background:url('/entrepreneurship/images/bg-off.jpg');
				display:block;				
				width:510px;
				height:130px;
				margin-bottom:10px;
				text-decoration:none !important;
				border: 1px #d3d3d6 solid;
				clear:both;

}

a:hover.em-button {
				background:url('/entrepreneurship/images/bg-on.jpg');
}

.em-button img {
				float:left;
				margin:7px 10px 0 7px;
				border-top: 1px #d3d3d6 solid;
				border-right: 1px #f4f4f4 solid;
				border-bottom: 1px #eeeeee solid;
				border-left: 1px #d3d3d6 solid;
}

ul#alphaMenu {
				margin: 0 0 0 0;
				padding: 0 0 0 0;
}


#alphaMenu li:hover {
				display: block;
				background: #e5eff7;
				color: #72808e;
				text-decoration: none;
}

#alphaMenu strong {
			font-weight:bold !important;
			color:#336699;
			}

#alphaMenu li {
				list-style-type: none;
				display: block;
				margin: 0 0 0 0;
				padding: 0 4px 0 7px;
				color: #e6eaf4;				
}

#alphaMenu a:link, #alphaMenu a:visited {
				display: block;
				text-decoration: none;
				color: #72808e;
				margin:10px 5px 5px 5px

}
