/*------------------------------------------------*/
/* SITEDESQ CONTROL BAR */
/* add this in skin.css to replace the DNN logo with sitedesq logo*/
/* add the sitedesq image into the image folder of the skin. */
/* Image dimensions 88px x 38px */
/*------------------------------------------------*/  

.ServiceIcon .professional {
	border-bottom: 0px !important;
}

.ServiceIcon {
	border-bottom: 0px !important;
	position: relative;
	float: left;
	margin-right: 14px !important;
	width: 88px !important;
	height: 44px !important;
	background: url(images/sitedesq-icon.png) no-repeat 0px 2px !important;
}

#ControlBar_conrolbar_logo {
	display: none !important;
}

.subNav dl li:hover a {
    color: #fefefe !important; /*white*/
}

#ControlActionMenu > li ul li:hover a {
    color: #fefefe !important; /*white*/
}

#ControlEditPageMenu > li ul li:hover a {
    color: #fefefe !important; /*white*/
}

a.controlBar_CloseAddModules:hover
{
    color: #fefefe !important; /*white*/
}