@charset "utf-8";
/* CSS Document */

/*
	Theme Factory
	Por: Angelo Rocha
	Site: www.angelorocha.com.br
	Email: contato@angelorocha.com.br
	Licença: GPL 2.0
*/

.menu {
	background:url(../images/menu-background.png) center no-repeat;
	width: 960px;
	height: 50px;
	margin: 10px 0 0 -480px;
	position:absolute;
	top:0;
	left:50%;
	z-index:9999;
}
ul.menudrop {
}
ul.menudrop > li {
	background:url(../images/menu-spacer.png) left no-repeat;
	padding: 0 10px 0 10px;
	display: inline-table;
	position: relative;
}
ul.menudrop > li:first-child {background:none;}

ul.menudrop > li > a {
	display: block;
	line-height: 50px;
	text-align: center;
	font-weight: 400;
	font-size: 15px;
	color: #FFF;
	text-shadow:1px 1px 0 #2184C6;
	transition: all linear 300ms;
	-moz-transition: all linear 300ms;
	-webkit-transition: all linear 300ms;
}
ul.menudrop > li > a:hover, ul.menudrop > li:hover > a {
	color: #114364;
	text-shadow:-1px -1px 0 #FFF;
}
ul.menudrop > li > ul {
	display: none;
	position: absolute;
	top: 50px;
	z-index: 9999;
	text-align: left;
}
ul.menudrop > li:hover > ul {
	background:url(../images/alpha.png),
	url(../images/shadow-drop.png) left top repeat-x;
	display: block;
	border-bottom: 1px solid #DDD;
	padding:0 10px 0 10px;
}
ul.menudrop > li:hover > ul > li > a {
	background:url(../images/arrow.png) left no-repeat;
	padding:0 0 0 15px;
	display: block;
	width: 200px;
	line-height: 30px;
	border-bottom: 1px dotted #E2F3EB;
	color: #000;
	font-weight: bold;
}

ul.menudrop > li:hover > ul > li:last-child > a{
	border-bottom:none;
}

ul.menudrop > li:hover > ul > li > a:hover {
	color: #114364;
}
