/*
*****************************************************
 Url		: www.cursoaberto.com.br
 Criado 	: 24-06-2009 
 CSS + Javascript
 Webdesign	: www.marcelocostadesign.com.br
 Autor		: Marcelo Costa
*****************************************************
 (c) 2008 Marcelo Costa
*****************************************************
*/

#nav, #nav ul {
	width: 200px;
	list-style: none;
	padding: 0;
	margin: 0;
	padding-bottom: 30px;
	z-index: 125555;
	}
#nav li {
	float: left;
	}
#nav a { 
	display: block;
	width: 200px;
	height: 1.5em;
	line-height: 1.5em;
	text-align: left;
	padding-left: 5px;
	text-decoration: none;
	border:#c2c2c2 solid;
	border-width: 0px 1px 1px 1px;
	background-color: #F8F8F8;
	color: #000;
	/*border-width: 0 0px 1px*/
	}
#nav a:hover {
	text-decoration: none;
	background: #FFE6E6;
	border-collapse: collapse;
	color:#000;
	}
#nav a.bullet {
	background: #F8F8F8 url(../img/seta_menuprodutos6.gif) no-repeat right;
	border:#c2c2c2 solid;
	border-width: 1px 1px 1px 1px;
	}
#nav a.bullet:hover {
	background: #FFE6E6 url(../img/setab.gif) no-repeat right; 
	}
#nav a.subpeq {
	background: #FFE6E6;
	width: 200px;
	maring-top: 10px;
	text-align: left;
	}
#nav a.subpeq:hover{
	background: #ffc9c9;
	}	
#nav li ul {
	position: absolute;
	left: -1000em;
	width: 250px;
	margin: 0;
	}
#nav ul ul {
	margin: -1.7em 0 0 205px;
	}
#nav li:hover ul ul, #nav li.over ul ul {
	left: -1000em;
	}
#nav li:hover ul, #nav li li:hover ul, #nav li.over ul, #nav li li.over ul {
	left: auto;
}
/**/
/*#nav, #nav ul {*/
/*	width: 350px;*/
/*	list-style: none;*/
/*	padding: 0;*/
/*	margin: 0;*/
/*	padding-bottom: 30px;*/
/*	z-index: 125555;*/
/*	}*/
/*#nav li {*/
/*	float: left;*/
/*	}*/
/*#nav a { */
/*	display: block;*/
/*	width: 250px;*/
/*	height: 1.8em;*/
/*	line-height: 1.8em;*/
/*	text-align: center;*/
/*	text-decoration: none;*/
/*	background-color: #c6e6c8; /* IE precisa desta declaração */*/
/*	color: #000;*/
/*	border: 1px solid #fff; */
/*	border-width: 0 0px 1px*/
/*	}*/
/*#nav a:hover {*/
/*	text-decoration: none;*/
/*	background: #09a532;*/
/*	color:#fff;*/
/*	}*/
/*#nav a.bullet {*/
/*	background: #c6e6c8 url(../img/seta_menuprodutos6.gif) no-repeat right; */
/*	}*/
/*#nav a.titulo{*/
/*	background: #c6e6c8 url(../img/seta.gif) no-repeat right;*/
/*	text-align: left;*/
/*	text-indent: 10px;*/
/*	}*/
/*#nav a.titulo:hover{*/
/*	background: #09a532 url(../img/setab.gif) no-repeat right;*/
/*	text-align: left;*/
/*	text-indent: 10px;*/
/*	}*/
/*#nav a.titulosemseta{*/
/*	background: #c6e6c8;*/
/*	text-align: left;*/
/*	text-indent: 10px;*/
/*	}*/
/*#nav a.titulosemseta:hover{*/
/*	background: #09a532;*/
/*	text-align: left;*/
/*	text-indent: 10px;*/
/*	}*/
/*#nav a.bullet:hover {*/
/*	background: #09a532 url(../img/setab.gif) no-repeat right; */
/*	}*/
/*#nav a.sub {*/
/*	background: #8ebf91;*/
/*	width: 250px;*/
/*	margin-top: 10px;*/
/*	text-align: left;*/
/*	padding-left: 10px;*/
/*	}*/
/*#nav a.sub:hover{*/
/*	background: #09a532;*/
/*	}*/
/*#nav a.subpeq {*/
/*	background: #8ebf91;*/
/*	width: 250px;*/
/*	maring-top: 10px;*/
/*	text-align: left;*/
/*	padding-left: 10px;*/
/*	}*/
/*#nav a.subpeq:hover{*/
/*	background: #09a532;*/
/*	}	*/
/*#nav a.subgde {*/
/*	background: #8ebf91;*/
/*	width: 250px;*/
/*	margin-top: 10px;*/
/*	text-align: left;*/
/*	padding-left: 10px;*/
/*	}*/
/*#nav a.subgde:hover{*/
/*	background: #09a532;*/
/*	}*/
/*#nav li ul {*/
/*	position: absolute;*/
/*	left: -1000em;*/
/*	width: 250px;*/
/*	margin: 0;*/
/*	}*/
/*#nav ul ul {*/
/*	margin: -2.5em 0 0 126px;*/
/*	}*/
/*#nav li:hover ul ul, #nav li.over ul ul {*/
/*	left: -1000em;*/
/*	}*/
/*#nav li:hover ul, #nav li li:hover ul, #nav li.over ul, #nav li li.over ul {*/
/*	left: auto;*/
/*}*/
/**/
