/* CSS For Dropdown Menu Start */
.nav1 {

}
.nav1 ul
{
  list-style:none;
  padding:0px;
  margin:0px
}

.nav1 ul li
{
  display:inline;
  float:left;
}

.nav1 ul li a
{
	color: #555;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	display:block;
	width:166px;
	height:49px;
	line-height:49px;
	text-align:center;

}


.nav1 ul li a:hover
{
	color:#330d70;
	font-weight:bold;
	text-decoration:none;
	display:block;
	width:166px;
	text-align:center;
	background-image: url(../img/nav_hover.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.nav1 ul li.sublinks a
{
	color:#555;
	background:#f6f6f6;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	font-weight:normal;
	text-decoration:none;
	display:block;
	width:166px;
	text-align:center;
	margin-top:0px;
	overflow: hidden;
}

.nav1 ul li.sublinks a:hover
{
  color:#990000;
  background:#eee;
  font-weight:normal;
  text-decoration:none;
  display:block;
  width:166px;
  text-align:center;
}

.nav1 ul li.sublinks
{
	display:none;
}

/* CSS For Dropdown Menu End */



#container
{
  margin:0px auto;
  width:1179px;

}

.clear
{
  clear:both;
}

.left
{
  float:left;
}

.right
{
  float:right;
}
