body
{
	font-family: Arial;
	font-size: 13px;
	font-weight: 600;
}


/*********** List Css Menu ***********/
.hmenu
{
float:right;
width:600px;
}
.hmenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	
}
/**** Main Items Starts  **********/
.hmenu ul li
{
	position: relative;
	display: inline;
	float: left;
	height: 28px;
}
.hmenu ul li a
{
	display: block;
	padding: 7px 8px;
	border: 1px solid #AEBB52;
	border-top-width: 0px;
	border-bottom-width: 0px;
	text-decoration: none;
	background: url(../images/bg-light1.gif) repeat-x;
	font-family: Arial;
	font-size: 13px;
	font-weight: 600;
	color: #6d7d7c; /*   Font Color*/
	text-align: center;
	float: left;
}
/* Theme Change */
.hmenu ul li a:hover
{
	display: block;
	padding: 7px 8px;
	border: 1px solid #AEBB52;
	border-top-width: 0px;
	border-bottom-width: 0px;
	text-decoration: none;
	background: url(../images/bg-dark1.gif) repeat-x;
	font-family: Arial;
	font-size: 13px;
	font-weight: 600;
	color: #6d7d7c; /*   Font Color*/
	text-align: center;
	float: left;
}
/**** Main Item Ends  **********/

/**** Sub Item Starts **********/
.hmenu ul li ul
{
	border: 0px;
	position: absolute;
	display: block;
	visibility: hidden;
	z-index: 100;
	list-style-type: none;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
	border: solid 1px #ffffff;
}

.hmenu ul li ul li
{
	display: block;
	float: none;
	margin: 0px;
	height: 20px;
	border-top: solid 1px #ffffff;
	width: 100px;
}

.hmenu ul li ul li a
{
	background: #B2CE95;
	font: normal 11px Arial;
	color: #000000;
	text-align: left;
	padding: 0px 0px 0px 2px;
	line-height: 18px;
	height: 20px;
	width: 100%;
}
.hmenu ul li ul li a:hover
{
	background: #83ACBE; /*Theme Change for Sub Menu Item */
	font: normal 11px Arial;
	text-align: left;
	color: #000000;
	padding: 0px 0px 0px 2px;
	line-height: 18px;
	height: 20px;
	width: 100px;
	display:block;
}
.hmenu .arrowdiv
{
	position: absolute;
	right: 0;
}

* html p#iepara
{
	/*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
	padding-top: 1em;
}

/* Holly Hack for IE \*/
* html .hmenu ul li
{
	float: left;
	height: 1%;
}
* html .hmenu ul li a
{
	height: 1%;
}
/* End */

.divclass ul
{
	border: 0px;
	position: absolute;
	display: block;
	visibility: hidden;
	z-index: 100;
	list-style-type: none;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
}
.divclass ul li
{
	display: block;
	float: none;
	margin: 0px;
	height: 20px;
	border-top: solid 1px #ffffff;
	width: 100px;
}
.divclass ul li a
{
	text-decoration: none;
	background: #B2CE95;
	font: normal 11px Arial;
	color: #000000;
	text-align: left;
	padding: 0px 0px 0px 2px;
	line-height: 18px;
	height: 20px;
	width: 100%;
}
.divclass ul li a:hover
{
	text-decoration: none;
	background: #83ACBE;
	font: normal 11px Arial;
	color: #000000;
	text-align: left;
	padding: 0px 0px 0px 2px;
	line-height: 18px;
	height: 20px;
	width: 100%;
}



/**** Sub Item Ends **********/
/*************************************/



.cssmenu
{
	width: 99%;
	font-family: Arial;
	font-size: 13px;
	font-weight: 600;
}

.cssmenu:after
{
	/*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.cssmenu ul
{
	border-left: 1px solid #00000;
	border-right: 1px solid #00000;
	width: 100%;
	background: url(../images/bg-light1.gif) center center repeat-x; /*THEME CHANGE HERE*/
	padding: 7px 3px 0px 3px;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
	height: 28px;
}

.cssmenu ul:hover
{
	background: url(../images/bg-dark1.gif) center center repeat-x;
	padding: 7px 3px 0px 3px;
	height: 28px;
}

.cssmenu ul li
{
	display: inline;
}

.cssmenu ul li a
{
	color: #494949; /* padding: 4px 7px; */
	padding: 7px 3px 0px 3px;
	margin: 0;
	text-decoration: none;
	height: 28px;
}

.cssmenu ul li a:hover
{
	/*background: url(../images/bg-dark1.gif) center center repeat-x; /*THEME CHANGE HERE*/
	height: 28px;
	color: #494949; /* padding: 4px 7px;*/
	padding: 7px 3px 0px 3px;
	margin: 0;
	text-decoration: none;
}




/* ######### Style for Drop Down Menu ######### */

.dropmenudiv
{
	position: absolute;
	top: 0;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
	background-color: white;
	width: 200px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a
{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: black;
}

* html .dropmenudiv a
{
	/*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover
{
	/*THEME CHANGE HERE*/
	background-color: #F0F0F0;
}
