#divMenu
{
	/* 
	Section appearance 
	*/
	position:             relative;
	margin-right:         auto;
	margin-left:          auto;
	top:                   24px;
	height:                26px;
	line-height:           26px;
	background:            #DDD;
	color:                 #1496FF;
	border:                1px solid blue;
	width:                 900px;
	/*left:                  10px;*/
	/*right: 18px;*/
	font-family:           Arial, Helvetica, sans-serif;
	font-size:             14px;
	font-weight:           bolder;
	z-index:               3;
}

/* 
 * Menu system layout 
 * ------------------------------------
 */
#divMenu ul 
{
	padding:               0;
	margin:                0;
	list-style:            none;
	color:                 #1496FF;
	background:            #DDD;
}

#divMenu li a 
{
	text-align:            left;
	padding-left:          2px;
	display:               block;
	background:            transparent;
	color:                 #1496FF;
	text-decoration:       none;
}


#divMenu li ul 
{
	border:                1px solid transparent;
	position:              absolute; 
	display:               none;
	top:                   26px;
	left:                  0;
	background:            #F0F0F0;
}

#divMenu li ul li 
{
	width:                 100%;
}

#divMenu li.menu 
{
	top:                   auto;
	left:                  auto;
	width:                 130px;
}

#divMenu li 
{
	position:              relative;
	float:                 left;
 	height:                26px;
	color:                 #1496FF;
	width:                 130px;
	cursor:                pointer;
}

#divMenu ul li ul.submenu-ul 
{
	border:1px solid transparent;
	position:absolute; 
	margin-left:128px;
	margin-top:-24px;
	width:130px;
}


/*
 * NAVIGATION Section
 *
 * --------------------------------------------------------------------------------------
 */

.navcontainer 
{
	border: 1px solid transparent;
	height: 24px;
	cursor: pointer;
	width: 145px;
}
.navtext 
{
	background: transparent;
	color: inherit;
	float: left;
	padding-right: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 110px;
}
.naviconbox 
{
	border: 1px solid transparent;
	padding-left: 1px;
	padding-right: 1px;
	background: transparent;
	margin-top: 2px;
	height: 16px; 
	width: 16px;
	float: left;
}
.naviconbar 
{
	border: 1px groove #1496FF; 
	margin-top: 3px;
	margin-bottom: 3px;
}

.naviconspan 
{
	font-size: 24px;
	margin-bottom: 2px;
	height: 24px; 
	float: left;
}
.naviconspan-sm
{
	font-size: 24px;
	margin-bottom: 2px;
	margin-left: 2px;
	height: 24px; 
	float: left;
}

