﻿/* All menu style *//* CopyRight IDI Technology Services Pvt. Ltd */

.horizentalmenu
{
	background: url( "../images/horizentalmenuBG.gif" ) repeat-x;
	width: 946px;
	height: 35px;
	border: 1px solid #bfbdbd;
}
.menuitems
{
	width: 946px;
	margin: 0;
	padding: 0;
}
*html .menuitems /* CSS for IE */
{
}
/* Horizental menu end */

.chromestyle
{
}

.chromestyle:after
{
	/*Add margin between menu and rest of content in Firefox*/
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.chromestyle ul
{
	margin: 0;
	padding: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
	text-transform: capitalize;
}

.chromestyle ul li
{
	display: inline;
}
.chromestyle ul li a img
{
	border: none;
	vertical-align: middle;
	padding-bottom: 4px;
	padding-right: 2px;
}

.chromestyle ul li a
{
	text-decoration: none;
	display: block;
	float: left;
	color: Black;
	font-size: 12px;
	padding-left: 18.5px;
	padding-right: 18.5px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: bold;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected
{
	/*script dynamically adds a class of "selected" to the current active menu item*/ /* background:#ab0304;*/ /* color: #FFFFFF; 	background: #0730e1; */
	text-decoration: none;
	color: White;
	display: block;
	float: left;
	background: url( "../images/hmenuhover.gif" ) repeat-x;
}
.chromestyle ul li.mdivider
{
	height: 25px;
	width: 1px;
	display:block;
	float:left;
	margin-top:5px;
	background: url( "../images/mdivider.gif" ) no-repeat;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv
{
	position: absolute;
	z-index: 9999;
	background: #eaeaea url("../images/dropmenuBG.gif") repeat-x;
	width: 140px;
	visibility: hidden;
	margin-top: -1px;
	filter:alpha(opacity=90);/* for IE */
    opacity:0.9;
    border-top:2px solid #767676;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a
{
	display: block;
	text-decoration: none;
	padding-bottom: 10px;
	padding-top: 5px;
	padding-left: 5px;
	font-size: 11px;
	color: Black;
	outline: none;
	text-align: left;
}

* html .dropmenudiv a
{
	/*IE only hack*/
}

.dropmenudiv a:hover
{
	/*THEME CHANGE HERE*/ /* background-color: #ab0304; */
	background: #818181;
	color: White;
	font-size: 11px;
	padding-bottom: 10px;
	padding-top: 5px;
	padding-left: 5px;
}
