#search {
	width: 194px;
	height: 42px;
	background: url(images/menu.png) no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	color: #fff;
}

.arrowsidemenu{
	width: 194px; /*width of menu*/
}

.arrowsidemenu div a { /*header bar links*/
	display: block;
	background: url(images/menu_eye1.png) no-repeat;
	height: 43px; /*Set to height of bg image-padding within link (ie: 32px - 4px - 4px)*/
	padding: 9px 0 4px 25px;
	margin: 0px 0px 0px 0px;
	line-height: 24px; /*Set line-height of bg image-padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}

.arrowsidemenu div a:hover{
	background: url(images/menu_eye2.png) no-repeat;
	
}

.arrowsidemenu div.unselected a{ /*header that's currently not selected*/
	color: #fff;
	
}

.arrowsidemenu div.selected a{ /*header that's currently selected*/
	color: #fff;
	background: url(images/menu_eye4.png) no-repeat;
	height: 43px; /*Set to height of bg image-padding within link (ie: 32px - 4px - 4px)*/
	margin: 0px 0px 0px 0px;
}

.arrowsidemenu ul{
	list-style-type: none;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 12px 0px;
	background: url(images/gray_bottom.png) bottom;
}

.arrowsidemenu ul li{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.arrowsidemenu ul li a { /*sub menu links*/
	display: block;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #fff;
	padding: 0px 0px 5px 10px;
	margin: 0px 0px 0px 0px;
	background: #464646;
	}

.arrowsidemenu ul li a:hover{
	color: #B7D1E2;

}


.magnifeye {
	float: left;
	border: none;
	padding: 0px 10px 0px 0px;
}

.eyecon {
	float: left;
	border: none;
	padding: 0px 10px 0px 0px;
}

.gray_bottom {
	margin: 0;
	padding: 0;
}