/* menu */
ul.DCM {
	padding: 0;
	margin: 0;	
}

ul.DCM li {
	display: inline;
	position: relative;
}

 .DCM li a 
{
	color:White;
}

.MenuPane ul.DCM li a {
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	outline: none;
}

.DCM li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	display: none;
	top: 43px;
	left: -20px;

	background-color:Transparent;
	background-image:url(../images/BottomMenu.png);
	background-repeat:no-repeat;
	background-position:center bottom;	
	padding-bottom: 5px;
	
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 3px;
	
    z-index:1000;
	text-align: left;
	width:196px;
}

.DCM li ul li {
	float: none;
	padding: 7px 0;
	width: 194px;
	display: block;
	border-bottom:1px solid #712929;
	border-left:1px solid #490909;
	border-right:1px solid #490909;
}

.DCM li ul li.arrow {
	background: url(../images/arrow.png) no-repeat center bottom;
	position: absolute;
	top: -13px;
	left: 0;
	height: 7px;
	margin: 0;
	padding-top: 7px;
}

.DCM li ul a {
	text-decoration: none;
	white-space: nowrap;
	padding: 4px 10px;
	font-size: 12px;
	text-shadow: none;
}

/*reset default properties*/

.DCM .sf-menu a {
	border-left: none;
	border-top: none;
}

.DCM .sf-menu li:hover, 
.DCM .sf-menu li.sfHover,
.DCM .sf-menu a:focus, 
.DCM .sf-menu a:hover, 
.DCM .sf-menu a:active {
	background:		none;
}


/* generated styles */


/* global settings */
 ul.DCM {
	font-family:Myriad Pro;
	font-weight:normal;
	font-size:0.8em;
	color: #ffffff ;
}

 ul.DCM > li 
{
	padding:7px 0;
	*padding:0px;
}

.MenuPane ul.DCM > li > a 
{
	line-height:28px;	
	background: transparent url(../images/VerLine.png) no-repeat scroll right center;
	padding:5px 10px 7px;
}

 ul.DCM > li.last > a 
{
	background:none;
	}

/* top level default styles */
 ul.DCM {
	background: #5d0b0b  ;
	padding:0 20px;
}

 ul.DCM a,  ul.DCM a:visited {
	color: #ffffff ;
	border: #404040 solid 0px ;
}

/* top level hover styles */

 ul.DCM > li > a:hover,
 ul.DCM > li.sfHover > a {
	color: #ffffff ;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
    border: #5A5A5A solid 0px ;
}

 ul.DCM > li:hover,
 ul.DCM > li.sfHover
{
	background: transparent url(../images/Bg_menu.png) repeat-x 0 0;
	}

/* top level selected styles */

 ul.DCM > li.current > a {
	color: #ffffff ;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
    border: #EB4C07 solid 0px ;
}

 ul.DCM > li.current
{
	background: transparent url(../images/Bg_menu.png) repeat-x 0 0;
	}



/* inner level default styles */
 ul.DCM ul li,
 ul.DCM ul li.sfHover,
 ul.DCM ul li:hover {
	background: #5d0b0b  ;
}

 ul.DCM ul li.arrow
{
	background-color:Transparent;
	background-image:url(../images/TopSub.png);
	background-repeat:no-repeat;
	background-position:center top;
	border:0;
	width:196px;
	}

 ul.DCM ul li.first {
	-moz-border-radius: 0;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	
	-webkit-border-radius: 0;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
}

 ul.DCM ul li.last {
	-moz-border-radius: 0;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	
	-webkit-border-radius: 0;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	border-bottom-width:0px;
}

 ul.DCM ul a, 
 ul.DCM ul a:visited {
	color: #ffffff ;
	margin: 0.2em;
	background: transparent;
    border: #2C2C2C solid 0px ;
}

/* inner level hover styles */

 ul.DCM ul li a:hover {
	color: #ff5050 ;
	background: #  ;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
    border: #5A5A5A solid 0px ;
}

/* inner level selected styles */

 ul.DCM ul li.current a {
	color: #ff5050  ;
	background: none  ;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
    border: #EB4C07 solid 0px ;
}



