 /* STYLE FOR MENU LEFT SEARCH, POPULAR... START Search */

.urbangreymenuSearch{
    width: 220px; /*width of menu*/
	float: left;
}

.urbangreymenuSearch .headerbar{
    font: bold 10px Verdana;
    color: white;
    background: #606060 url(../img/arrowstop.gif) no-repeat 5px 6px; /*last 2 values are the x and y coordinates of bullet image*/
    margin-bottom: 0; /*bottom spacing between header and rest of content*/
    text-transform: uppercase;
    padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
}

.urbangreymenuSearch ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenuSearch ul li{
    padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenuSearch ul li a{
    font: normal 10px Arial;
    color: black;
    background: #E9E9E9;
    display: block;
    padding: 5px 0;
    line-height: 17px;
    padding-left: 5px; /*link text is indented 8px*/
    text-decoration: none;
}

.urbangreymenuSearch ul li a:visited{
    color: black;
}

.urbangreymenuSearch ul li a:hover{ /*hover state CSS*/
    color: white;
    background: black;
}

.urbangreymenuSearch ul li a.ser:link{
	color: white;
    background: black;
}

.urbangreymenuSearch ul li a.ser:hover{
	color: white;
    background: #993300;
}

 /* STYLE FOR MENU LEFT SEARCH, POPULAR... END Search */

 /* STYLE FOR MENU RIGHT TOP SITES START Search */

.urbangreymenuRightSearch{
    width: 250px; /*width of menu*/
	float: right;
}

 /* STYLE FOR MENU RIGHT TOP SITES END Search */

 /* STYLE FOR THUMB MENU MID START Search */

.urbangreymenuMidSearch{
    width: auto; /*width of menu*/
	margin-left: 222px;
	margin-right: 252px;
}

.urbangreymenuMidSearch ul{
    list-style-type: none;
	text-align: center;
	background: #E9E9E9;
    margin: 0;
    padding: 0;
}

.urbangreymenuMidSearch ul li{
	margin: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	width: 152px;
	height: 212px;
	display: inline;
}

.urbangreymenuMidSearch ul li{/*IE6 hack*/
	display: inline-table;
}

.urbangreymenuMidSearch ul li a{
    font: normal 10px Arial;
    color: black;
    background: #E9E9E9;
    display: block;
    text-decoration: none;
}

.urbangreymenuMidSearch ul li a:visited{
    color: black;
}

.urbangreymenuMidSearch ul li a:hover{ /*hover state CSS*/
    color: white;
    background: black;
}

 /* STYLE FOR THUMB MENU MID END Search */
 
img.mage {border: 1px solid #CCCCCC; margin: 2px;}
img.mage:hover {border: 1px dashed #FFFF99; margin: 2px;}

.trial {
  position: fixed;
  top: 30%;
  right: 1px;
  float: right;
  width:32px;
  height: 72px;
  z-index: 999;
}

