/* RadMenu SIRVINA HomePage Skin */
/* Tctuong - NewHP - 09Nov2008 - Re-design Sirvina Home Page */

.RadMenu_SirvinaHP 
{
	width: 100%;
	border-bottom: #e3e3e3 1px solid;
	border-top: #ffffff 1px solid;
	height: 26px;
	background: #4b4b4b url('/WebSurvey/Images/bgBlackMenu26.gif') repeat-x;
}

.RadMenu_SirvinaHP .link
{
	line-height: 26px;
	text-decoration: none;
	border-right: #e3e3e3 1px solid;
	color: #ffffff;
	background: #4b4b4b url( '/WebSurvey/Images/bgBlackMenu26.gif' ) repeat-x; 
}

.RadMenu_SirvinaHP .link:hover,
.RadMenu_SirvinaHP .focused,
.RadMenu_SirvinaHP .expanded
{
	color: #ffffff;
	background: #ececec url('/WebSurvey/Images/bgRedMenuHover.gif') repeat-x;
	cursor: pointer;
}

.RadMenu_SirvinaHP .text
{
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma, Verdana;
}

.RadMenu_SirvinaHP_Selected
{ 
	line-height: 26px !important;
	text-decoration: none !important;
	color: #ff0000 !important;
	background: #ececec url('/WebSurvey/Images/bgWhiteMenuHover.gif') repeat-x !important; 
 }


.RadMenu_SirvinaHP_Selected:hover
{
}

.RadMenu_SirvinaHP_Important
{
	color: White !important; 
	background: #ececec url('/WebSurvey/Images/bgPinkMenu.gif') repeat-x !important;	
}

.RadMenu_SirvinaHP_Important:hover
{
	color: #ffffff;
	background: #ececec url('/WebSurvey/Images/bgRedMenuHover.gif') repeat-x; 
}

.RadMenu_SirvinaHP_Important .text
{
	/*font-weight: normal !important;*/
}