<style>
@import url('https://fonts.googleapis.com/css?family=Roboto');
</style>
@font-face {
	font-family: 'GujPrachi';
	src: url('GujPrachiNormal.eot');
	src: url('GujPrachiNormal.eot?#iefix') format('embedded-opentype'),
		url('GujPrachiNormal.woff') format('woff'),
		url('GujPrachiNormal.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

.textmatter	{
	font-family: 'Roboto Condensed', sans-serif;
	font-size:20px;
	color:#333333;
	line-height:30px;
	text-decoration:none;
	font-style:normal;
	font-weight:normal;
}
.textmatter1		{font-family: 'Roboto', sans-serif; font-size:13px; font-weight:normal; line-height:18px; color:#333333; text-decoration:none; }
.textmatter2		{font-family: 'Roboto', sans-serif; font-size:13px; font-weight:bold; line-height:18px; color:#d40000; text-decoration:none; letter-spacing:0.05em}
.textmatter3		{font-family: 'Roboto', sans-serif; font-size:12px; font-weight:bold; line-height:18px; color:#333333; text-decoration:none; letter-spacing:0.02em}
.textmatter4		{font-family: 'Roboto', sans-serif; font-size:14px; font-weight:bold; line-height:18px; color:#fff; text-decoration:none; letter-spacing:0.02em}
.textmatter5		{font-family: 'GujPrachi'; font-size:15px; font-weight:normal; line-height:18px; color:#333333; text-decoration:none; }
.textmatter6		{font-family: 'Roboto', sans-serif; font-size:13px; font-weight:normal; line-height:18px; color:#fff; text-decoration:none; letter-spacing:0.05em}
.textmatter8		{font-family: 'Roboto', sans-serif; font-size:11px; font-weight:normal; line-height:18px; color:#fff; text-decoration:none;}
#textmatter7 a		{font-family: 'Roboto', sans-serif; font-size:13px; font-weight:bold; line-height:18px; color:#003399; text-decoration:none; text-align:left;}
#textmatter7 a:hover	{ text-decoration:underline;}

.heading			{font-family: 'Roboto', sans-serif; font-size:18px; font-weight:bold; color:#fff;}
.heading1			{font-family: 'Roboto', sans-serif; font-size:14px; font-weight:bold; color:#fff;}
.heading2			{font-family: 'Roboto', sans-serif; font-size:14px; font-weight:bold; color:#333333;}
.heading3			{font-family: 'Roboto', sans-serif; font-size:14px; font-weight:bold; color:#990000;}

.footermenu				{font-family: 'Roboto', sans-serif; font-size:13px; font-weight:normal; line-height:30px; color:#CCCCCC; text-decoration:none;}
#footermenu a			{font-family: 'Roboto', sans-serif; font-size:13px; font-weight:normal; line-height:30px; color:#CCCCCC; text-decoration:none;}
#footermenu a:hover		{ color:#FFFFFF; text-decoration:underline;}


#menu a			{font-family: 'Roboto Condensed', sans-serif; font-size:14px; color:#fff; font-style:normal; font-weight:normal; padding:11px 15px; text-decoration:none; letter-spacing:0.05em; float:left; background:#2b2e31;}
#menu a:hover	{ color:#2b2e31; background:#c9c9c9;}

#primary_nav_wrap
{
	margin-top:0px
}

#primary_nav_wrap ul
{
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0
}

#primary_nav_wrap ul a
{
	display:block;
	color:#fff;
	text-decoration:none;
	font-weight:700;
	line-height:32px;
	padding:0 25px;
}

#primary_nav_wrap ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:0;
	z-index:99999999;
}

#primary_nav_wrap ul li.current-menu-item
{
	background:#ddd
}

#primary_nav_wrap ul li:hover
{
	background:#f6f6f6
}

#primary_nav_wrap ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#fff;
	padding:0
}

#primary_nav_wrap ul ul li
{
	float:none;
	width:200px;
}

#primary_nav_wrap ul ul a
{
	line-height:120%;
	width:200px;
	padding:10px;
	border-top:1px solid #999999;
}

#primary_nav_wrap ul ul ul
{
	top:0;
	left:100%
}

#primary_nav_wrap ul li:hover > ul
{
	display:block
}