﻿/* CSS FOR CAD
.menu
{
	background-color:#B3CBE2;
	color:#000000;
	cursor:pointer;
	cursor:hand;
	text-align : left;
	
	border-bottom:1px solid #fff;
	
	background: url(images/arrow_b.jpg) no-repeat 12px 6px #B3CBE2;
	padding-left:22px;
	padding-top:3px;
	width:163px;
	height:20px;
	 
		
	
}

.menuover{
	background-color:#93ADC7;
	
	color:#ffffff;
	cursor:pointer;
	cursor:hand;
	text-align : left;
	font-weight:bold;
	
		border-bottom:1px solid #fff;
	
	background: url(images/arrow_w.jpg) no-repeat 12px 6px  #93ADC7;
	padding-left:22px;
	padding-top:3px;
	width:163px;
	height:20px;
}
*/


/* CSS FOR ADOBE */
.menu
{

	background-color:#ADADAD;
	color:#000000;
	cursor:pointer;
	cursor:hand;
	text-align : left;
	
	border-bottom:1px solid #fff;
	
	background: url(../images/arrow_b.jpg) no-repeat 12px 6px #ADADAD;
	padding-left:22px;
	padding-top:3px;
	width:163px;
	height:19px;
	
	 
		
	
}

.menuover{
	background-color:#4E4E4E;
	
	color:#ffffff;
	cursor:pointer;
	cursor:hand;
	text-align : left;
	font-weight:bold;
	border-bottom:1px solid #fff;
	
	background: url(../images/arrow_w.jpg) no-repeat 12px 6px  #4E4E4E;
	padding-left:22px;
	padding-top:3px;
	width:163px;
	height:19px;
}


