

#GCI_product_button{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#006399;
	width:310px;
	padding:8px 0px 4px 7px;
	background:#dfe7ec;
}

.glossymenu{
	margin: 5px 0;
	padding: 0;
	width: 315px; /*width of menu*/
	border: 1px solid #d0edff;
	border-bottom-width: 0;
	background-image:url(../image/bullet.png);
	background-repeat:no-repeat;
	background-position:3px 10px;

}

.glossymenu a.menuitem{
	background:#dfe7ec;
	font:14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #000;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 0;
	padding-left: 25px;
	text-decoration: none;
	border-bottom:solid 1px  #fff;
	line-height:30px;
	background-image:url(../image/bullet.png);
	background-repeat:no-repeat;
	background-position:3px 11px;

}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
	color:#000;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
}

.glossymenu a.menuitem:hover{
	background-color:#d5d4d4;

}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
	background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.glossymenu div.submenu ul li{
	border-bottom: 1px solid #d0edff;
	background-image:url(../image/bullet.png);
	background-repeat:no-repeat;
	background-position:10px 10px;
}

.glossymenu div.submenu ul li a{
	display: block;
	font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	padding: 2px 0px 0px 45px;	
	line-height:30px;
	background-image:url(../image/bullet.png);
	background-repeat:no-repeat;
	background-position:10px 11px;
}

.glossymenu div.submenu ul li a:hover{
	background:#eaf3f8;
	colorz: white;
	background-image:url(../image/bullet.png);
	background-repeat:no-repeat;
	background-position:10px 11px;
}
.galryNav{
	width:250px;
	margin:0px;
	padding:0px;
	float:left;
}
.galryNav ul{
	background-color:#dfe7ec;
	margin:0px;
	padding:10px 0px 0px 0px;
}
.galryNav ul li{
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#363636;
	line-height:16px;
	text-decoration:none;
	list-style:none;
	border-bottom:#FFF 1px solid;	
	padding:10px 0px 10px 15px;
}
.galryNav ul li a:link{
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#363636;	
	text-decoration:none;
	line-height:16px;	
	
}
.galryNav ul li a:visited{
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#363636;
	line-height:30px;
	text-decoration:none;
	line-height:16px;
	
	
}
.galryNav ul li a:hover{
	
	color:#ae1600;
	text-decoration:none;
	
}
.galryNav h1{
	background-color:#dfe7ec;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#006399;
	list-style:none;
	line-height:28px;
	margin:0px 0px 2px 0px;	
	text-decoration:none;
	padding:10px 0px 6px 16px;
	
}