/* ######### Trade Show Tab Style ######### */

.dropstyle1{
	width : 99%;
}

.dropstyle1:after{ /*Add margin between menu and rest of content in Firefox*/
	content : "."; 
	display : block; 
	height : 0; 
	clear : both; 
	visibility : hidden;
}

.dropstyle1 ul{
	width : 100%;
	background : url(../images/mcs_tab_trade_show.gif) center center no-repeat; /*THEME CHANGE HERE*/
	padding : 0px 0;
	margin : 0;
	text-align : center; /*set value to "left", "center", or "right"*/
}

.dropstyle1 ul li{
	display : inline;
}

.dropstyle1 ul li a{
	color : #494949;
	padding : 0px 0px;
	margin : 0;
	background-color : transparent;
}

.dropstyle1 ul li a:hover{
	#background : url(../images/mcs_tab_trade_show_over.gif) center center no-repeat; /*THEME CHANGE HERE*/
}

/* ######### Audio Visual Tab Style ######### */

.dropstyle2{
	width : 99%;
}

.dropstyle2:after{ /*Add margin between menu and rest of content in Firefox*/
	content : "."; 
	display : block; 
	height : 0; 
	clear : both; 
	visibility : hidden;
}

.dropstyle2 ul{
	width : 100%;
	background : url(../images/mcs_tab_audio_visual.gif) center center no-repeat; /*THEME CHANGE HERE*/
	padding : 0px 0;
	margin : 0;
	text-align : center; /*set value to "left", "center", or "right"*/
}

.dropstyle2 ul li{
	display : inline;
}

.dropstyle2 ul li a{
	color : #494949;
	padding : 0px 0px;
	margin : 0;
	background-color : transparent;
}

.dropstyle2 ul li a:hover{
	#background : url(../images/mcs_tab_audio_visual_over.gif) center center no-repeat; /*THEME CHANGE HERE*/
}

/* ######### Graphics Tab Style ######### */

.dropstyle3{
	width : 99%;
}

.dropstyle3:after{ /*Add margin between menu and rest of content in Firefox*/
	content : "."; 
	display : block; 
	height : 0; 
	clear : both; 
	visibility : hidden;
}

.dropstyle3 ul{
	width : 100%;
	background : url(../images/mcs_tab_graphics.gif) center center no-repeat; /*THEME CHANGE HERE*/
	padding : 0px 0;
	margin : 0;
	text-align : center; /*set value to "left", "center", or "right"*/
}

.dropstyle3 ul li{
	display : inline;
}

.dropstyle3 ul li a{
	color : #494949;
	padding : 0px 0px;
	margin : 0;
	background-color : transparent;
}

.dropstyle3 ul li a:hover{
	#background : url(../images/mcs_tab_graphics_over.gif) center center no-repeat; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu 1 ######### */

.dropmenudiv1{
	position : absolute;
	top : 0;
	border : 2px solid #192947; /*THEME CHANGE HERE*/
	border-bottom-width : 2px;
	font : normal 12px Arial, Sans-Serif;
/*line-height:15px;*/   /*  Use this setting  only if needed to increase spacing between lines  */
	z-index : 100;
	background-color : #EEEEEE;
	width : 207px;
	#width : 218px;
	visibility : hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#708090,direction=205,strength=6); */   /*Add Shadow in IE. Remove if desired*/
 	margin-top : -12px;
 	#margin-top : -10px;
 	margin-left : 9px;
 	padding-left : 3px;
 	padding-right : 3px;
 	padding-top : 3px;
 	padding-bottom : 3px;
 }

.dropmenudiv1 a{
	width : auto;
	display : block;
	text-indent : 3px;
	border-bottom : 0px solid #BBB; /*THEME CHANGE HERE*/
	padding : 0px 0;
	text-decoration : none;
	font-weight : normal;
	color : #5D3100;
	padding-bottom : 1px;
	background-color : transparent;
	border-width : 1px;
	border-color : #EEEEEE;
	border-style : solid;
	line-height : 16px;
}

* html .dropmenudiv1 a{ /*IE only hack*/
	width : 100%;
}

.dropmenudiv1 a:hover{ /*THEME CHANGE HERE*/
	background-color : #F1BD5D;
	color : Black;
	border-width : 1px;
	border-color : #945000;
	border-style : solid;
}

/* ######### Style for Drop Down Menu 2 ######### */

.dropmenudiv2{
	position : absolute;
	top : 0;
	border : 2px solid #192947; /*THEME CHANGE HERE*/
	border-bottom-width : 2px;
	font : normal 12px Arial, Sans-Serif;
/*line-height:15px;*/   /*  Use this setting  only if needed to increase spacing between lines  */
	z-index : 100;
	background-color : #EEEEEE;
	width : 207px;
	#width : 218px;
	visibility : hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#708090,direction=205,strength=6); */   /*Add Shadow in IE. Remove if desired*/
 	margin-top : -12px;
 	#margin-top : -10px;
 	margin-left : 9px;
 	padding-left : 3px;
 	padding-right : 3px;
 	padding-top : 3px;
 	padding-bottom : 3px;
 }

.dropmenudiv2 a{
	width : auto;
	display : block;
	text-indent : 3px;
	border-bottom : 0px solid #BBB; /*THEME CHANGE HERE*/
	padding : 0px 0;
	text-decoration : none;
	font-weight : normal;
	color : #650143;
	padding-bottom : 1px;
	background-color : transparent;
	border-width : 1px;
	border-color : #EEEEEE;
	border-style : solid;
	line-height : 16px;
}

* html .dropmenudiv2 a{ /*IE only hack*/
	width : 100%;
}

.dropmenudiv2 a:hover{ /*THEME CHANGE HERE*/
	background-color : #D88BBD;
	color : Black;
	border-width : 1px;
	border-color : #610140;
	border-style : solid;
}

/* ######### Style for Drop Down Menu 3 ######### */

.dropmenudiv3{
	position : absolute;
	top : 0;
	border : 2px solid #192947; /*THEME CHANGE HERE*/
	border-bottom-width : 2px;
	font : normal 12px Arial, Sans-Serif;
/*line-height:15px;*/   /*  Use this setting  only if needed to increase spacing between lines  */
	z-index :100;
	background-color : #EEEEEE;
	width : 207px;
	#width : 218px;
	visibility : hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#708090,direction=205,strength=6); */   /*Add Shadow in IE. Remove if desired*/
 	margin-top : -12px;
 	#margin-top : -10px;
 	margin-left : 9px;
 	#margin-left : 10px;
 	padding-left : 3px;
 	padding-right : 3px;
 	padding-top : 3px;
 	padding-bottom : 3px;
 }

.dropmenudiv3 a{
	width : auto;
	display : block;
	text-indent : 3px;
	border-bottom : 0px solid #BBB; /*THEME CHANGE HERE*/
	padding : 0px 0;
	text-decoration : none;
	font-weight : normal;
	color : #2F1B54;
 	padding-bottom : 1px;
 	background-color : transparent;
 	border-width : 1px;
 	border-color : #EEEEEE;
 	border-style : solid;
 	line-height : 16px;
}

* html .dropmenudiv3 a{ /*IE only hack*/
	width : 100%;
}

.dropmenudiv3 a:hover{ /*THEME CHANGE HERE*/
	background-color : #A693D0;
	color : Black;
	border-width : 1px;
	border-color : #332456;
	border-style : solid;
}

