/* Copyright 2007-2008 SOFTRITE Technology, Inc - All Rights Reserved 
 _siteDD<emiStd.css 

 Drop Down Menus

CSS Layout
   #DDM1Top
   #DDM2Top
   #DDM3Top
   #DDM4Top
   #DDM5Top   
   #DDM1
   #DDM2
   #DDM3
   #DDM4
   #DDM5
   #DDM1Item
   #DDM2Item
   #DDM3Item
   #DDM4Item
   #DDM5Item
   
CSS Styles
   .style_DDM		(a:link a:visited a:hover a:active)	
*/


/* 
------------------------------------------------------------------------------------------------------------------------
CSS Layout
------------------------------------------------------------------------------------------------------------------------
*/

#DDM1Top {
	position: absolute;
	left: 0px;
	width: 230px;
	top: 270px;
	height: 39px;
	color: #E7E7E7;
	background-color: #4F1313;
	overflow: hidden;
	visibility: visible;
	z-index: 3;
}
#DDM2Top {
	position: absolute;
	left: 230px;
	width: 98px;
	top: 270px;
	height: 39px;
	color: #E7E7E7;
	background-color: #4F1313;
	overflow: hidden;
	visibility: visible;
	z-index: 3;
}
#DDM3Top {
	position: absolute;
	left: 328px;
	width: 146px;
	top: 270px;
	height: 39px;
	color: #E7E7E7;
	background-color: #4F1313;
	overflow: hidden;
	visibility: visible;
	z-index: 3;
}
#DDM4Top {
	position: absolute;
	left: 474px;
	width: 114px;
	top: 270px;
	height: 39px;
	color: #E7E7E7;
	background-color: #4F1313;
	overflow: hidden;
	visibility: visible;
	z-index: 3;
}
#DDM5Top {
	position: absolute;
	left: 588px;
	width: 161px;
	top: 270px;
	height: 39px;
	color: #E7E7E7;
	background-color: #4F1313;
	overflow: hidden;
	visibility: visible;
	z-index: 3;
}

#DDM1 {
	position: absolute;
	left: 30px;
	width: 183px;
	top: 307px;
	color: #E7E7E7;
	background-color: #4F1313;
	border: 1px Black;
	border-style: solid;
	overflow: hidden;
	visibility: hidden;
	z-index: 3;
}   
#DDM2 {
	position:  absolute;
	left: 238px;
	width: 180px;
	top: 307px;
	color: #E7E7E7;
	background-color: #4F1313;
	border: 1px Black;
	border-style: solid;   
	overflow: hidden;
	visibility: hidden;
	z-index: 3;
}
#DDM3 {
	position:  absolute;
	left: 338px;
	width: 188px;
	top: 307px;
	color: #E7E7E7;
	background-color: #4F1313;
	border: 1px Black;
	border-style: solid;   
	overflow: hidden;
	visibility: hidden;
	z-index: 3;
}
#DDM4 {
	position:  absolute;
	left: 483px;
	width: 145px;
	top: 307px;
	color: #E7E7E7;
	background-color: #4F1313;
	border: 1px Black;
	border-style: solid;   
	overflow: hidden;
	visibility: hidden;
	z-index: 3;
}
#DDM5 {
	position:  absolute;
	left: 595px;
	width: 145px;
	top: 307px;
	color: #E7E7E7;
	background-color: #4F1313;
	border: 1px Black;
	border-style: solid;   	
	overflow: hidden;
	visibility: hidden;
	z-index: 3;
}

#DDM1Item {
	width: 183px;
	display: block;
}
#DDM2Item {
	width: 180px;
	display: block;
}
#DDM3Item {
	width: 188px;
	display: block;
}
#DDM4Item {
	width: 145px;
	display: block;
}
#DDM5Item {
	width: 145px;
	display: block;
}

/* 
------------------------------------------------------------------------------------------------------------------------
CSS Styles
------------------------------------------------------------------------------------------------------------------------
*/

.style_DDM {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.style_DDM a:link{
	text-decoration: none;
	font-weight: normal;	
	color: #CCCCCC;   
}
.style_DDM a:visited {
	text-decoration: none;
	font-weight : normal;	
	color : #CCCCCC;   
}
.style_DDM a:hover {
    text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
	background: #cc9933;
}
.style_DDM a:active {
	text-decoration: none;
	font-weight: normal;	
	color: #CCCCCC;   
}   

