/*New Classes Added Starts*/
.menuHolder{ border:1px solid #cccccc; border-top:0px;}
* html .menuTopAdj{ height:11px;}
.menuTopAdj{ background:url(../images/img_topnav_divider.gif) 0px 0px repeat-y;height:12px; padding:0px;margin:0px;}
.noBb{background:none !important;}
.chromestyle ul li a#ourproducts, .chromestyle ul li a#ourproducts{background:none !important;}
.chromestyle ul li a:link.selected{ color:#cc3366 !important}
.chromestyle ul li a.selected{ color:#cc3366 !important}
.topNavMenu{
	background:url(../images/img_topnav_bgr.gif) left bottom repeat-x #fefefe;
	height:37px;
	padding:0px 0px 0px 8px;
}
/*New Classes Added Ends*/
.chromestyle{
	margin:0px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	width: 100%;
	padding: 0px;
	margin: 0px;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
}
.chromestyle ul li a:link, .chromestyle ul li a:visited{
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	padding:12px 10px 0px 12px;
	color:#666666;
	text-decoration: none;
	font-size:11px;
	line-height:12px;
	background:url(../images/menu_sep.gif) no-repeat 0px 10px;
	
}

.chromestyle ul li a.noborder {
	border:0px;
	
}

.chromestyle ul li a:hover, .chromestyle ul li.active a:link, .chromestyle ul li.active a:visited {
	color:#cc3366;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top:0;
	/*border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	z-index:100;
	background-color: #f2f2f2;
/*	border:1px solid #ccc;
	border-top:0px;*/
	margin-top:-1px;
	*margin-top:0px;
	visibility: hidden;
	padding:0px 0px 0px 0px;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}
.dropmenudiv ul.menu{
	padding: 0px;
	margin: 0px;
	text-align: left; /*set value to "left", "center", or "right"*/
}
.dropmenudiv ul ul{
	display:none;
}
.dropmenudiv ul li{
	display:block;
	list-style:none;
	list-style-type:none;
	list-style-image:none;
	float:left;
	margin:0px;
	padding:0px;
	clear:both;
	width:100%;
}
.dropmenudiv ul li a:link, .dropmenudiv ul li a:visited{
	display: block;
	text-indent: 0px;
/*	border-top: 1px solid #7B8FD4; /*THEME CHANGE HERE*/
/*	border-bottom: 1px solid #6173B2; /*THEME CHANGE HERE*/
	text-decoration: none;
	color:#666666;
	line-height:1.3em;
	padding: 5px 8px;
}

.dropmenudiv ul li a:hover{ /*THEME CHANGE HERE*/
	background:url(../images/btn_menu_drop.gif) 95% 6px no-repeat #cc3366;
	color:#fff !important;
}

/*NEW STYLES ADDED 25 July 2008 Start*/




