/* common styling */
.mac{
	background:#fff;
}

.menu {
	font-family: verdana, sans-serif;
	font-weight: bold;
	font-size:100%;
	color:#5A215F;
	width:192px;
	margin:0;
	vertical-align: top;
	z-index: 2;
}
.menu ul li a, .menu ul li a:visited {
	display:block;
	text-decoration:none;
	width:170px;
	height:23px;
	text-align:center;
	line-height:30px;
	font-family: verdana, sans-serif;
	font-weight: bold;
	font-size:8pt;
	color:#173c71;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #8C8C00;
	border-right-color: #8C8C00;
	border-bottom-color: #8C8C00;
	border-left-color: #8C8C00;
	background-color: #F7CB2E;
}


.menu ul {padding:0; margin:0;list-style-type: none; }
.menu ul li {float:left; margin-right:1px; position:relative;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {
	color:#FFF;
	background-color: #005;

}

.leftnavigation a:hover{
	color: #ffffff;
	background-color: #005;
	
}


.menu ul li:hover ul {display:block; position:absolute; top:0; left:192px; width:240px;}
.menu ul li:hover ul li a.hide {
	background:#fff;
	color:#000;
}
.menu ul li:hover ul li:hover a.hide {width:260px;}
.menu ul li:hover ul li ul {
	display: none;

}
.menu ul li:hover ul li a {
	display:block;
	color:#FFF;
	width:280px;
	background-color: #011655;
	

		
	
}
.menu ul li:hover ul li a:hover {
	color:#005;
	background-color: #F7CB2E;
}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:181px; top:0; color:#000;}
.menu ul li:hover ul li:hover ul li a {display:block; width:230px; background:#dfc184; color:#000;}
.menu ul li:hover ul li:hover ul li a:hover {background:#bd8d5e; color:#fff;}
.facebook {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #173C71;
}

.facebook a{
	margin-left: 0px;
	color: #173C71;
	font-size: 9pt;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	background-position: 0px 0px;
	text-decoration: blink;
}

.contentleft1 a{
	width: 180px;
	padding-left: 4px;
	border-bottom: 0px solid #999999;
	text-decoration: underline;
}


