#abs {display:block; top:10px; left:170px; width:130px; position:fixed; border:1px solid #888; padding:10px; text-align:center; font-weight:bold; color:#fff; background:url(grid2.gif);}
* html #abs {position:absolute;}

 #nav_bar{
	float: left;
	width: auto;
	height: 36px;
	margin: 0px;
	padding: 0px;
	margin-top:0px;
	background-color: #FFFFFF;
	/*    background-image: url(../images/barra_navegacion.jpg);*/
    font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
}
#nav, #nav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:36px;
	z-index: 99;
}

#nav a{
	display:block;
	color:#333333;
	text-decoration:none;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left top;
	font-weight: normal;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	letter-spacing: 0.025em;
}

#nav a:hover{
	color:#FFFFFF;
	background-image: url(../images/arrow_down.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #0AC9DB;
}

#nav li{
	float:left;
	position:relative;		
}

#menu_subitem {
    width: 188px;
}

#nav ul {
	position:absolute;
	display:none;
	width:12em;
	top:36px;
}
#nav_bar #nav .sub_menu_li {
	background-color: #99CC33;

}

#nav li ul {
	_width:188px;
}

#nav li ul a{
	width:155px;
        _width:188px;
	height:auto;
	float:left;
	background-color:#2A3129;
	border-bottom-color: #222721;
	border-bottom-width:thin;
}

#nav ul ul{
top:auto;

}	

#nav li ul ul {
	left:12em;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	
}

.btn, .btn ul li a{ background-color: #F3F3F3 !important; }
.btn .item a{ font-size: 10px; width:  175px !important; _width: 188px;}
.btn ul li a:hover{ background-color: #0AC9DB !important; }

