/* dCodes Framework:(c) Valeriu Timbuc,DesignModo,TemplateAccess */.dc_css3_menu, .dc_css3_menu ul, .dc_css3_menu li, .dc_css3_menu a {
	margin: 0;
	padding: 0;
	border: none;
	outline: none
}
.dc_css3_menu {
	height: 45px;
	width: 1000px;

}
.dc_css3_menu li {
	position: relative;
	list-style: none;
	float: left;
	display: block;
	height: 45px
}
.dc_css3_menu li a {
	display: block;
	padding: 0 35px;
	margin: 9px 0;
	line-height: 28px;
	text-decoration: none;

	font-family: 'museo', arial, helvetica, serif; 
	font-size: 18px;
	color: #fff;
}
.dc_css3_menu li:first-child a {
	border-left: none
}
.dc_css3_menu li:last-child a {
	border-right: none
}
.dc_css3_menu li:hover>a {
	color: #f6c387; 
}
.dc_css3_menu ul {
	position: absolute;
	top: 53px;
	left: 0;
	opacity: 0;
	background: #cb3d3e;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	-webkit-transition: opacity .25s ease .1s;
	-moz-transition: opacity .25s ease .1s;
	-o-transition: opacity .25s ease .1s;
	-ms-transition: opacity .25s ease .1s;
	transition: opacity .25s ease .1s
}
.dc_css3_menu li:hover>ul {
	opacity: 1
}
.dc_css3_menu ul li {
	height: 0;
	overflow: hidden;
	padding: 0;
	-webkit-transition: height .25s ease .1s;
	-moz-transition: height .25s ease .1s;
	-o-transition: height .25s ease .1s;
	-ms-transition: height .25s ease .1s;
	transition: height .25s ease .1s
}
.dc_css3_menu li:hover>ul li {
	height: 36px;
	overflow: visible;
	padding: 0
}
.dc_css3_menu ul li a {
	width: 177px;
	padding: 5px 0 1px 8px;
	margin: 0;
	border: none;
	border-bottom: 1px solid #cd4b4e;
}
.dc_css3_menu ul li:last-child a {
	border: none;
}
.dc_css3_menu a.documents {
	background: url(../images/docs.png) no-repeat 6px center
}
.dc_css3_menu a.messages {
	background: url(../images/bubble.png) no-repeat 6px center
}
.dc_css3_menu a.signout {
	background: url(../images/arrow.png) no-repeat 6px center
}
