.arrowlistmenu{
	width: 199px; /*width of menu*/
	/*height: 700px;*/
	/*margin: -30 0 0 0; */
	float: left;
	font: 12px Arial;
	color: #FFF;
	border: 0px rgb(79, 79, 79) solid;
	background: url(../img/menuBg.png) repeat-y;
}

.arrowlistmenu input{
	margin-left: 20px;
	margin-top: 10px;
}

#onlinetalents {
	background: url(../img/menuBgTop.png) no-repeat;
	height: 40px;
}

#omaguru {
	background: url(../img/menuBgGradient.png) no-repeat top left;
}

#menubottom {
	background: url(../img/menuBgBottom.png) no-repeat bottom left;
	padding: 0 0 15 0;
}

.arrowlistmenu .headerbar{
	font: bold 12px Arial;
	color: white;
	background: url(../img/menuBgLine.png) no-repeat top;
	margin: 6px 0 0 0;
	text-transform: uppercase;
	padding: 8px 0 4px 10px; /*header text is indented*/
}


.arrowlistmenu em{
	color: #FFF;
	background: url(../img/arrowbullet.gif) no-repeat top left; /*custom bullet list image*/
	display: inline-block;
	padding: 1px 0 0 13px ;
	margin-left: 20px;
	text-decoration: none;
	font: 12px Arial;
}

.arrowlistmenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0px rgb(79, 79, 79) solid;
}

.arrowlistmenu ul li{
	padding-bottom: 0px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
	color: #FFF;
	background: url(../img/arrowbullet.gif) no-repeat top left; /*custom bullet list image*/
	display: inline-block;
	padding: 1px 0 0 13px ;
	margin-left: 20px;
	text-decoration: none;
	font: 12px Arial;
	/*border-bottom: 1px solid #dadada;*/
	/*font-size: 90%;*/
}

.arrowlistmenu ul li a:visited{
	color: ##FFF;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #dadada;
	/*background-color: #F3F3F3;*/
}

#menubottom a {
	width: 100%;
	/*height: 100%;*/
	background: url(../img/remoteSWButton.png) no-repeat center left;
	cursor:pointer;
	padding: 25px 0 0 0 ;
	text-decoration: none;
	font: 12px Arial;
	outline:none;
}
#remoteSWSection a {
	width: 100%;
	/*height: 100%;*/
	background: url(../img/remoteSWButton.png) no-repeat center left;
	cursor:pointer;
	padding: 25px 0 0 0 ;
	text-decoration: none;
	font: 12px Arial;
	outline:none;
}

