.glossymenu, .glossymenu li ul{
	list-style-type: none;
	margin: 0 0 0 2px;
	padding: 0;
	width: 158px;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#424242;
}
.glossymenu li{
	padding: 0 0 0 6px;
	position: relative;
	background: url(../images/arrow1.gif) no-repeat 3px center;
		
}
#drop{
	/*background-color: #ffc832;*/
	background-image: url(../images/arrow1.gif);
	background-repeat: no-repeat;
	background-position: 3px 9px;
	margin-bottom:2px;
}
.glossymenu li ul{ /*SUB MENU STYLE*/
	position: absolute;
	width: 180px; /*WIDTH OF SUB MENU ITEMS*/
	left: 0;
	top: 5px;
	display: none;
	background:#0b9ff4;
	margin-top:-5px;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	
}
.glossymenu li ul li {
	padding:1px 3px 1px 10px;
	width:180px;
	padding-left:8px;
	background-image: url(../images/white-arrow.gif);
	
}
.glossymenu li ul li a{
	border-bottom:#3cbbf9 solid 1px;
	color:#ffffff;
	width:165px;
	padding-left:6px;
}
.glossymenu li ul li a:visited{
	border-bottom:#3cbbf9 solid 1px;
	color:#ffffff;
}
.glossymenu li ul li a:hover{
	border-bottom:#3cbbf9 solid 1px;
	background-color:#67d3fe;
	color:#1e5b74;
}
/*.glossymenu li ul li:hover, .glossymenu li ul li a:hover{

	width:178px;
}*/
.glossymenu li a{
/*background: white url(glossyback.gif) repeat-x bottom left;*/
	color:#424242;
	display: block;
	width: auto;
	padding: 4px 0;
	text-decoration: none;
	padding-left:4px;
}

/*.glossymenu .arrowdiv{
position: absolute;
right: 2px;
background: transparent url(arrow.gif) no-repeat center right;
}*/

.glossymenu li a:visited, .glossymenu li a:active{
	color:#424242;
	padding-left:4px;
	
	}

.glossymenu li a:hover{
	color:#913c05;
	background-color:#ffca36;
}
	
/* Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */


/*----------------------starts-of-nev-------------------*/
.bg-nev-topleft {
	background-image: url(../images/nevtopleft.gif);
}
.bg-nev-botright {
	background-image: url(../images/nevbotright.gif);
}
.bg-nev-top {
	background-image: url(../images/bg-nevtop.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #ffb14b;
	border-right-color: #ffb14b;
	height: 5px;
}
.bg-nev-bot {
	background-color: #ffffa2;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #ffb14b;
	border-left-color: #ffb14b;
	height: 5px;
}
.bg-nev-main {
	background-color: #ffffa2;
	background-image: url(../images/bg-nevmain.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ffb14b;
	border-left-color: #ffb14b;
	padding-top: 15px;
	padding-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
.nev-normal {
	background-image: url(../images/arrow1.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 12px;
	height: 20px;
	color: #343333;
}
.nev-normal a {
	color: #343333;
	text-decoration: none;
}
.nev-normal a:hover {
	color: #EB5A13;
}
.nev-hover {
	background-image: url(../images/arrow1.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 12px;
	height: 20px;
	color: #343333;
	/*background-color: #ffc832;*/
}
.nev-hover a {
	color: #343333;
	text-decoration: none;
}
.nev-hover a:hover {
	color: #EB5A13;
}
/*----------------------end-of-nev-------------------*/.right-arrow {
	background-image: url(../images/orange-arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
