.navCnt{
	padding:0px;
	width:946px;
	height:39px;
	background:url(../images/menu_bg.gif) no-repeat left top;
	
}
.chromestyle{
font: 12px arial;
padding-left: 00px; /*offset of tabs relative to browser left edge*/
padding-top:0px;
height:auto;

}

.chromestyle ul{
margin: 0;
padding:0 15px;
list-style-type: none;

}
.nobg
{
background:none !important;
}

/*Top level list items*/
.chromestyle ul li{
position: relative;
display: inline;
background:url(../images/seprater.gif) no-repeat right 2px;
float: left;
height:39px;

}

/*Top level menu link items style*/
.chromestyle ul li a{
float:left;
padding-right:15px;
text-decoration:none;
padding-left:16px; 
/*border: 1px solid #ddd;*/
color: #fff;

text-decoration: none;
text-transform:capitalize;
height:29px; 
font-size:15px;
/*border-right:1px solid #CCCCCC;*/

padding-top:10px;

}

.chromestyle ul li a:hover, .chromestyle li a:hover.homeOn, .chromestyle li a.aboutOn, .chromestyle li a.philosophyOn, .chromestyle li a.organizationOn, .chromestyle li a.focusOn, .chromestyle li a.puplicationOn, .chromestyle li a.wedoOn, .chromestyle li a.careersOn, .chromestyle li a.contactOn{
color: #fff !important;text-decoration:none;
}
.chromestyle li a.homeOn
{
background:url(../images/mainnav-on-small-bg.gif) no-repeat center 4px;
color:#fff;
}
.chromestyle li a.aboutOn
{
background:url(../images/on_about.gif) no-repeat center 4px;
}
.chromestyle li a.profileOn
{
background:url(../images/on_profile.gif) no-repeat center 4px;
}

.chromestyle li a.productsOn
{
background:url(../images/on_products.gif) no-repeat center 4px;
}

.chromestyle li a.servicesOn
{
background:url(../images/on_services.gif) no-repeat center 4px;
}
.chromestyle li a.careersOn
{
background:url(../images/on_careers.gif) no-repeat center 4px;
}
.chromestyle li a.newsOn
{
background:url(../images/on_news.gif) no-repeat center 4px;
}
.chromestyle li a.advertisingOn
{
background:url(../images/on_advertising.gif) no-repeat center 4px;
}
.chromestyle li a.aboutOn
{
background:url(../images/on_about.gif) no-repeat center 4px;
}
.chromestyle li a.contactOn
{
background:url(../images/on_contact.gif) no-repeat center 4px;
}
.chromestyle li a.siteMapOn
{
background:url(../images/on_siteMap.gif) no-repeat center 4px;
}

.dropmenudiv{
position:absolute;
top:175px !important;
border-left: 1px solid #333; 
border-right: 1px solid #333;
border-bottom: 1px solid #333;/*THEME CHANGE HERE*/ 
background:#1d190e; 
line-height:18px;
z-index:100;
width: 200px;
visibility: hidden;
}

.dropmenudiv a{
width: auto;
color:#fff;
display: block;
text-indent: 3px;
border-bottom: 1px solid #333; /*THEME CHANGE HERE*/
padding: 4px 4px;
text-decoration: none; 
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #ff8200;
color:#fff;
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
font: normal 13px Verdana;
width: 115px; /*width of sub menus*/
background: #f2f2f2;
color: black;
padding: 5px 8px;
margin: 0;
border-top-width: 0;
border-right:1px solid #8f967e;
border-bottom:1px solid #8f967e;
border-left:1px solid #8f967e;
text-align:left;
color:#fff;
background-image:url(../images/submenu.jpg);
background-position:top left;
background-repeat:repeat-x;
opacity:.70;
filter: alpha(opacity=70);

}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
background: #72a00a;
color: #301406;
background-image:url(../images/submenu_hover.jpg);
background-position:top left;
background-repeat:repeat-x;
visibility:20%


}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 7px;
right: 5px;
visibility:hidden;
}

.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;
visibility:hidden;
}


