/*
By: http://mondaybynoon.com/2009/02/23/creating-custom-form-elements-using-jquery-selects/
*/

.hidden {
	display: none;
}

.enhanced a {
    font-size: 18px;
    text-decoration: none;
    color: #7e7e7e;
}
.enhanced a:hover {
	border-bottom: 0;
}

.dropdown {
	margin: 0;
	margin-bottom: 5px;
    float: left;
    width: 147px;
    position: relative;
	font-size: 16px;
}

#im_network .dropdown .options {
    position: absolute;
    left: 0;
    top: 31px;
    overflow: none;
    background: #fafafa;
    width: 144px;
    border: 1px solid #eaeaea;
    border-top: 0;
    padding: 7px 0px;
}

.dropdown .options ul {
    list-style-type: none;
}

.dropdown .options a {
    display: block;
    font-size: 16px;
    padding: 4px;
	color: #444;
}

.dropdown .options a:hover {
    text-decoration: none;
	border-bottom: none;
}

.dropdown .options li {
	cursor: pointer !important;
}

.dropdown .options li:hover {
	background: #eee;
}

a.dropdown_toggle {
    display: block;
    height: 34px;
    background: url(../images/select_arrow.png) top right no-repeat;
    padding-right: 27px;
}

a.dropdown_toggle span {
    display: block;
    background: url(../images/select_background.png) no-repeat;
    padding: 7px 0 0 8px;
    height: 28px;
    cursor: pointer ! important;
}