.topmenulink
       {text-decoration:none;
       color:100,120,150; 
	   font-weight: bold; 
	   font-size: 12px;}
.topmenulink:hover
       {text-decoration:underline;
       color:rgb(100,120,150);}
.topmenu div
       {width:100px;
       padding: 0 15px 0 20px;
       line-height:30px;
       height: 30px;
       border: 1px solid #fff;
       color:rgb(100,120,150);}
.topmenutable
		{display:none;
		position:absolute;
		background-color:rgb(255,255,255);
		border:rgb(222,222,221) 1px solid;}
.topmenutable tr
		{}
.topmenutable td
       {position: relative;
       line-height:16px;
       color:rgb(100,120,150);
       z-index:101;}
.topmenutable td a
		{display:block;
		background-color:rgb(242,242,241);
		border:rgb(222,222,221) 1px solid;
		color:rgb(120,120,120);
		padding:3px 5px 3px 5px;
		text-decoration:none;}
.topmenutable td a:hover
		{border:rgb(202,202,201) 1px solid;
		background-color:rgb(232,232,231);
		text-decoration:none;}
		
.topmenutable td a span
		{font-weight:lighter;
		color:rgb(170,170,170);}
