ul, li{
	padding: 0px;
	margin: 0px;
}

.clearer{clear: both;}
ul#topmeganav {
	width:640px;
	position:relative;
	display:block;
	height:41px;
	font-size:12px;
	text-transform: uppercase;
	color: #f3f3f3;/*#575757;*/
	background:transparent url(/images/newnav2bg.png) repeat-x top left;
	font-family:Arial,Verdana,Helvitica,sans-serif;
	border:1px solid #fcc507;
	border-bottom: none;
	/*border-top:1px solid #f3f3f3;
	border-right:1px solid #f3f3f3;
	border-left:1px solid #f3f3f3;*/
	z-index:999;
	font-weight: bold;
	
}

ul#topmeganav li {
	position: relative;
	list-style: none;
	float: left;
	margin: 0px;
	padding: 0px;
}
ul#topmeganav li a {
	padding: 13px 25px 13px 25px;
	display: block;
	cursor: point;
	/*border-right: solid 1px #4a779d;*/
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
}

ul#topmeganav a.selected, ul#topmeganav a:hover{
	color: #fff !important;
	/*background: #FFFFFF url(/images/newnavhoverbg.png) repeat scroll 0 0;*/
}

ul#topmeganav a:hover {
	color:#ffd706 !important;
	text-decoration: none;
	background-color: #F0F0F0;
	background: #FFFFFF url(/images/newnavhoverbg.png)
}

#topmeganav div ul{
	position: relative;
	display: block;
	font-weight: bold;
}


/* SUB Nav */
/*#sub{

}*/
ul#topmeganav li .sub {
	position: absolute; /*--Important--*/
	top: 67px; left: -88px;
	z-index: 99999;
	background-color: #3c3b3b; /*#3c3b3b;--Background gradient--*/
	padding: 10px 10px 10px 0;
	float: left;
	font-weight: normal;
	height: 400px; /*Remove this for auto height*/
	display: none;
	background-image: #FFFFFF url(/images/dropbgsubmenu.png);
	background-repeat: repeat;
}
ul#topmeganav li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
ul#topmeganav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	float: left;
	border-left: 1px solid #999; display: block;
}
ul#topmeganav .sub ul li {
	width: 100%; /*--Override parent list item--*/
}
ul#topmeganav .sub ul li h2 { /*--Sub nav heading style--*/
	padding: 0;  margin: 0;
	/*font-size: 1.3em;*/
	font-weight: normal;
}
ul#topmeganav .sub ul li h2 a { /*--Sub nav heading link style--*/
	padding: 5px 0;
	background-image: none;
	color: #e8e000;
}
ul#topmeganav .sub ul li a {
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	background: url(navlist_arrow.png) no-repeat 5px 12px;
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	color: #fff;
}
ul#topmeganav .sub ul li a:hover {
	color: #ffd706;
	text-decoration: underline;
	background-position: 5px 12px ;/*--Override background position--*/
}

ul#topmeganav .sub img{
	float: left;
	margin-right: 10px;
	border: 1px solid #888;
}

/*Original SubMenu
#maincontainer{width: 220px;}
#mainleftbig{float: left;}
#mainleftbig img{margin-right: 10px; width: 50px; height: 50px; border: 1px solid #888;}
#mainrightbig{width: 180px; font-size: 15px; font-weight: bold;}

#mainleftsmall     {float: left; padding-left: 20px;}
#mainleftsmall img { width: 30px; height: 30px; border: 1px solid #fff;}
#mainrightsmall    {width: 160px; font-size: 12px; font-weight: normal; line-height: 15px; text-transform:capitalize;}*/


#menu {
  width: 640px;
  height: 41px;
  background: #e9e9e9;
  width:640px;
	
	
	font-size:12px;
	text-transform: uppercase;
	color: #000;/*#575757;*/
	background:transparent url(/images/newnav2bg.png) repeat-x top left;
	font-family:Arial,Verdana,Helvitica,sans-serif;
	border:1px solid #fcc507;
	border-bottom: none;
	/*border-top:1px solid #f3f3f3;
	border-right:1px solid #f3f3f3;
	border-left:1px solid #f3f3f3;*/
	z-index:999;
	font-weight: bold;
}


/* DIV MENU DEMO LIST STYLE */

#menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#menu ul li {
  display: inline;
}

#menu ul li a {
  padding: 13px 25px 13px 25px;
	display: block;
	cursor: point;
	/*border-right: solid 1px #4a779d;*/
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	float: left;
}

#menu ul li a:hover, #menu ul li a.active  {
   color:#ffd706 !important;
	text-decoration: none;
	background-color: #F0F0F0;
	background: url(/images/newnavhoverbg.png);
}

#menu .activeproduct  {
   color:#ffd706 !important;
	text-decoration: none;
	background-color: #F0F0F0;
	background: url(/images/newnavhoverbg.png);
}

/* HIDDEN DIV PANEL STYLE */

#hidden-div {
    position: absolute; /*--Important--*/
    /*top:0;*/
    width: 931px;
	z-index: 99999;
	background-color: #3c3b3b; /*#3c3b3b;--Background gradient--*/
	float: left;
	font-weight: normal;
	height: auto; /*Remove this for auto height*/
	display: none;
	background-image: #FFFFFF url(/images/dropbgsubmenu.png);
	background-repeat: repeat;
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0 auto;
	margin-left: -1px;
}

/* HIDDEN DIV PANEL - CONTENT INSIDE */



#maincontainer{float:left; width:230px;text-transform: uppercase;color: #f3f3f3; border-left: 1px solid #fff;}
#mainleftbig{display: block;}
#mainleftbig img{float:left;margin-right: 5px; width: 50px; height: 50px; border: 1px solid #888;}
#mainrightbig{/*width: 160px;*/ font-family:Verdana, Tahoma, "Lucida Sans";font-weight: bold;font-size: 13px;}

#mainrightbig a{color: #fff; text-decoration: none;}
#mainrightbig a:hover{color: #fff; text-decoration: underline;}

#mainleftsmall {display: block; margin-bottom: 8px;}
#mainleftsmall img {float:left;width: 30px; height: 30px; border: 1px solid #fff; margin-right:5px;}
#mainrightsmall {width: 160px; text-transform:capitalize;font-family:Verdana, Tahoma, "Lucida Sans";font-weight: normal;font-size: 11px;}




#mainrightsmall a {color: #fff; text-decoration: none;}
#mainrightsmall a:hover{color: #fff; text-decoration: underline;}


#maincontainer a {color: #fff; text-decoration: none;}
#maincontainer a:hover{color: #fff; text-decoration: underline;}

.clearer{clear: both;}