.community, .community li ul{
list-style-type: none;
margin: 0px;
padding: 0px;
width: 185px; /*WIDTH OF MAIN MENU ITEMS*/
}

.community li{
position: relative;
}
.community li:hover{
	background:#ccc;
}

.community li a{
font: bold 12px Verdana, Helvetica, sans-serif;
display: block;
width: auto;
padding: 2px 0;
padding-left: 10px;
text-decoration: none;
}

.community li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 190px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;
background:transparent url(images/gray15.png) repeat scroll 0 0;
z-index:1000;
}

.community ul li{
border:1px solid #fff;
}


.community li ul a{
width: 180px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
}

.community .arrowdiv{
position: absolute;
right: 2px;
}

/* Hack for IE \*/
* html .community li { float: left; height: 1%; }
* html .community li a { height: 1%; }
/* End */
