/*
	CSS Styles for WebDDM example menu:
		winxp
*/


.officexp_container
{
	background-color: #EFEBDE;
	border: 1px #EFEBDE solid;
}
.comp
{
	background-image: url("");
	font-size: 12px;
	text-align: center;
	vertical-align: Top; /* Baseline, Sub, Super, Text-top, Text-bottom, Middle, Top, Bottom, % */
	color: #ffffff;
	border-style: none;
}
.comp_rollover
{
	background-image: url("");
	font-size: 12px;
	text-align: center;
	color: #ffffff;
	border-style: none;
}

.winxp
{
    background-color: transparent;
    font-family: Georgia, Tahoma, Verdana;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    color: #666666;
    border-style: none;
}
.winxp_rollover
{
    background-color: transparent;
    font-family: Georgia, Tahoma, Verdana;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    color: #BB4687;
    border-style: none;
    /* border: 1px #FFFFFF solid; */
}

.winxp_child
{
	background-color: #F7F7F7;
	font-family: Georgia, Tahoma, Verdana;
	font-size: 14px;
	text-align: left;
	color: #666666;
	border: 1px #CACACA solid; 
	
}
.winxp_child_rollover
{
	background-color: #DDDDDD;
	font-family: Georgia, Tahoma, Verdana;
	font-size: 14px;
	text-align: left;
	color: #666666;
	border: 1px #CACACA solid;
	
}
