.menuclear {
	font-size: 1px;
	height: 0px;
	width: 0px;
	clear: left;
	line-height: 0px;
	display: block;
}

.menumc {
	position: relative;
}

.menumc a {
	float: left;
	display: block;
	white-space: nowrap;
}

.menumc div a {
	font-size: 0px;
	line-height: 0px;
	float: none;
}

.menumc div {
	font-size: 0px;
	line-height: 0px;
	display: none;
	position: absolute;
}


/*"""""""" (MAIN) Container """"""""*/
#menu0
{ 
	margin: 0px;
	padding: 0px;
	width: 133px;
	text-align: left;
}


 /*"""""""" (MAIN) Items """"""""*/
#menu0 a
{
	font-family: Arial;
	font-size: 11px;
	line-height: 14px;
	color: #333333;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	padding: 0px;

}


/*"""""""" (MAIN) Hover State """"""""*/
#menu0 a:hover
{ 
	color:#333333;
	font-weight: bold;
}


/*"""""""" (MAIN) Active State """"""""*/	
#menu0 .menuactive
{ 
	/* Note: Add '!important' after each style */

	color:#333333 !important;
	font-weight: bold !important;
}


/*"""""""" (MAIN) Parent Items """"""""*/
#menu0 .menuparent
{
}




/*"""""""" [SUB] Containers """"""""*/
#menu0 div
{
	background-color:#FFFFFF;
	padding:0px;
	margin:0px;
	border-style:solid;
	border-width:1px 1px 0px 1px;
	border-color:#CCCCCC;
	width: 464px;
	background-color:#CCCCCC;

}


/*"""""""" [SUB] Items """"""""*/
#menu0 div a
{		
	font-size:11px;
	line-height:14px;




	background-color:#EEEEEE;


	color: #333333;
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #CCCCCC;
	padding: 2px 2px;
	text-decoration: none;
	text-indent: 5px;

}

/*"""""""" [SUB] Hover State """"""""*/
#menu0 div a:hover
{

	color:#333333;
	text-decoration:none;
	font-weight: normal;
	background-color: #FFFFFF;
}



/*""""""""[SUB] Active State """"""""*/
#menu0 div .menuactive
{
	/* Note: Add '!important' after each style */
	color:#FFCC33 !important;
	text-decoration:underline !important;

}


/*"""""""" [SUB] Parent Items """"""""*/
#menu0 div .menuparent 
{
}


